Shades of Persian Red #CE3A2C
Tints of Persian Red #CE3A2C
RGB
CMYK
RGB Variations
Color information
#CE3A2C (or 0xCE3A2C) is known color: Persian Red. HEX triplet: CE, 3A and 2C. RGB value is (206,58,44). Sum of RGB (Red+Green+Blue) = 206+58+44=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A2C is #31C5D3. Grayscale: #646464. Windows color (decimal): -3261908 or 2898638. OLE color: 2898638.
HSL color Cylindrical-coordinate representation of color #CE3A2C: hue angle of 5.19º 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 #CE3A2C is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 44 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.19 |
| HSL | 5.19º | 0.65% | 0.49% | - |
| HSV(B) | 5.19º | 0.79% | 0.81% | - |
| XYZ | 27.42 | 16.33 | 4.09 | - |
| YUV | 100.66 | 96.03 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 44 | 0 | 0.72 | 0.79 | 0.19 | 5.19 | 0.65 | 0.49 |
| Hex | CE | 3A | 2C | 0 | 48 | 4F | 13 | 5 | 41 | 31 |
| Octal | 316 | 72 | 54 | 0 | 110 | 117 | 23 | 5 | 101 | 61 |
| Binary | 11001110 | 111010 | 101100 | 0 | 1001000 | 1001111 | 10011 | 101 | 1000001 | 110001 |
Color Harmonies of #CE3A2C
Complementary color
Monochromatic Colors of #CE3A2C
Black with #CE3A2C
Text Example
Text Example
White with #CE3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A2C; }
p { color: rgb(206,58,44); }
H1.HeaderClassName
{
color: #CE3A2C;
}
.AnyTagClassName
{
color: #CE3A2C;
}
</style>
background-color css
<style>
a { background-color: #CE3A2C; }
a { background-color: rgb(206,58,44); }
div.DivClassName
{
background-color: #CE3A2C;
}
.BgClassName
{
background-color: #CE3A2C;
}
</style>
border-color css
<style>
span { border-color: #CE3A2C; }
span { border-color: rgb(206,58,44); }
td.TdClassName
{
border-color: #CE3A2C;
}
.TagClassName
{
border-color: #CE3A2C;
}
</style>