Shades of Persian Red #CC4239
Tints of Persian Red #CC4239
RGB
CMYK
RGB Variations
Color information
#CC4239 (or 0xCC4239) is known color: Persian Red. HEX triplet: CC, 42 and 39. RGB value is (204,66,57). Sum of RGB (Red+Green+Blue) = 204+66+57=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4239 is #33BDC6. Grayscale: #6A6A6A. Windows color (decimal): -3390919 or 3752652. OLE color: 3752652.
HSL color Cylindrical-coordinate representation of color #CC4239: hue angle of 3.67º 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 #CC4239 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 57 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.2 |
| HSL | 3.67º | 0.59% | 0.51% | - |
| HSV(B) | 3.67º | 0.72% | 0.8% | - |
| XYZ | 27.59 | 17.03 | 5.7 | - |
| YUV | 106.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 57 | 0 | 0.68 | 0.72 | 0.2 | 3.67 | 0.59 | 0.51 |
| Hex | CC | 42 | 39 | 0 | 44 | 48 | 14 | 4 | 3B | 33 |
| Octal | 314 | 102 | 71 | 0 | 104 | 110 | 24 | 4 | 73 | 63 |
| Binary | 11001100 | 1000010 | 111001 | 0 | 1000100 | 1001000 | 10100 | 100 | 111011 | 110011 |
Color Harmonies of #CC4239
Complementary color
Monochromatic Colors of #CC4239
Black with #CC4239
Text Example
Text Example
White with #CC4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4239; }
p { color: rgb(204,66,57); }
H1.HeaderClassName
{
color: #CC4239;
}
.AnyTagClassName
{
color: #CC4239;
}
</style>
background-color css
<style>
a { background-color: #CC4239; }
a { background-color: rgb(204,66,57); }
div.DivClassName
{
background-color: #CC4239;
}
.BgClassName
{
background-color: #CC4239;
}
</style>
border-color css
<style>
span { border-color: #CC4239; }
span { border-color: rgb(204,66,57); }
td.TdClassName
{
border-color: #CC4239;
}
.TagClassName
{
border-color: #CC4239;
}
</style>