Shades of Persian Red #CC3E39
Tints of Persian Red #CC3E39
RGB
CMYK
RGB Variations
Color information
#CC3E39 (or 0xCC3E39) is known color: Persian Red. HEX triplet: CC, 3E and 39. RGB value is (204,62,57). Sum of RGB (Red+Green+Blue) = 204+62+57=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E39 is #33C1C6. Grayscale: #686868. Windows color (decimal): -3391943 or 3751628. OLE color: 3751628.
HSL color Cylindrical-coordinate representation of color #CC3E39: hue angle of 2.04º 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 #CC3E39 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 57 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.2 |
| HSL | 2.04º | 0.59% | 0.51% | - |
| HSV(B) | 2.04º | 0.72% | 0.8% | - |
| XYZ | 27.36 | 16.58 | 5.63 | - |
| YUV | 103.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 57 | 0 | 0.70 | 0.72 | 0.2 | 2.04 | 0.59 | 0.51 |
| Hex | CC | 3E | 39 | 0 | 46 | 48 | 14 | 2 | 3B | 33 |
| Octal | 314 | 76 | 71 | 0 | 106 | 110 | 24 | 2 | 73 | 63 |
| Binary | 11001100 | 111110 | 111001 | 0 | 1000110 | 1001000 | 10100 | 10 | 111011 | 110011 |
Color Harmonies of #CC3E39
Complementary color
Monochromatic Colors of #CC3E39
Black with #CC3E39
Text Example
Text Example
White with #CC3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E39; }
p { color: rgb(204,62,57); }
H1.HeaderClassName
{
color: #CC3E39;
}
.AnyTagClassName
{
color: #CC3E39;
}
</style>
background-color css
<style>
a { background-color: #CC3E39; }
a { background-color: rgb(204,62,57); }
div.DivClassName
{
background-color: #CC3E39;
}
.BgClassName
{
background-color: #CC3E39;
}
</style>
border-color css
<style>
span { border-color: #CC3E39; }
span { border-color: rgb(204,62,57); }
td.TdClassName
{
border-color: #CC3E39;
}
.TagClassName
{
border-color: #CC3E39;
}
</style>