Shades of Persian Red #CC4242
Tints of Persian Red #CC4242
RGB
CMYK
RGB Variations
Color information
#CC4242 (or 0xCC4242) is known color: Persian Red. HEX triplet: CC, 42 and 42. RGB value is (204,66,66). Sum of RGB (Red+Green+Blue) = 204+66+66=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4242 is #33BDBD. Grayscale: #6B6B6B. Windows color (decimal): -3390910 or 4342476. OLE color: 4342476.
HSL color Cylindrical-coordinate representation of color #CC4242: hue angle of 0º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4242 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 66 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.2 |
| HSL | 0º | 0.58% | 0.53% | - |
| HSV(B) | 0º | 0.68% | 0.8% | - |
| XYZ | 27.83 | 17.13 | 6.99 | - |
| YUV | 107.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 66 | 0 | 0.68 | 0.68 | 0.2 | 0 | 0.58 | 0.53 |
| Hex | CC | 42 | 42 | 0 | 44 | 44 | 14 | 0 | 3A | 35 |
| Octal | 314 | 102 | 102 | 0 | 104 | 104 | 24 | 0 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1000010 | 0 | 1000100 | 1000100 | 10100 | 0 | 111010 | 110101 |
Color Harmonies of #CC4242
Complementary color
Monochromatic Colors of #CC4242
Black with #CC4242
Text Example
Text Example
White with #CC4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4242; }
p { color: rgb(204,66,66); }
H1.HeaderClassName
{
color: #CC4242;
}
.AnyTagClassName
{
color: #CC4242;
}
</style>
background-color css
<style>
a { background-color: #CC4242; }
a { background-color: rgb(204,66,66); }
div.DivClassName
{
background-color: #CC4242;
}
.BgClassName
{
background-color: #CC4242;
}
</style>
border-color css
<style>
span { border-color: #CC4242; }
span { border-color: rgb(204,66,66); }
td.TdClassName
{
border-color: #CC4242;
}
.TagClassName
{
border-color: #CC4242;
}
</style>