Shades of Persian Red #CC3E33
Tints of Persian Red #CC3E33
RGB
CMYK
RGB Variations
Color information
#CC3E33 (or 0xCC3E33) is known color: Persian Red. HEX triplet: CC, 3E and 33. RGB value is (204,62,51). Sum of RGB (Red+Green+Blue) = 204+62+51=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E33 is #33C1CC. Grayscale: #676767. Windows color (decimal): -3391949 or 3358412. OLE color: 3358412.
HSL color Cylindrical-coordinate representation of color #CC3E33: hue angle of 4.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3E33 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 51 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.2 |
| HSL | 4.31º | 0.6% | 0.5% | - |
| HSV(B) | 4.31º | 0.75% | 0.8% | - |
| XYZ | 27.22 | 16.52 | 4.89 | - |
| YUV | 103.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 51 | 0 | 0.70 | 0.75 | 0.2 | 4.31 | 0.6 | 0.5 |
| Hex | CC | 3E | 33 | 0 | 46 | 4B | 14 | 4 | 3C | 32 |
| Octal | 314 | 76 | 63 | 0 | 106 | 113 | 24 | 4 | 74 | 62 |
| Binary | 11001100 | 111110 | 110011 | 0 | 1000110 | 1001011 | 10100 | 100 | 111100 | 110010 |
Color Harmonies of #CC3E33
Complementary color
Monochromatic Colors of #CC3E33
Black with #CC3E33
Text Example
Text Example
White with #CC3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E33; }
p { color: rgb(204,62,51); }
H1.HeaderClassName
{
color: #CC3E33;
}
.AnyTagClassName
{
color: #CC3E33;
}
</style>
background-color css
<style>
a { background-color: #CC3E33; }
a { background-color: rgb(204,62,51); }
div.DivClassName
{
background-color: #CC3E33;
}
.BgClassName
{
background-color: #CC3E33;
}
</style>
border-color css
<style>
span { border-color: #CC3E33; }
span { border-color: rgb(204,62,51); }
td.TdClassName
{
border-color: #CC3E33;
}
.TagClassName
{
border-color: #CC3E33;
}
</style>