Shades of Persian Red #CE3E2C
Tints of Persian Red #CE3E2C
RGB
CMYK
RGB Variations
Color information
#CE3E2C (or 0xCE3E2C) is known color: Persian Red. HEX triplet: CE, 3E and 2C. RGB value is (206,62,44). Sum of RGB (Red+Green+Blue) = 206+62+44=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E2C is #31C1D3. Grayscale: #676767. Windows color (decimal): -3260884 or 2899662. OLE color: 2899662.
HSL color Cylindrical-coordinate representation of color #CE3E2C: hue angle of 6.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE3E2C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 44 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.19 |
| HSL | 6.67º | 0.65% | 0.49% | - |
| HSV(B) | 6.67º | 0.79% | 0.81% | - |
| XYZ | 27.63 | 16.75 | 4.16 | - |
| YUV | 103 | 94.71 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 44 | 0 | 0.70 | 0.79 | 0.19 | 6.67 | 0.65 | 0.49 |
| Hex | CE | 3E | 2C | 0 | 46 | 4F | 13 | 7 | 41 | 31 |
| Octal | 316 | 76 | 54 | 0 | 106 | 117 | 23 | 7 | 101 | 61 |
| Binary | 11001110 | 111110 | 101100 | 0 | 1000110 | 1001111 | 10011 | 111 | 1000001 | 110001 |
Color Harmonies of #CE3E2C
Complementary color
Monochromatic Colors of #CE3E2C
Black with #CE3E2C
Text Example
Text Example
White with #CE3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E2C; }
p { color: rgb(206,62,44); }
H1.HeaderClassName
{
color: #CE3E2C;
}
.AnyTagClassName
{
color: #CE3E2C;
}
</style>
background-color css
<style>
a { background-color: #CE3E2C; }
a { background-color: rgb(206,62,44); }
div.DivClassName
{
background-color: #CE3E2C;
}
.BgClassName
{
background-color: #CE3E2C;
}
</style>
border-color css
<style>
span { border-color: #CE3E2C; }
span { border-color: rgb(206,62,44); }
td.TdClassName
{
border-color: #CE3E2C;
}
.TagClassName
{
border-color: #CE3E2C;
}
</style>