Shades of Persian Red #CC2121
Tints of Persian Red #CC2121
RGB
CMYK
RGB Variations
Color information
#CC2121 (or 0xCC2121) is known color: Persian Red. HEX triplet: CC, 21 and 21. RGB value is (204,33,33). Sum of RGB (Red+Green+Blue) = 204+33+33=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2121 is #33DEDE. Grayscale: #545454. Windows color (decimal): -3399391 or 2171340. OLE color: 2171340.
HSL color Cylindrical-coordinate representation of color #CC2121: hue angle of 0º 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 #CC2121 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 33 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.2 |
| HSL | 0º | 0.72% | 0.46% | - |
| HSV(B) | 0º | 0.84% | 0.8% | - |
| XYZ | 25.72 | 14.03 | 2.79 | - |
| YUV | 84.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 33 | 0 | 0.84 | 0.84 | 0.2 | 0 | 0.72 | 0.46 |
| Hex | CC | 21 | 21 | 0 | 54 | 54 | 14 | 0 | 48 | 2E |
| Octal | 314 | 41 | 41 | 0 | 124 | 124 | 24 | 0 | 110 | 56 |
| Binary | 11001100 | 100001 | 100001 | 0 | 1010100 | 1010100 | 10100 | 0 | 1001000 | 101110 |
Color Harmonies of #CC2121
Complementary color
Monochromatic Colors of #CC2121
Black with #CC2121
Text Example
Text Example
White with #CC2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2121; }
p { color: rgb(204,33,33); }
H1.HeaderClassName
{
color: #CC2121;
}
.AnyTagClassName
{
color: #CC2121;
}
</style>
background-color css
<style>
a { background-color: #CC2121; }
a { background-color: rgb(204,33,33); }
div.DivClassName
{
background-color: #CC2121;
}
.BgClassName
{
background-color: #CC2121;
}
</style>
border-color css
<style>
span { border-color: #CC2121; }
span { border-color: rgb(204,33,33); }
td.TdClassName
{
border-color: #CC2121;
}
.TagClassName
{
border-color: #CC2121;
}
</style>