Shades of Persian Red #CC402C
Tints of Persian Red #CC402C
RGB
CMYK
RGB Variations
Color information
#CC402C (or 0xCC402C) is known color: Persian Red. HEX triplet: CC, 40 and 2C. RGB value is (204,64,44). Sum of RGB (Red+Green+Blue) = 204+64+44=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC402C is #33BFD3. Grayscale: #676767. Windows color (decimal): -3391444 or 2900172. OLE color: 2900172.
HSL color Cylindrical-coordinate representation of color #CC402C: hue angle of 7.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC402C is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 44 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.2 |
| HSL | 7.5º | 0.65% | 0.49% | - |
| HSV(B) | 7.5º | 0.78% | 0.8% | - |
| XYZ | 27.19 | 16.69 | 4.17 | - |
| YUV | 103.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 44 | 0 | 0.69 | 0.78 | 0.2 | 7.5 | 0.65 | 0.49 |
| Hex | CC | 40 | 2C | 0 | 45 | 4E | 14 | 8 | 41 | 31 |
| Octal | 314 | 100 | 54 | 0 | 105 | 116 | 24 | 10 | 101 | 61 |
| Binary | 11001100 | 1000000 | 101100 | 0 | 1000101 | 1001110 | 10100 | 1000 | 1000001 | 110001 |
Color Harmonies of #CC402C
Complementary color
Monochromatic Colors of #CC402C
Black with #CC402C
Text Example
Text Example
White with #CC402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC402C; }
p { color: rgb(204,64,44); }
H1.HeaderClassName
{
color: #CC402C;
}
.AnyTagClassName
{
color: #CC402C;
}
</style>
background-color css
<style>
a { background-color: #CC402C; }
a { background-color: rgb(204,64,44); }
div.DivClassName
{
background-color: #CC402C;
}
.BgClassName
{
background-color: #CC402C;
}
</style>
border-color css
<style>
span { border-color: #CC402C; }
span { border-color: rgb(204,64,44); }
td.TdClassName
{
border-color: #CC402C;
}
.TagClassName
{
border-color: #CC402C;
}
</style>