Persian Red (#CC3333)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 5.14:1 — vs black: 4.09:1

Color values

  • HEX #CC3333
  • RGB rgb(204, 51, 51)
  • HSL hsl(0, 60%, 50%)
  • CMYK cmyk( 0, 75, 75, 20 )
  • Websafe #CC3333

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #CC3333 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Persian Red
#CC3333 Base
#33CCCC
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Persian Red
#CC3333 Base
#CC3380
#CC8033
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Persian Red
#CC3333 Base
#33CC33
#3333CC
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Persian Red
#CC3333 Base
#33CC80
#3380CC
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Persian Red
#CC3333 Base
#80CC33
#33CCCC
#8033CC
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Persian Red
#CC3333 Base
#521414
#8F2424
#AB2B2B
#D45454
#DB7070
#EBADAD
Shades & Tints

Darker shades and lighter tints of Persian Red, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#140505
#390E0E
#5E1717
#832121
#A72A2A
Persian Red #CC3333 Base
#D55858
#DE7C7C
#E8A1A1
#F1C6C6
#FAEBEB
CSS & SCSS Snippets

Ready-to-use code snippets for #CC3333. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #CC3333;
}

/* Text */
.element {
    color: #CC3333;
}

/* Border */
.element {
    border: 1px solid #CC3333;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #CC3333,
        #33CCCC
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #CC3333,
        #33CCCC
    );
}
SCSS Variable
// SCSS variable
$persian-red: #CC3333;

// With RGB channels (useful for rgba() usage)
$persian-red-r: 204;
$persian-red-g: 51;
$persian-red-b: 51;

// Usage
.element {
    background-color: $persian-red;
    color: rgba($persian-red-r, $persian-red-g, $persian-red-b, 0.8);
}
Color Blindness Simulation

How Persian Red appears to people with different types of color vision deficiency.

Normal Vision #CC3333 How the color appears with full color vision.
Deuteranopia #7B7B27 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #575735 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #CC3333 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #6E6E6E Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Persian Red ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Persian Red #CC3333 Base
Amaranth Red #D3212D ΔE 1.81
Fire Engine Red #CE2029 ΔE 2.18
Jasper #D73B3E ΔE 3.39

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.