Shades of Persian Red #CC392E
Tints of Persian Red #CC392E
RGB
CMYK
RGB Variations
Color information
#CC392E (or 0xCC392E) is known color: Persian Red. HEX triplet: CC, 39 and 2E. RGB value is (204,57,46). Sum of RGB (Red+Green+Blue) = 204+57+46=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC392E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC392E is #33C6D1. Grayscale: #636363. Windows color (decimal): -3393234 or 3029452. OLE color: 3029452.
HSL color Cylindrical-coordinate representation of color #CC392E: hue angle of 4.18º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC392E is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 46 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.2 |
| HSL | 4.18º | 0.63% | 0.49% | - |
| HSV(B) | 4.18º | 0.77% | 0.8% | - |
| XYZ | 26.86 | 15.96 | 4.25 | - |
| YUV | 99.7 | 97.7 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 46 | 0 | 0.72 | 0.77 | 0.2 | 4.18 | 0.63 | 0.49 |
| Hex | CC | 39 | 2E | 0 | 48 | 4D | 14 | 4 | 3F | 31 |
| Octal | 314 | 71 | 56 | 0 | 110 | 115 | 24 | 4 | 77 | 61 |
| Binary | 11001100 | 111001 | 101110 | 0 | 1001000 | 1001101 | 10100 | 100 | 111111 | 110001 |
Color Harmonies of #CC392E
Complementary color
Monochromatic Colors of #CC392E
Black with #CC392E
Text Example
Text Example
White with #CC392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC392E; }
p { color: rgb(204,57,46); }
H1.HeaderClassName
{
color: #CC392E;
}
.AnyTagClassName
{
color: #CC392E;
}
</style>
background-color css
<style>
a { background-color: #CC392E; }
a { background-color: rgb(204,57,46); }
div.DivClassName
{
background-color: #CC392E;
}
.BgClassName
{
background-color: #CC392E;
}
</style>
border-color css
<style>
span { border-color: #CC392E; }
span { border-color: rgb(204,57,46); }
td.TdClassName
{
border-color: #CC392E;
}
.TagClassName
{
border-color: #CC392E;
}
</style>