Shades of Persian Red #CC3324
Tints of Persian Red #CC3324
RGB
CMYK
RGB Variations
Color information
#CC3324 (or 0xCC3324) is known color: Persian Red. HEX triplet: CC, 33 and 24. RGB value is (204,51,36). Sum of RGB (Red+Green+Blue) = 204+51+36=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3324 is #33CCDB. Grayscale: #5F5F5F. Windows color (decimal): -3394780 or 2372556. OLE color: 2372556.
HSL color Cylindrical-coordinate representation of color #CC3324: hue angle of 5.36º 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 #CC3324 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 36 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.2 |
| HSL | 5.36º | 0.7% | 0.47% | - |
| HSV(B) | 5.36º | 0.82% | 0.8% | - |
| XYZ | 26.4 | 15.33 | 3.24 | - |
| YUV | 95.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 36 | 0 | 0.75 | 0.82 | 0.2 | 5.36 | 0.7 | 0.47 |
| Hex | CC | 33 | 24 | 0 | 4B | 52 | 14 | 5 | 46 | 2F |
| Octal | 314 | 63 | 44 | 0 | 113 | 122 | 24 | 5 | 106 | 57 |
| Binary | 11001100 | 110011 | 100100 | 0 | 1001011 | 1010010 | 10100 | 101 | 1000110 | 101111 |
Color Harmonies of #CC3324
Complementary color
Monochromatic Colors of #CC3324
Black with #CC3324
Text Example
Text Example
White with #CC3324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3324; }
p { color: rgb(204,51,36); }
H1.HeaderClassName
{
color: #CC3324;
}
.AnyTagClassName
{
color: #CC3324;
}
</style>
background-color css
<style>
a { background-color: #CC3324; }
a { background-color: rgb(204,51,36); }
div.DivClassName
{
background-color: #CC3324;
}
.BgClassName
{
background-color: #CC3324;
}
</style>
border-color css
<style>
span { border-color: #CC3324; }
span { border-color: rgb(204,51,36); }
td.TdClassName
{
border-color: #CC3324;
}
.TagClassName
{
border-color: #CC3324;
}
</style>