Shades of Persian Red #CC2222
Tints of Persian Red #CC2222
RGB
CMYK
RGB Variations
Color information
#CC2222 (or 0xCC2222) is known color: Persian Red. HEX triplet: CC, 22 and 22. RGB value is (204,34,34). Sum of RGB (Red+Green+Blue) = 204+34+34=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2222 is #33DDDD. Grayscale: #545454. Windows color (decimal): -3399134 or 2237132. OLE color: 2237132.
HSL color Cylindrical-coordinate representation of color #CC2222: hue angle of 0º 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 #CC2222 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 34 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.2 |
| HSL | 0º | 0.71% | 0.47% | - |
| HSV(B) | 0º | 0.83% | 0.8% | - |
| XYZ | 25.76 | 14.1 | 2.88 | - |
| YUV | 84.83 | 99.32 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 34 | 0 | 0.83 | 0.83 | 0.2 | 0 | 0.71 | 0.47 |
| Hex | CC | 22 | 22 | 0 | 53 | 53 | 14 | 0 | 47 | 2F |
| Octal | 314 | 42 | 42 | 0 | 123 | 123 | 24 | 0 | 107 | 57 |
| Binary | 11001100 | 100010 | 100010 | 0 | 1010011 | 1010011 | 10100 | 0 | 1000111 | 101111 |
Color Harmonies of #CC2222
Complementary color
Monochromatic Colors of #CC2222
Black with #CC2222
Text Example
Text Example
White with #CC2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2222; }
p { color: rgb(204,34,34); }
H1.HeaderClassName
{
color: #CC2222;
}
.AnyTagClassName
{
color: #CC2222;
}
</style>
background-color css
<style>
a { background-color: #CC2222; }
a { background-color: rgb(204,34,34); }
div.DivClassName
{
background-color: #CC2222;
}
.BgClassName
{
background-color: #CC2222;
}
</style>
border-color css
<style>
span { border-color: #CC2222; }
span { border-color: rgb(204,34,34); }
td.TdClassName
{
border-color: #CC2222;
}
.TagClassName
{
border-color: #CC2222;
}
</style>