Shades of Cinnabar #E5421B
Tints of Cinnabar #E5421B
RGB
CMYK
RGB Variations
Color information
#E5421B (or 0xE5421B) is known color: Cinnabar. HEX triplet: E5, 42 and 1B. RGB value is (229,66,27). Sum of RGB (Red+Green+Blue) = 229+66+27=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5421B is #1ABDE4. Grayscale: #6E6E6E. Windows color (decimal): -1752549 or 1786597. OLE color: 1786597.
HSL color Cylindrical-coordinate representation of color #E5421B: hue angle of 11.58º 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 #E5421B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 27 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.10 |
| HSL | 11.58º | 0.8% | 0.5% | - |
| HSV(B) | 11.58º | 0.88% | 0.9% | - |
| XYZ | 34.46 | 20.63 | 3.2 | - |
| YUV | 110.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 27 | 0 | 0.71 | 0.88 | 0.10 | 11.58 | 0.8 | 0.5 |
| Hex | E5 | 42 | 1B | 0 | 47 | 58 | A | C | 50 | 32 |
| Octal | 345 | 102 | 33 | 0 | 107 | 130 | 12 | 14 | 120 | 62 |
| Binary | 11100101 | 1000010 | 11011 | 0 | 1000111 | 1011000 | 1010 | 1100 | 1010000 | 110010 |
Color Harmonies of #E5421B
Complementary color
Monochromatic Colors of #E5421B
Black with #E5421B
Text Example
Text Example
White with #E5421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5421B; }
p { color: rgb(229,66,27); }
H1.HeaderClassName
{
color: #E5421B;
}
.AnyTagClassName
{
color: #E5421B;
}
</style>
background-color css
<style>
a { background-color: #E5421B; }
a { background-color: rgb(229,66,27); }
div.DivClassName
{
background-color: #E5421B;
}
.BgClassName
{
background-color: #E5421B;
}
</style>
border-color css
<style>
span { border-color: #E5421B; }
span { border-color: rgb(229,66,27); }
td.TdClassName
{
border-color: #E5421B;
}
.TagClassName
{
border-color: #E5421B;
}
</style>