Shades of Cinnabar #E54130
Tints of Cinnabar #E54130
RGB
CMYK
RGB Variations
Color information
#E54130 (or 0xE54130) is known color: Cinnabar. HEX triplet: E5, 41 and 30. RGB value is (229,65,48). Sum of RGB (Red+Green+Blue) = 229+65+48=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E54130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54130 is #1ABECF. Grayscale: #707070. Windows color (decimal): -1752784 or 3162597. OLE color: 3162597.
HSL color Cylindrical-coordinate representation of color #E54130: hue angle of 5.64º 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 #E54130 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 48 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.10 |
| HSL | 5.64º | 0.78% | 0.54% | - |
| HSV(B) | 5.64º | 0.79% | 0.9% | - |
| XYZ | 34.74 | 20.65 | 4.95 | - |
| YUV | 112.1 | 91.83 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 48 | 0 | 0.72 | 0.79 | 0.10 | 5.64 | 0.78 | 0.54 |
| Hex | E5 | 41 | 30 | 0 | 48 | 4F | A | 6 | 4E | 36 |
| Octal | 345 | 101 | 60 | 0 | 110 | 117 | 12 | 6 | 116 | 66 |
| Binary | 11100101 | 1000001 | 110000 | 0 | 1001000 | 1001111 | 1010 | 110 | 1001110 | 110110 |
Color Harmonies of #E54130
Complementary color
Monochromatic Colors of #E54130
Black with #E54130
Text Example
Text Example
White with #E54130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54130; }
p { color: rgb(229,65,48); }
H1.HeaderClassName
{
color: #E54130;
}
.AnyTagClassName
{
color: #E54130;
}
</style>
background-color css
<style>
a { background-color: #E54130; }
a { background-color: rgb(229,65,48); }
div.DivClassName
{
background-color: #E54130;
}
.BgClassName
{
background-color: #E54130;
}
</style>
border-color css
<style>
span { border-color: #E54130; }
span { border-color: rgb(229,65,48); }
td.TdClassName
{
border-color: #E54130;
}
.TagClassName
{
border-color: #E54130;
}
</style>