Shades of Persian Red #CC2A23
Tints of Persian Red #CC2A23
RGB
CMYK
RGB Variations
Color information
#CC2A23 (or 0xCC2A23) is known color: Persian Red. HEX triplet: CC, 2A and 23. RGB value is (204,42,35). Sum of RGB (Red+Green+Blue) = 204+42+35=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A23 is #33D5DC. Grayscale: #595959. Windows color (decimal): -3397085 or 2304716. OLE color: 2304716.
HSL color Cylindrical-coordinate representation of color #CC2A23: hue angle of 2.49º 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 #CC2A23 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 35 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.2 |
| HSL | 2.49º | 0.71% | 0.47% | - |
| HSV(B) | 2.49º | 0.83% | 0.8% | - |
| XYZ | 26.03 | 14.61 | 3.04 | - |
| YUV | 89.64 | 97.17 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 35 | 0 | 0.79 | 0.83 | 0.2 | 2.49 | 0.71 | 0.47 |
| Hex | CC | 2A | 23 | 0 | 4F | 53 | 14 | 2 | 47 | 2F |
| Octal | 314 | 52 | 43 | 0 | 117 | 123 | 24 | 2 | 107 | 57 |
| Binary | 11001100 | 101010 | 100011 | 0 | 1001111 | 1010011 | 10100 | 10 | 1000111 | 101111 |
Color Harmonies of #CC2A23
Complementary color
Monochromatic Colors of #CC2A23
Black with #CC2A23
Text Example
Text Example
White with #CC2A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A23; }
p { color: rgb(204,42,35); }
H1.HeaderClassName
{
color: #CC2A23;
}
.AnyTagClassName
{
color: #CC2A23;
}
</style>
background-color css
<style>
a { background-color: #CC2A23; }
a { background-color: rgb(204,42,35); }
div.DivClassName
{
background-color: #CC2A23;
}
.BgClassName
{
background-color: #CC2A23;
}
</style>
border-color css
<style>
span { border-color: #CC2A23; }
span { border-color: rgb(204,42,35); }
td.TdClassName
{
border-color: #CC2A23;
}
.TagClassName
{
border-color: #CC2A23;
}
</style>