Shades of Persian Red #CC2722
Tints of Persian Red #CC2722
RGB
CMYK
RGB Variations
Color information
#CC2722 (or 0xCC2722) is known color: Persian Red. HEX triplet: CC, 27 and 22. RGB value is (204,39,34). Sum of RGB (Red+Green+Blue) = 204+39+34=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2722 is #33D8DD. Grayscale: #575757. Windows color (decimal): -3397854 or 2238412. OLE color: 2238412.
HSL color Cylindrical-coordinate representation of color #CC2722: hue angle of 1.76º 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 #CC2722 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 34 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.2 |
| HSL | 1.76º | 0.71% | 0.47% | - |
| HSV(B) | 1.76º | 0.83% | 0.8% | - |
| XYZ | 25.92 | 14.4 | 2.93 | - |
| YUV | 87.77 | 97.66 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 34 | 0 | 0.81 | 0.83 | 0.2 | 1.76 | 0.71 | 0.47 |
| Hex | CC | 27 | 22 | 0 | 51 | 53 | 14 | 2 | 47 | 2F |
| Octal | 314 | 47 | 42 | 0 | 121 | 123 | 24 | 2 | 107 | 57 |
| Binary | 11001100 | 100111 | 100010 | 0 | 1010001 | 1010011 | 10100 | 10 | 1000111 | 101111 |
Color Harmonies of #CC2722
Complementary color
Monochromatic Colors of #CC2722
Black with #CC2722
Text Example
Text Example
White with #CC2722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2722; }
p { color: rgb(204,39,34); }
H1.HeaderClassName
{
color: #CC2722;
}
.AnyTagClassName
{
color: #CC2722;
}
</style>
background-color css
<style>
a { background-color: #CC2722; }
a { background-color: rgb(204,39,34); }
div.DivClassName
{
background-color: #CC2722;
}
.BgClassName
{
background-color: #CC2722;
}
</style>
border-color css
<style>
span { border-color: #CC2722; }
span { border-color: rgb(204,39,34); }
td.TdClassName
{
border-color: #CC2722;
}
.TagClassName
{
border-color: #CC2722;
}
</style>