Shades of Persian Red #CC2422
Tints of Persian Red #CC2422
RGB
CMYK
RGB Variations
Color information
#CC2422 (or 0xCC2422) is known color: Persian Red. HEX triplet: CC, 24 and 22. RGB value is (204,36,34). Sum of RGB (Red+Green+Blue) = 204+36+34=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2422 is #33DBDD. Grayscale: #565656. Windows color (decimal): -3398622 or 2237644. OLE color: 2237644.
HSL color Cylindrical-coordinate representation of color #CC2422: hue angle of 0.71º 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 #CC2422 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 34 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.2 |
| HSL | 0.71º | 0.71% | 0.47% | - |
| HSV(B) | 0.71º | 0.83% | 0.8% | - |
| XYZ | 25.82 | 14.21 | 2.9 | - |
| YUV | 86 | 98.66 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 34 | 0 | 0.82 | 0.83 | 0.2 | 0.71 | 0.71 | 0.47 |
| Hex | CC | 24 | 22 | 0 | 52 | 53 | 14 | 1 | 47 | 2F |
| Octal | 314 | 44 | 42 | 0 | 122 | 123 | 24 | 1 | 107 | 57 |
| Binary | 11001100 | 100100 | 100010 | 0 | 1010010 | 1010011 | 10100 | 1 | 1000111 | 101111 |
Color Harmonies of #CC2422
Complementary color
Monochromatic Colors of #CC2422
Black with #CC2422
Text Example
Text Example
White with #CC2422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2422; }
p { color: rgb(204,36,34); }
H1.HeaderClassName
{
color: #CC2422;
}
.AnyTagClassName
{
color: #CC2422;
}
</style>
background-color css
<style>
a { background-color: #CC2422; }
a { background-color: rgb(204,36,34); }
div.DivClassName
{
background-color: #CC2422;
}
.BgClassName
{
background-color: #CC2422;
}
</style>
border-color css
<style>
span { border-color: #CC2422; }
span { border-color: rgb(204,36,34); }
td.TdClassName
{
border-color: #CC2422;
}
.TagClassName
{
border-color: #CC2422;
}
</style>