Shades of Cinnabar #E54A2C
Tints of Cinnabar #E54A2C
RGB
CMYK
RGB Variations
Color information
#E54A2C (or 0xE54A2C) is known color: Cinnabar. HEX triplet: E5, 4A and 2C. RGB value is (229,74,44). Sum of RGB (Red+Green+Blue) = 229+74+44=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A2C is #1AB5D3. Grayscale: #757575. Windows color (decimal): -1750484 or 2902757. OLE color: 2902757.
HSL color Cylindrical-coordinate representation of color #E54A2C: hue angle of 9.73º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E54A2C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 44 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.10 |
| HSL | 9.73º | 0.78% | 0.54% | - |
| HSV(B) | 9.73º | 0.81% | 0.9% | - |
| XYZ | 35.22 | 21.74 | 4.72 | - |
| YUV | 116.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 44 | 0 | 0.68 | 0.81 | 0.10 | 9.73 | 0.78 | 0.54 |
| Hex | E5 | 4A | 2C | 0 | 44 | 51 | A | A | 4E | 36 |
| Octal | 345 | 112 | 54 | 0 | 104 | 121 | 12 | 12 | 116 | 66 |
| Binary | 11100101 | 1001010 | 101100 | 0 | 1000100 | 1010001 | 1010 | 1010 | 1001110 | 110110 |
Color Harmonies of #E54A2C
Complementary color
Monochromatic Colors of #E54A2C
Black with #E54A2C
Text Example
Text Example
White with #E54A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A2C; }
p { color: rgb(229,74,44); }
H1.HeaderClassName
{
color: #E54A2C;
}
.AnyTagClassName
{
color: #E54A2C;
}
</style>
background-color css
<style>
a { background-color: #E54A2C; }
a { background-color: rgb(229,74,44); }
div.DivClassName
{
background-color: #E54A2C;
}
.BgClassName
{
background-color: #E54A2C;
}
</style>
border-color css
<style>
span { border-color: #E54A2C; }
span { border-color: rgb(229,74,44); }
td.TdClassName
{
border-color: #E54A2C;
}
.TagClassName
{
border-color: #E54A2C;
}
</style>