Shades of Persian Red #CC2520
Tints of Persian Red #CC2520
RGB
CMYK
RGB Variations
Color information
#CC2520 (or 0xCC2520) is known color: Persian Red. HEX triplet: CC, 25 and 20. RGB value is (204,37,32). Sum of RGB (Red+Green+Blue) = 204+37+32=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2520 is #33DADF. Grayscale: #565656. Windows color (decimal): -3398368 or 2106828. OLE color: 2106828.
HSL color Cylindrical-coordinate representation of color #CC2520: hue angle of 1.74º degrees, saturation: 0.73, 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 #CC2520 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 32 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.2 |
| HSL | 1.74º | 0.73% | 0.46% | - |
| HSV(B) | 1.74º | 0.84% | 0.8% | - |
| XYZ | 25.82 | 14.26 | 2.76 | - |
| YUV | 86.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 32 | 0 | 0.82 | 0.84 | 0.2 | 1.74 | 0.73 | 0.46 |
| Hex | CC | 25 | 20 | 0 | 52 | 54 | 14 | 2 | 49 | 2E |
| Octal | 314 | 45 | 40 | 0 | 122 | 124 | 24 | 2 | 111 | 56 |
| Binary | 11001100 | 100101 | 100000 | 0 | 1010010 | 1010100 | 10100 | 10 | 1001001 | 101110 |
Color Harmonies of #CC2520
Complementary color
Monochromatic Colors of #CC2520
Black with #CC2520
Text Example
Text Example
White with #CC2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2520; }
p { color: rgb(204,37,32); }
H1.HeaderClassName
{
color: #CC2520;
}
.AnyTagClassName
{
color: #CC2520;
}
</style>
background-color css
<style>
a { background-color: #CC2520; }
a { background-color: rgb(204,37,32); }
div.DivClassName
{
background-color: #CC2520;
}
.BgClassName
{
background-color: #CC2520;
}
</style>
border-color css
<style>
span { border-color: #CC2520; }
span { border-color: rgb(204,37,32); }
td.TdClassName
{
border-color: #CC2520;
}
.TagClassName
{
border-color: #CC2520;
}
</style>