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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#CC3333
Base
#33CCCC
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#CC3333
Base
#CC3380
#CC8033
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#CC3333
Base
#33CC33
#3333CC
Two colors flanking the complement — high contrast with less tension than full complementary.
#CC3333
Base
#33CC80
#3380CC
Four colors at 90° intervals — rich variety, best when one color dominates.
#CC3333
Base
#80CC33
#33CCCC
#8033CC
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#CC3333
Base
#521414
#8F2424
#AB2B2B
#D45454
#DB7070
#EBADAD
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
#CC3333
Base
#D55858
#DE7C7C
#E8A1A1
#F1C6C6
#FAEBEB
Ready-to-use code snippets for #CC3333. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #CC3333;
}
/* Text */
.element {
color: #CC3333;
}
/* Border */
.element {
border: 1px solid #CC3333;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#CC3333,
#33CCCC
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#CC3333,
#33CCCC
);
}
// 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);
}
How Persian Red appears to people with different types of color vision deficiency.
#CC3333
How the color appears with full color vision.
#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.
#575735
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#CC3333
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#6E6E6E
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.