Shades of Persian Red #CC2221
Tints of Persian Red #CC2221
RGB
CMYK
RGB Variations
Color information
#CC2221 (or 0xCC2221) is known color: Persian Red. HEX triplet: CC, 22 and 21. RGB value is (204,34,33). Sum of RGB (Red+Green+Blue) = 204+34+33=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2221 is #33DDDE. Grayscale: #545454. Windows color (decimal): -3399135 or 2171596. OLE color: 2171596.
HSL color Cylindrical-coordinate representation of color #CC2221: hue angle of 0.35º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2221 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 33 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.2 |
| HSL | 0.35º | 0.72% | 0.46% | - |
| HSV(B) | 0.35º | 0.84% | 0.8% | - |
| XYZ | 25.75 | 14.09 | 2.8 | - |
| YUV | 84.72 | 98.82 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 33 | 0 | 0.83 | 0.84 | 0.2 | 0.35 | 0.72 | 0.46 |
| Hex | CC | 22 | 21 | 0 | 53 | 54 | 14 | 0 | 48 | 2E |
| Octal | 314 | 42 | 41 | 0 | 123 | 124 | 24 | 0 | 110 | 56 |
| Binary | 11001100 | 100010 | 100001 | 0 | 1010011 | 1010100 | 10100 | 0 | 1001000 | 101110 |
Color Harmonies of #CC2221
Complementary color
Monochromatic Colors of #CC2221
Black with #CC2221
Text Example
Text Example
White with #CC2221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2221; }
p { color: rgb(204,34,33); }
H1.HeaderClassName
{
color: #CC2221;
}
.AnyTagClassName
{
color: #CC2221;
}
</style>
background-color css
<style>
a { background-color: #CC2221; }
a { background-color: rgb(204,34,33); }
div.DivClassName
{
background-color: #CC2221;
}
.BgClassName
{
background-color: #CC2221;
}
</style>
border-color css
<style>
span { border-color: #CC2221; }
span { border-color: rgb(204,34,33); }
td.TdClassName
{
border-color: #CC2221;
}
.TagClassName
{
border-color: #CC2221;
}
</style>