Shades of Persian Red #CC2E23
Tints of Persian Red #CC2E23
RGB
CMYK
RGB Variations
Color information
#CC2E23 (or 0xCC2E23) is known color: Persian Red. HEX triplet: CC, 2E and 23. RGB value is (204,46,35). Sum of RGB (Red+Green+Blue) = 204+46+35=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E23 is #33D1DC. Grayscale: #5C5C5C. Windows color (decimal): -3396061 or 2305740. OLE color: 2305740.
HSL color Cylindrical-coordinate representation of color #CC2E23: hue angle of 3.91º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2E23 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 35 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.2 |
| HSL | 3.91º | 0.71% | 0.47% | - |
| HSV(B) | 3.91º | 0.83% | 0.8% | - |
| XYZ | 26.18 | 14.91 | 3.09 | - |
| YUV | 91.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 35 | 0 | 0.77 | 0.83 | 0.2 | 3.91 | 0.71 | 0.47 |
| Hex | CC | 2E | 23 | 0 | 4D | 53 | 14 | 4 | 47 | 2F |
| Octal | 314 | 56 | 43 | 0 | 115 | 123 | 24 | 4 | 107 | 57 |
| Binary | 11001100 | 101110 | 100011 | 0 | 1001101 | 1010011 | 10100 | 100 | 1000111 | 101111 |
Color Harmonies of #CC2E23
Complementary color
Monochromatic Colors of #CC2E23
Black with #CC2E23
Text Example
Text Example
White with #CC2E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E23; }
p { color: rgb(204,46,35); }
H1.HeaderClassName
{
color: #CC2E23;
}
.AnyTagClassName
{
color: #CC2E23;
}
</style>
background-color css
<style>
a { background-color: #CC2E23; }
a { background-color: rgb(204,46,35); }
div.DivClassName
{
background-color: #CC2E23;
}
.BgClassName
{
background-color: #CC2E23;
}
</style>
border-color css
<style>
span { border-color: #CC2E23; }
span { border-color: rgb(204,46,35); }
td.TdClassName
{
border-color: #CC2E23;
}
.TagClassName
{
border-color: #CC2E23;
}
</style>