Shades of Persian Red #CC3224
Tints of Persian Red #CC3224
RGB
CMYK
RGB Variations
Color information
#CC3224 (or 0xCC3224) is known color: Persian Red. HEX triplet: CC, 32 and 24. RGB value is (204,50,36). Sum of RGB (Red+Green+Blue) = 204+50+36=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3224 is #33CDDB. Grayscale: #5E5E5E. Windows color (decimal): -3395036 or 2372300. OLE color: 2372300.
HSL color Cylindrical-coordinate representation of color #CC3224: hue angle of 5º 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 #CC3224 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 36 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.2 |
| HSL | 5º | 0.7% | 0.47% | - |
| HSV(B) | 5º | 0.82% | 0.8% | - |
| XYZ | 26.36 | 15.25 | 3.22 | - |
| YUV | 94.45 | 95.02 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 36 | 0 | 0.75 | 0.82 | 0.2 | 5 | 0.7 | 0.47 |
| Hex | CC | 32 | 24 | 0 | 4B | 52 | 14 | 5 | 46 | 2F |
| Octal | 314 | 62 | 44 | 0 | 113 | 122 | 24 | 5 | 106 | 57 |
| Binary | 11001100 | 110010 | 100100 | 0 | 1001011 | 1010010 | 10100 | 101 | 1000110 | 101111 |
Color Harmonies of #CC3224
Complementary color
Monochromatic Colors of #CC3224
Black with #CC3224
Text Example
Text Example
White with #CC3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3224; }
p { color: rgb(204,50,36); }
H1.HeaderClassName
{
color: #CC3224;
}
.AnyTagClassName
{
color: #CC3224;
}
</style>
background-color css
<style>
a { background-color: #CC3224; }
a { background-color: rgb(204,50,36); }
div.DivClassName
{
background-color: #CC3224;
}
.BgClassName
{
background-color: #CC3224;
}
</style>
border-color css
<style>
span { border-color: #CC3224; }
span { border-color: rgb(204,50,36); }
td.TdClassName
{
border-color: #CC3224;
}
.TagClassName
{
border-color: #CC3224;
}
</style>