Shades of Persian Red #CC2922
Tints of Persian Red #CC2922
RGB
CMYK
RGB Variations
Color information
#CC2922 (or 0xCC2922) is known color: Persian Red. HEX triplet: CC, 29 and 22. RGB value is (204,41,34). Sum of RGB (Red+Green+Blue) = 204+41+34=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2922 is #33D6DD. Grayscale: #595959. Windows color (decimal): -3397342 or 2238924. OLE color: 2238924.
HSL color Cylindrical-coordinate representation of color #CC2922: hue angle of 2.47º 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 #CC2922 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 34 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.2 |
| HSL | 2.47º | 0.71% | 0.47% | - |
| HSV(B) | 2.47º | 0.83% | 0.8% | - |
| XYZ | 25.98 | 14.54 | 2.95 | - |
| YUV | 88.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 34 | 0 | 0.80 | 0.83 | 0.2 | 2.47 | 0.71 | 0.47 |
| Hex | CC | 29 | 22 | 0 | 50 | 53 | 14 | 2 | 47 | 2F |
| Octal | 314 | 51 | 42 | 0 | 120 | 123 | 24 | 2 | 107 | 57 |
| Binary | 11001100 | 101001 | 100010 | 0 | 1010000 | 1010011 | 10100 | 10 | 1000111 | 101111 |
Color Harmonies of #CC2922
Complementary color
Monochromatic Colors of #CC2922
Black with #CC2922
Text Example
Text Example
White with #CC2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2922; }
p { color: rgb(204,41,34); }
H1.HeaderClassName
{
color: #CC2922;
}
.AnyTagClassName
{
color: #CC2922;
}
</style>
background-color css
<style>
a { background-color: #CC2922; }
a { background-color: rgb(204,41,34); }
div.DivClassName
{
background-color: #CC2922;
}
.BgClassName
{
background-color: #CC2922;
}
</style>
border-color css
<style>
span { border-color: #CC2922; }
span { border-color: rgb(204,41,34); }
td.TdClassName
{
border-color: #CC2922;
}
.TagClassName
{
border-color: #CC2922;
}
</style>