Shades of Cinnabar #E53E1B
Tints of Cinnabar #E53E1B
RGB
CMYK
RGB Variations
Color information
#E53E1B (or 0xE53E1B) is known color: Cinnabar. HEX triplet: E5, 3E and 1B. RGB value is (229,62,27). Sum of RGB (Red+Green+Blue) = 229+62+27=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53E1B is #1AC1E4. Grayscale: #6C6C6C. Windows color (decimal): -1753573 or 1785573. OLE color: 1785573.
HSL color Cylindrical-coordinate representation of color #E53E1B: hue angle of 10.4º degrees, saturation: 0.8, 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 #E53E1B is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 27 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.10 |
| HSL | 10.4º | 0.8% | 0.5% | - |
| HSV(B) | 10.4º | 0.88% | 0.9% | - |
| XYZ | 34.23 | 20.18 | 3.13 | - |
| YUV | 107.94 | 82.33 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 27 | 0 | 0.73 | 0.88 | 0.10 | 10.4 | 0.8 | 0.5 |
| Hex | E5 | 3E | 1B | 0 | 49 | 58 | A | A | 50 | 32 |
| Octal | 345 | 76 | 33 | 0 | 111 | 130 | 12 | 12 | 120 | 62 |
| Binary | 11100101 | 111110 | 11011 | 0 | 1001001 | 1011000 | 1010 | 1010 | 1010000 | 110010 |
Color Harmonies of #E53E1B
Complementary color
Monochromatic Colors of #E53E1B
Black with #E53E1B
Text Example
Text Example
White with #E53E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53E1B; }
p { color: rgb(229,62,27); }
H1.HeaderClassName
{
color: #E53E1B;
}
.AnyTagClassName
{
color: #E53E1B;
}
</style>
background-color css
<style>
a { background-color: #E53E1B; }
a { background-color: rgb(229,62,27); }
div.DivClassName
{
background-color: #E53E1B;
}
.BgClassName
{
background-color: #E53E1B;
}
</style>
border-color css
<style>
span { border-color: #E53E1B; }
span { border-color: rgb(229,62,27); }
td.TdClassName
{
border-color: #E53E1B;
}
.TagClassName
{
border-color: #E53E1B;
}
</style>