Shades of Cinnabar #E54228
Tints of Cinnabar #E54228
RGB
CMYK
RGB Variations
Color information
#E54228 (or 0xE54228) is known color: Cinnabar. HEX triplet: E5, 42 and 28. RGB value is (229,66,40). Sum of RGB (Red+Green+Blue) = 229+66+40=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E54228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54228 is #1ABDD7. Grayscale: #707070. Windows color (decimal): -1752536 or 2638565. OLE color: 2638565.
HSL color Cylindrical-coordinate representation of color #E54228: hue angle of 8.25º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E54228 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 40 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.10 |
| HSL | 8.25º | 0.78% | 0.53% | - |
| HSV(B) | 8.25º | 0.83% | 0.9% | - |
| XYZ | 34.64 | 20.71 | 4.18 | - |
| YUV | 111.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 40 | 0 | 0.71 | 0.83 | 0.10 | 8.25 | 0.78 | 0.53 |
| Hex | E5 | 42 | 28 | 0 | 47 | 53 | A | 8 | 4E | 35 |
| Octal | 345 | 102 | 50 | 0 | 107 | 123 | 12 | 10 | 116 | 65 |
| Binary | 11100101 | 1000010 | 101000 | 0 | 1000111 | 1010011 | 1010 | 1000 | 1001110 | 110101 |
Color Harmonies of #E54228
Complementary color
Monochromatic Colors of #E54228
Black with #E54228
Text Example
Text Example
White with #E54228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54228; }
p { color: rgb(229,66,40); }
H1.HeaderClassName
{
color: #E54228;
}
.AnyTagClassName
{
color: #E54228;
}
</style>
background-color css
<style>
a { background-color: #E54228; }
a { background-color: rgb(229,66,40); }
div.DivClassName
{
background-color: #E54228;
}
.BgClassName
{
background-color: #E54228;
}
</style>
border-color css
<style>
span { border-color: #E54228; }
span { border-color: rgb(229,66,40); }
td.TdClassName
{
border-color: #E54228;
}
.TagClassName
{
border-color: #E54228;
}
</style>