Shades of Persian Red #CC3E34
Tints of Persian Red #CC3E34
RGB
CMYK
RGB Variations
Color information
#CC3E34 (or 0xCC3E34) is known color: Persian Red. HEX triplet: CC, 3E and 34. RGB value is (204,62,52). Sum of RGB (Red+Green+Blue) = 204+62+52=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E34 is #33C1CB. Grayscale: #676767. Windows color (decimal): -3391948 or 3423948. OLE color: 3423948.
HSL color Cylindrical-coordinate representation of color #CC3E34: hue angle of 3.95º 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 #CC3E34 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 52 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.2 |
| HSL | 3.95º | 0.6% | 0.5% | - |
| HSV(B) | 3.95º | 0.75% | 0.8% | - |
| XYZ | 27.24 | 16.53 | 5 | - |
| YUV | 103.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 52 | 0 | 0.70 | 0.75 | 0.2 | 3.95 | 0.6 | 0.5 |
| Hex | CC | 3E | 34 | 0 | 46 | 4B | 14 | 4 | 3C | 32 |
| Octal | 314 | 76 | 64 | 0 | 106 | 113 | 24 | 4 | 74 | 62 |
| Binary | 11001100 | 111110 | 110100 | 0 | 1000110 | 1001011 | 10100 | 100 | 111100 | 110010 |
Color Harmonies of #CC3E34
Complementary color
Monochromatic Colors of #CC3E34
Black with #CC3E34
Text Example
Text Example
White with #CC3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E34; }
p { color: rgb(204,62,52); }
H1.HeaderClassName
{
color: #CC3E34;
}
.AnyTagClassName
{
color: #CC3E34;
}
</style>
background-color css
<style>
a { background-color: #CC3E34; }
a { background-color: rgb(204,62,52); }
div.DivClassName
{
background-color: #CC3E34;
}
.BgClassName
{
background-color: #CC3E34;
}
</style>
border-color css
<style>
span { border-color: #CC3E34; }
span { border-color: rgb(204,62,52); }
td.TdClassName
{
border-color: #CC3E34;
}
.TagClassName
{
border-color: #CC3E34;
}
</style>