Shades of Persian Red #CC392A
Tints of Persian Red #CC392A
RGB
CMYK
RGB Variations
Color information
#CC392A (or 0xCC392A) is known color: Persian Red. HEX triplet: CC, 39 and 2A. RGB value is (204,57,42). Sum of RGB (Red+Green+Blue) = 204+57+42=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC392A is #33C6D5. Grayscale: #636363. Windows color (decimal): -3393238 or 2767308. OLE color: 2767308.
HSL color Cylindrical-coordinate representation of color #CC392A: hue angle of 5.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC392A is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 42 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.2 |
| HSL | 5.56º | 0.66% | 0.48% | - |
| HSV(B) | 5.56º | 0.79% | 0.8% | - |
| XYZ | 26.78 | 15.93 | 3.85 | - |
| YUV | 99.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 42 | 0 | 0.72 | 0.79 | 0.2 | 5.56 | 0.66 | 0.48 |
| Hex | CC | 39 | 2A | 0 | 48 | 4F | 14 | 6 | 42 | 30 |
| Octal | 314 | 71 | 52 | 0 | 110 | 117 | 24 | 6 | 102 | 60 |
| Binary | 11001100 | 111001 | 101010 | 0 | 1001000 | 1001111 | 10100 | 110 | 1000010 | 110000 |
Color Harmonies of #CC392A
Complementary color
Monochromatic Colors of #CC392A
Black with #CC392A
Text Example
Text Example
White with #CC392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC392A; }
p { color: rgb(204,57,42); }
H1.HeaderClassName
{
color: #CC392A;
}
.AnyTagClassName
{
color: #CC392A;
}
</style>
background-color css
<style>
a { background-color: #CC392A; }
a { background-color: rgb(204,57,42); }
div.DivClassName
{
background-color: #CC392A;
}
.BgClassName
{
background-color: #CC392A;
}
</style>
border-color css
<style>
span { border-color: #CC392A; }
span { border-color: rgb(204,57,42); }
td.TdClassName
{
border-color: #CC392A;
}
.TagClassName
{
border-color: #CC392A;
}
</style>