Shades of Cinnabar #E53E1C
Tints of Cinnabar #E53E1C
RGB
CMYK
RGB Variations
Color information
#E53E1C (or 0xE53E1C) is known color: Cinnabar. HEX triplet: E5, 3E and 1C. RGB value is (229,62,28). Sum of RGB (Red+Green+Blue) = 229+62+28=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53E1C is #1AC1E3. Grayscale: #6C6C6C. Windows color (decimal): -1753572 or 1851109. OLE color: 1851109.
HSL color Cylindrical-coordinate representation of color #E53E1C: hue angle of 10.15º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E53E1C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 28 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.10 |
| HSL | 10.15º | 0.79% | 0.5% | - |
| HSV(B) | 10.15º | 0.88% | 0.9% | - |
| XYZ | 34.25 | 20.19 | 3.19 | - |
| YUV | 108.06 | 82.83 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 28 | 0 | 0.73 | 0.88 | 0.10 | 10.15 | 0.79 | 0.5 |
| Hex | E5 | 3E | 1C | 0 | 49 | 58 | A | A | 4F | 32 |
| Octal | 345 | 76 | 34 | 0 | 111 | 130 | 12 | 12 | 117 | 62 |
| Binary | 11100101 | 111110 | 11100 | 0 | 1001001 | 1011000 | 1010 | 1010 | 1001111 | 110010 |
Color Harmonies of #E53E1C
Complementary color
Monochromatic Colors of #E53E1C
Black with #E53E1C
Text Example
Text Example
White with #E53E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53E1C; }
p { color: rgb(229,62,28); }
H1.HeaderClassName
{
color: #E53E1C;
}
.AnyTagClassName
{
color: #E53E1C;
}
</style>
background-color css
<style>
a { background-color: #E53E1C; }
a { background-color: rgb(229,62,28); }
div.DivClassName
{
background-color: #E53E1C;
}
.BgClassName
{
background-color: #E53E1C;
}
</style>
border-color css
<style>
span { border-color: #E53E1C; }
span { border-color: rgb(229,62,28); }
td.TdClassName
{
border-color: #E53E1C;
}
.TagClassName
{
border-color: #E53E1C;
}
</style>