Shades of Persian Red #CC4039
Tints of Persian Red #CC4039
RGB
CMYK
RGB Variations
Color information
#CC4039 (or 0xCC4039) is known color: Persian Red. HEX triplet: CC, 40 and 39. RGB value is (204,64,57). Sum of RGB (Red+Green+Blue) = 204+64+57=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4039 is #33BFC6. Grayscale: #696969. Windows color (decimal): -3391431 or 3752140. OLE color: 3752140.
HSL color Cylindrical-coordinate representation of color #CC4039: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC4039 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 57 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.2 |
| HSL | 2.86º | 0.59% | 0.51% | - |
| HSV(B) | 2.86º | 0.72% | 0.8% | - |
| XYZ | 27.47 | 16.8 | 5.67 | - |
| YUV | 105.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 57 | 0 | 0.69 | 0.72 | 0.2 | 2.86 | 0.59 | 0.51 |
| Hex | CC | 40 | 39 | 0 | 45 | 48 | 14 | 3 | 3B | 33 |
| Octal | 314 | 100 | 71 | 0 | 105 | 110 | 24 | 3 | 73 | 63 |
| Binary | 11001100 | 1000000 | 111001 | 0 | 1000101 | 1001000 | 10100 | 11 | 111011 | 110011 |
Color Harmonies of #CC4039
Complementary color
Monochromatic Colors of #CC4039
Black with #CC4039
Text Example
Text Example
White with #CC4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4039; }
p { color: rgb(204,64,57); }
H1.HeaderClassName
{
color: #CC4039;
}
.AnyTagClassName
{
color: #CC4039;
}
</style>
background-color css
<style>
a { background-color: #CC4039; }
a { background-color: rgb(204,64,57); }
div.DivClassName
{
background-color: #CC4039;
}
.BgClassName
{
background-color: #CC4039;
}
</style>
border-color css
<style>
span { border-color: #CC4039; }
span { border-color: rgb(204,64,57); }
td.TdClassName
{
border-color: #CC4039;
}
.TagClassName
{
border-color: #CC4039;
}
</style>