Shades of Cinnabar #E54030
Tints of Cinnabar #E54030
RGB
CMYK
RGB Variations
Color information
#E54030 (or 0xE54030) is known color: Cinnabar. HEX triplet: E5, 40 and 30. RGB value is (229,64,48). Sum of RGB (Red+Green+Blue) = 229+64+48=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E54030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54030 is #1ABFCF. Grayscale: #6F6F6F. Windows color (decimal): -1753040 or 3162341. OLE color: 3162341.
HSL color Cylindrical-coordinate representation of color #E54030: hue angle of 5.3º 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 #E54030 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 48 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.10 |
| HSL | 5.3º | 0.78% | 0.54% | - |
| HSV(B) | 5.3º | 0.79% | 0.9% | - |
| XYZ | 34.68 | 20.54 | 4.93 | - |
| YUV | 111.51 | 92.16 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 48 | 0 | 0.72 | 0.79 | 0.10 | 5.3 | 0.78 | 0.54 |
| Hex | E5 | 40 | 30 | 0 | 48 | 4F | A | 5 | 4E | 36 |
| Octal | 345 | 100 | 60 | 0 | 110 | 117 | 12 | 5 | 116 | 66 |
| Binary | 11100101 | 1000000 | 110000 | 0 | 1001000 | 1001111 | 1010 | 101 | 1001110 | 110110 |
Color Harmonies of #E54030
Complementary color
Monochromatic Colors of #E54030
Black with #E54030
Text Example
Text Example
White with #E54030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54030; }
p { color: rgb(229,64,48); }
H1.HeaderClassName
{
color: #E54030;
}
.AnyTagClassName
{
color: #E54030;
}
</style>
background-color css
<style>
a { background-color: #E54030; }
a { background-color: rgb(229,64,48); }
div.DivClassName
{
background-color: #E54030;
}
.BgClassName
{
background-color: #E54030;
}
</style>
border-color css
<style>
span { border-color: #E54030; }
span { border-color: rgb(229,64,48); }
td.TdClassName
{
border-color: #E54030;
}
.TagClassName
{
border-color: #E54030;
}
</style>