Shades of Cinnabar #E53D18
Tints of Cinnabar #E53D18
RGB
CMYK
RGB Variations
Color information
#E53D18 (or 0xE53D18) is known color: Cinnabar. HEX triplet: E5, 3D and 18. RGB value is (229,61,24). Sum of RGB (Red+Green+Blue) = 229+61+24=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53D18 is #1AC2E7. Grayscale: #6B6B6B. Windows color (decimal): -1753832 or 1588709. OLE color: 1588709.
HSL color Cylindrical-coordinate representation of color #E53D18: hue angle of 10.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E53D18 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 24 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.10 |
| HSL | 10.83º | 0.81% | 0.5% | - |
| HSV(B) | 10.83º | 0.9% | 0.9% | - |
| XYZ | 34.15 | 20.06 | 2.94 | - |
| YUV | 107.01 | 81.16 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 24 | 0 | 0.73 | 0.90 | 0.10 | 10.83 | 0.81 | 0.5 |
| Hex | E5 | 3D | 18 | 0 | 49 | 5A | A | B | 51 | 32 |
| Octal | 345 | 75 | 30 | 0 | 111 | 132 | 12 | 13 | 121 | 62 |
| Binary | 11100101 | 111101 | 11000 | 0 | 1001001 | 1011010 | 1010 | 1011 | 1010001 | 110010 |
Color Harmonies of #E53D18
Complementary color
Monochromatic Colors of #E53D18
Black with #E53D18
Text Example
Text Example
White with #E53D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D18; }
p { color: rgb(229,61,24); }
H1.HeaderClassName
{
color: #E53D18;
}
.AnyTagClassName
{
color: #E53D18;
}
</style>
background-color css
<style>
a { background-color: #E53D18; }
a { background-color: rgb(229,61,24); }
div.DivClassName
{
background-color: #E53D18;
}
.BgClassName
{
background-color: #E53D18;
}
</style>
border-color css
<style>
span { border-color: #E53D18; }
span { border-color: rgb(229,61,24); }
td.TdClassName
{
border-color: #E53D18;
}
.TagClassName
{
border-color: #E53D18;
}
</style>