Shades of Persian Red #CC2821
Tints of Persian Red #CC2821
RGB
CMYK
RGB Variations
Color information
#CC2821 (or 0xCC2821) is known color: Persian Red. HEX triplet: CC, 28 and 21. RGB value is (204,40,33). Sum of RGB (Red+Green+Blue) = 204+40+33=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2821 is #33D7DE. Grayscale: #585858. Windows color (decimal): -3397599 or 2173132. OLE color: 2173132.
HSL color Cylindrical-coordinate representation of color #CC2821: hue angle of 2.46º 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 #CC2821 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 33 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.2 |
| HSL | 2.46º | 0.72% | 0.46% | - |
| HSV(B) | 2.46º | 0.84% | 0.8% | - |
| XYZ | 25.94 | 14.46 | 2.86 | - |
| YUV | 88.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 33 | 0 | 0.80 | 0.84 | 0.2 | 2.46 | 0.72 | 0.46 |
| Hex | CC | 28 | 21 | 0 | 50 | 54 | 14 | 2 | 48 | 2E |
| Octal | 314 | 50 | 41 | 0 | 120 | 124 | 24 | 2 | 110 | 56 |
| Binary | 11001100 | 101000 | 100001 | 0 | 1010000 | 1010100 | 10100 | 10 | 1001000 | 101110 |
Color Harmonies of #CC2821
Complementary color
Monochromatic Colors of #CC2821
Black with #CC2821
Text Example
Text Example
White with #CC2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2821; }
p { color: rgb(204,40,33); }
H1.HeaderClassName
{
color: #CC2821;
}
.AnyTagClassName
{
color: #CC2821;
}
</style>
background-color css
<style>
a { background-color: #CC2821; }
a { background-color: rgb(204,40,33); }
div.DivClassName
{
background-color: #CC2821;
}
.BgClassName
{
background-color: #CC2821;
}
</style>
border-color css
<style>
span { border-color: #CC2821; }
span { border-color: rgb(204,40,33); }
td.TdClassName
{
border-color: #CC2821;
}
.TagClassName
{
border-color: #CC2821;
}
</style>