Shades of Cinnabar #E24D1B
Tints of Cinnabar #E24D1B
RGB
CMYK
RGB Variations
Color information
#E24D1B (or 0xE24D1B) is known color: Cinnabar. HEX triplet: E2, 4D and 1B. RGB value is (226,77,27). Sum of RGB (Red+Green+Blue) = 226+77+27=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24D1B is #1DB2E4. Grayscale: #747474. Windows color (decimal): -1946341 or 1789410. OLE color: 1789410.
HSL color Cylindrical-coordinate representation of color #E24D1B: hue angle of 15.08º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E24D1B is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 27 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.11 |
| HSL | 15.08º | 0.79% | 0.5% | - |
| HSV(B) | 15.08º | 0.88% | 0.89% | - |
| XYZ | 34.22 | 21.56 | 3.39 | - |
| YUV | 115.85 | 77.86 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 27 | 0 | 0.66 | 0.88 | 0.11 | 15.08 | 0.79 | 0.5 |
| Hex | E2 | 4D | 1B | 0 | 42 | 58 | B | F | 4F | 32 |
| Octal | 342 | 115 | 33 | 0 | 102 | 130 | 13 | 17 | 117 | 62 |
| Binary | 11100010 | 1001101 | 11011 | 0 | 1000010 | 1011000 | 1011 | 1111 | 1001111 | 110010 |
Color Harmonies of #E24D1B
Complementary color
Monochromatic Colors of #E24D1B
Black with #E24D1B
Text Example
Text Example
White with #E24D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D1B; }
p { color: rgb(226,77,27); }
H1.HeaderClassName
{
color: #E24D1B;
}
.AnyTagClassName
{
color: #E24D1B;
}
</style>
background-color css
<style>
a { background-color: #E24D1B; }
a { background-color: rgb(226,77,27); }
div.DivClassName
{
background-color: #E24D1B;
}
.BgClassName
{
background-color: #E24D1B;
}
</style>
border-color css
<style>
span { border-color: #E24D1B; }
span { border-color: rgb(226,77,27); }
td.TdClassName
{
border-color: #E24D1B;
}
.TagClassName
{
border-color: #E24D1B;
}
</style>