Shades of Cinnabar #E54A1A
Tints of Cinnabar #E54A1A
RGB
CMYK
RGB Variations
Color information
#E54A1A (or 0xE54A1A) is known color: Cinnabar. HEX triplet: E5, 4A and 1A. RGB value is (229,74,26). Sum of RGB (Red+Green+Blue) = 229+74+26=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A1A is #1AB5E5. Grayscale: #737373. Windows color (decimal): -1750502 or 1723109. OLE color: 1723109.
HSL color Cylindrical-coordinate representation of color #E54A1A: hue angle of 14.19º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E54A1A is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 26 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.10 |
| HSL | 14.19º | 0.8% | 0.5% | - |
| HSV(B) | 14.19º | 0.89% | 0.9% | - |
| XYZ | 34.95 | 21.63 | 3.31 | - |
| YUV | 114.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 26 | 0 | 0.68 | 0.89 | 0.10 | 14.19 | 0.8 | 0.5 |
| Hex | E5 | 4A | 1A | 0 | 44 | 59 | A | E | 50 | 32 |
| Octal | 345 | 112 | 32 | 0 | 104 | 131 | 12 | 16 | 120 | 62 |
| Binary | 11100101 | 1001010 | 11010 | 0 | 1000100 | 1011001 | 1010 | 1110 | 1010000 | 110010 |
Color Harmonies of #E54A1A
Complementary color
Monochromatic Colors of #E54A1A
Black with #E54A1A
Text Example
Text Example
White with #E54A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A1A; }
p { color: rgb(229,74,26); }
H1.HeaderClassName
{
color: #E54A1A;
}
.AnyTagClassName
{
color: #E54A1A;
}
</style>
background-color css
<style>
a { background-color: #E54A1A; }
a { background-color: rgb(229,74,26); }
div.DivClassName
{
background-color: #E54A1A;
}
.BgClassName
{
background-color: #E54A1A;
}
</style>
border-color css
<style>
span { border-color: #E54A1A; }
span { border-color: rgb(229,74,26); }
td.TdClassName
{
border-color: #E54A1A;
}
.TagClassName
{
border-color: #E54A1A;
}
</style>