Shades of Persian Red #CC2D22
Tints of Persian Red #CC2D22
RGB
CMYK
RGB Variations
Color information
#CC2D22 (or 0xCC2D22) is known color: Persian Red. HEX triplet: CC, 2D and 22. RGB value is (204,45,34). Sum of RGB (Red+Green+Blue) = 204+45+34=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D22 is #33D2DD. Grayscale: #5B5B5B. Windows color (decimal): -3396318 or 2239948. OLE color: 2239948.
HSL color Cylindrical-coordinate representation of color #CC2D22: hue angle of 3.88º 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 #CC2D22 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 34 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.2 |
| HSL | 3.88º | 0.71% | 0.47% | - |
| HSV(B) | 3.88º | 0.83% | 0.8% | - |
| XYZ | 26.13 | 14.83 | 3 | - |
| YUV | 91.29 | 95.68 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 34 | 0 | 0.78 | 0.83 | 0.2 | 3.88 | 0.71 | 0.47 |
| Hex | CC | 2D | 22 | 0 | 4E | 53 | 14 | 4 | 47 | 2F |
| Octal | 314 | 55 | 42 | 0 | 116 | 123 | 24 | 4 | 107 | 57 |
| Binary | 11001100 | 101101 | 100010 | 0 | 1001110 | 1010011 | 10100 | 100 | 1000111 | 101111 |
Color Harmonies of #CC2D22
Complementary color
Monochromatic Colors of #CC2D22
Black with #CC2D22
Text Example
Text Example
White with #CC2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D22; }
p { color: rgb(204,45,34); }
H1.HeaderClassName
{
color: #CC2D22;
}
.AnyTagClassName
{
color: #CC2D22;
}
</style>
background-color css
<style>
a { background-color: #CC2D22; }
a { background-color: rgb(204,45,34); }
div.DivClassName
{
background-color: #CC2D22;
}
.BgClassName
{
background-color: #CC2D22;
}
</style>
border-color css
<style>
span { border-color: #CC2D22; }
span { border-color: rgb(204,45,34); }
td.TdClassName
{
border-color: #CC2D22;
}
.TagClassName
{
border-color: #CC2D22;
}
</style>