Shades of Persian Red #CC2921
Tints of Persian Red #CC2921
RGB
CMYK
RGB Variations
Color information
#CC2921 (or 0xCC2921) is known color: Persian Red. HEX triplet: CC, 29 and 21. RGB value is (204,41,33). Sum of RGB (Red+Green+Blue) = 204+41+33=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2921 is #33D6DE. Grayscale: #595959. Windows color (decimal): -3397343 or 2173388. OLE color: 2173388.
HSL color Cylindrical-coordinate representation of color #CC2921: hue angle of 2.81º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2921 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 33 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.2 |
| HSL | 2.81º | 0.72% | 0.46% | - |
| HSV(B) | 2.81º | 0.84% | 0.8% | - |
| XYZ | 25.97 | 14.53 | 2.88 | - |
| YUV | 88.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 33 | 0 | 0.80 | 0.84 | 0.2 | 2.81 | 0.72 | 0.46 |
| Hex | CC | 29 | 21 | 0 | 50 | 54 | 14 | 3 | 48 | 2E |
| Octal | 314 | 51 | 41 | 0 | 120 | 124 | 24 | 3 | 110 | 56 |
| Binary | 11001100 | 101001 | 100001 | 0 | 1010000 | 1010100 | 10100 | 11 | 1001000 | 101110 |
Color Harmonies of #CC2921
Complementary color
Monochromatic Colors of #CC2921
Black with #CC2921
Text Example
Text Example
White with #CC2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2921; }
p { color: rgb(204,41,33); }
H1.HeaderClassName
{
color: #CC2921;
}
.AnyTagClassName
{
color: #CC2921;
}
</style>
background-color css
<style>
a { background-color: #CC2921; }
a { background-color: rgb(204,41,33); }
div.DivClassName
{
background-color: #CC2921;
}
.BgClassName
{
background-color: #CC2921;
}
</style>
border-color css
<style>
span { border-color: #CC2921; }
span { border-color: rgb(204,41,33); }
td.TdClassName
{
border-color: #CC2921;
}
.TagClassName
{
border-color: #CC2921;
}
</style>