Shades of Persian Red #CE4032
Tints of Persian Red #CE4032
RGB
CMYK
RGB Variations
Color information
#CE4032 (or 0xCE4032) is known color: Persian Red. HEX triplet: CE, 40 and 32. RGB value is (206,64,50). Sum of RGB (Red+Green+Blue) = 206+64+50=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4032 is #31BFCD. Grayscale: #696969. Windows color (decimal): -3260366 or 3293390. OLE color: 3293390.
HSL color Cylindrical-coordinate representation of color #CE4032: hue angle of 5.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE4032 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 50 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.19 |
| HSL | 5.38º | 0.61% | 0.5% | - |
| HSV(B) | 5.38º | 0.76% | 0.81% | - |
| XYZ | 27.86 | 17.02 | 4.83 | - |
| YUV | 104.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 50 | 0 | 0.69 | 0.76 | 0.19 | 5.38 | 0.61 | 0.5 |
| Hex | CE | 40 | 32 | 0 | 45 | 4C | 13 | 5 | 3D | 32 |
| Octal | 316 | 100 | 62 | 0 | 105 | 114 | 23 | 5 | 75 | 62 |
| Binary | 11001110 | 1000000 | 110010 | 0 | 1000101 | 1001100 | 10011 | 101 | 111101 | 110010 |
Color Harmonies of #CE4032
Complementary color
Monochromatic Colors of #CE4032
Black with #CE4032
Text Example
Text Example
White with #CE4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4032; }
p { color: rgb(206,64,50); }
H1.HeaderClassName
{
color: #CE4032;
}
.AnyTagClassName
{
color: #CE4032;
}
</style>
background-color css
<style>
a { background-color: #CE4032; }
a { background-color: rgb(206,64,50); }
div.DivClassName
{
background-color: #CE4032;
}
.BgClassName
{
background-color: #CE4032;
}
</style>
border-color css
<style>
span { border-color: #CE4032; }
span { border-color: rgb(206,64,50); }
td.TdClassName
{
border-color: #CE4032;
}
.TagClassName
{
border-color: #CE4032;
}
</style>