Shades of Cinnabar #E54A1B
Tints of Cinnabar #E54A1B
RGB
CMYK
RGB Variations
Color information
#E54A1B (or 0xE54A1B) is known color: Cinnabar. HEX triplet: E5, 4A and 1B. RGB value is (229,74,27). Sum of RGB (Red+Green+Blue) = 229+74+27=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A1B is #1AB5E4. Grayscale: #737373. Windows color (decimal): -1750501 or 1788645. OLE color: 1788645.
HSL color Cylindrical-coordinate representation of color #E54A1B: hue angle of 13.96º 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 #E54A1B is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 27 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.10 |
| HSL | 13.96º | 0.8% | 0.5% | - |
| HSV(B) | 13.96º | 0.88% | 0.9% | - |
| XYZ | 34.96 | 21.63 | 3.37 | - |
| YUV | 114.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 27 | 0 | 0.68 | 0.88 | 0.10 | 13.96 | 0.8 | 0.5 |
| Hex | E5 | 4A | 1B | 0 | 44 | 58 | A | E | 50 | 32 |
| Octal | 345 | 112 | 33 | 0 | 104 | 130 | 12 | 16 | 120 | 62 |
| Binary | 11100101 | 1001010 | 11011 | 0 | 1000100 | 1011000 | 1010 | 1110 | 1010000 | 110010 |
Color Harmonies of #E54A1B
Complementary color
Monochromatic Colors of #E54A1B
Black with #E54A1B
Text Example
Text Example
White with #E54A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A1B; }
p { color: rgb(229,74,27); }
H1.HeaderClassName
{
color: #E54A1B;
}
.AnyTagClassName
{
color: #E54A1B;
}
</style>
background-color css
<style>
a { background-color: #E54A1B; }
a { background-color: rgb(229,74,27); }
div.DivClassName
{
background-color: #E54A1B;
}
.BgClassName
{
background-color: #E54A1B;
}
</style>
border-color css
<style>
span { border-color: #E54A1B; }
span { border-color: rgb(229,74,27); }
td.TdClassName
{
border-color: #E54A1B;
}
.TagClassName
{
border-color: #E54A1B;
}
</style>