Shades of Persian Red #CE3C32
Tints of Persian Red #CE3C32
RGB
CMYK
RGB Variations
Color information
#CE3C32 (or 0xCE3C32) is known color: Persian Red. HEX triplet: CE, 3C and 32. RGB value is (206,60,50). Sum of RGB (Red+Green+Blue) = 206+60+50=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C32 is #31C3CD. Grayscale: #666666. Windows color (decimal): -3261390 or 3292366. OLE color: 3292366.
HSL color Cylindrical-coordinate representation of color #CE3C32: hue angle of 3.85º 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 #CE3C32 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 50 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.19 |
| HSL | 3.85º | 0.61% | 0.5% | - |
| HSV(B) | 3.85º | 0.76% | 0.81% | - |
| XYZ | 27.65 | 16.58 | 4.76 | - |
| YUV | 102.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 50 | 0 | 0.71 | 0.76 | 0.19 | 3.85 | 0.61 | 0.5 |
| Hex | CE | 3C | 32 | 0 | 47 | 4C | 13 | 4 | 3D | 32 |
| Octal | 316 | 74 | 62 | 0 | 107 | 114 | 23 | 4 | 75 | 62 |
| Binary | 11001110 | 111100 | 110010 | 0 | 1000111 | 1001100 | 10011 | 100 | 111101 | 110010 |
Color Harmonies of #CE3C32
Complementary color
Monochromatic Colors of #CE3C32
Black with #CE3C32
Text Example
Text Example
White with #CE3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C32; }
p { color: rgb(206,60,50); }
H1.HeaderClassName
{
color: #CE3C32;
}
.AnyTagClassName
{
color: #CE3C32;
}
</style>
background-color css
<style>
a { background-color: #CE3C32; }
a { background-color: rgb(206,60,50); }
div.DivClassName
{
background-color: #CE3C32;
}
.BgClassName
{
background-color: #CE3C32;
}
</style>
border-color css
<style>
span { border-color: #CE3C32; }
span { border-color: rgb(206,60,50); }
td.TdClassName
{
border-color: #CE3C32;
}
.TagClassName
{
border-color: #CE3C32;
}
</style>