Shades of Cinnabar #E24D1E
Tints of Cinnabar #E24D1E
RGB
CMYK
RGB Variations
Color information
#E24D1E (or 0xE24D1E) is known color: Cinnabar. HEX triplet: E2, 4D and 1E. RGB value is (226,77,30). Sum of RGB (Red+Green+Blue) = 226+77+30=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24D1E is #1DB2E1. Grayscale: #747474. Windows color (decimal): -1946338 or 1986018. OLE color: 1986018.
HSL color Cylindrical-coordinate representation of color #E24D1E: hue angle of 14.39º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E24D1E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 30 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.11 |
| HSL | 14.39º | 0.77% | 0.5% | - |
| HSV(B) | 14.39º | 0.87% | 0.89% | - |
| XYZ | 34.25 | 21.57 | 3.59 | - |
| YUV | 116.19 | 79.36 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 30 | 0 | 0.66 | 0.87 | 0.11 | 14.39 | 0.77 | 0.5 |
| Hex | E2 | 4D | 1E | 0 | 42 | 57 | B | E | 4D | 32 |
| Octal | 342 | 115 | 36 | 0 | 102 | 127 | 13 | 16 | 115 | 62 |
| Binary | 11100010 | 1001101 | 11110 | 0 | 1000010 | 1010111 | 1011 | 1110 | 1001101 | 110010 |
Color Harmonies of #E24D1E
Complementary color
Monochromatic Colors of #E24D1E
Black with #E24D1E
Text Example
Text Example
White with #E24D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D1E; }
p { color: rgb(226,77,30); }
H1.HeaderClassName
{
color: #E24D1E;
}
.AnyTagClassName
{
color: #E24D1E;
}
</style>
background-color css
<style>
a { background-color: #E24D1E; }
a { background-color: rgb(226,77,30); }
div.DivClassName
{
background-color: #E24D1E;
}
.BgClassName
{
background-color: #E24D1E;
}
</style>
border-color css
<style>
span { border-color: #E24D1E; }
span { border-color: rgb(226,77,30); }
td.TdClassName
{
border-color: #E24D1E;
}
.TagClassName
{
border-color: #E24D1E;
}
</style>