Shades of Persian Red #CC2724
Tints of Persian Red #CC2724
RGB
CMYK
RGB Variations
Color information
#CC2724 (or 0xCC2724) is known color: Persian Red. HEX triplet: CC, 27 and 24. RGB value is (204,39,36). Sum of RGB (Red+Green+Blue) = 204+39+36=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2724 is #33D8DB. Grayscale: #585858. Windows color (decimal): -3397852 or 2369484. OLE color: 2369484.
HSL color Cylindrical-coordinate representation of color #CC2724: hue angle of 1.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2724 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 36 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.2 |
| HSL | 1.07º | 0.7% | 0.47% | - |
| HSV(B) | 1.07º | 0.82% | 0.8% | - |
| XYZ | 25.95 | 14.42 | 3.08 | - |
| YUV | 87.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 36 | 0 | 0.81 | 0.82 | 0.2 | 1.07 | 0.7 | 0.47 |
| Hex | CC | 27 | 24 | 0 | 51 | 52 | 14 | 1 | 46 | 2F |
| Octal | 314 | 47 | 44 | 0 | 121 | 122 | 24 | 1 | 106 | 57 |
| Binary | 11001100 | 100111 | 100100 | 0 | 1010001 | 1010010 | 10100 | 1 | 1000110 | 101111 |
Color Harmonies of #CC2724
Complementary color
Monochromatic Colors of #CC2724
Black with #CC2724
Text Example
Text Example
White with #CC2724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2724; }
p { color: rgb(204,39,36); }
H1.HeaderClassName
{
color: #CC2724;
}
.AnyTagClassName
{
color: #CC2724;
}
</style>
background-color css
<style>
a { background-color: #CC2724; }
a { background-color: rgb(204,39,36); }
div.DivClassName
{
background-color: #CC2724;
}
.BgClassName
{
background-color: #CC2724;
}
</style>
border-color css
<style>
span { border-color: #CC2724; }
span { border-color: rgb(204,39,36); }
td.TdClassName
{
border-color: #CC2724;
}
.TagClassName
{
border-color: #CC2724;
}
</style>