Shades of Cinnabar #E54230
Tints of Cinnabar #E54230
RGB
CMYK
RGB Variations
Color information
#E54230 (or 0xE54230) is known color: Cinnabar. HEX triplet: E5, 42 and 30. RGB value is (229,66,48). Sum of RGB (Red+Green+Blue) = 229+66+48=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E54230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54230 is #1ABDCF. Grayscale: #707070. Windows color (decimal): -1752528 or 3162853. OLE color: 3162853.
HSL color Cylindrical-coordinate representation of color #E54230: hue angle of 5.97º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E54230 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 48 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.10 |
| HSL | 5.97º | 0.78% | 0.54% | - |
| HSV(B) | 5.97º | 0.79% | 0.9% | - |
| XYZ | 34.79 | 20.77 | 4.97 | - |
| YUV | 112.69 | 91.5 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 48 | 0 | 0.71 | 0.79 | 0.10 | 5.97 | 0.78 | 0.54 |
| Hex | E5 | 42 | 30 | 0 | 47 | 4F | A | 6 | 4E | 36 |
| Octal | 345 | 102 | 60 | 0 | 107 | 117 | 12 | 6 | 116 | 66 |
| Binary | 11100101 | 1000010 | 110000 | 0 | 1000111 | 1001111 | 1010 | 110 | 1001110 | 110110 |
Color Harmonies of #E54230
Complementary color
Monochromatic Colors of #E54230
Black with #E54230
Text Example
Text Example
White with #E54230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54230; }
p { color: rgb(229,66,48); }
H1.HeaderClassName
{
color: #E54230;
}
.AnyTagClassName
{
color: #E54230;
}
</style>
background-color css
<style>
a { background-color: #E54230; }
a { background-color: rgb(229,66,48); }
div.DivClassName
{
background-color: #E54230;
}
.BgClassName
{
background-color: #E54230;
}
</style>
border-color css
<style>
span { border-color: #E54230; }
span { border-color: rgb(229,66,48); }
td.TdClassName
{
border-color: #E54230;
}
.TagClassName
{
border-color: #E54230;
}
</style>