Shades of Persian Red #CC3C2E
Tints of Persian Red #CC3C2E
RGB
CMYK
RGB Variations
Color information
#CC3C2E (or 0xCC3C2E) is known color: Persian Red. HEX triplet: CC, 3C and 2E. RGB value is (204,60,46). Sum of RGB (Red+Green+Blue) = 204+60+46=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C2E is #33C3D1. Grayscale: #656565. Windows color (decimal): -3392466 or 3030220. OLE color: 3030220.
HSL color Cylindrical-coordinate representation of color #CC3C2E: hue angle of 5.32º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC3C2E is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 46 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.2 |
| HSL | 5.32º | 0.63% | 0.49% | - |
| HSV(B) | 5.32º | 0.77% | 0.8% | - |
| XYZ | 27.01 | 16.27 | 4.3 | - |
| YUV | 101.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 46 | 0 | 0.71 | 0.77 | 0.2 | 5.32 | 0.63 | 0.49 |
| Hex | CC | 3C | 2E | 0 | 47 | 4D | 14 | 5 | 3F | 31 |
| Octal | 314 | 74 | 56 | 0 | 107 | 115 | 24 | 5 | 77 | 61 |
| Binary | 11001100 | 111100 | 101110 | 0 | 1000111 | 1001101 | 10100 | 101 | 111111 | 110001 |
Color Harmonies of #CC3C2E
Complementary color
Monochromatic Colors of #CC3C2E
Black with #CC3C2E
Text Example
Text Example
White with #CC3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C2E; }
p { color: rgb(204,60,46); }
H1.HeaderClassName
{
color: #CC3C2E;
}
.AnyTagClassName
{
color: #CC3C2E;
}
</style>
background-color css
<style>
a { background-color: #CC3C2E; }
a { background-color: rgb(204,60,46); }
div.DivClassName
{
background-color: #CC3C2E;
}
.BgClassName
{
background-color: #CC3C2E;
}
</style>
border-color css
<style>
span { border-color: #CC3C2E; }
span { border-color: rgb(204,60,46); }
td.TdClassName
{
border-color: #CC3C2E;
}
.TagClassName
{
border-color: #CC3C2E;
}
</style>