Shades of Cinnabar #E53928
Tints of Cinnabar #E53928
RGB
CMYK
RGB Variations
Color information
#E53928 (or 0xE53928) is known color: Cinnabar. HEX triplet: E5, 39 and 28. RGB value is (229,57,40). Sum of RGB (Red+Green+Blue) = 229+57+40=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E53928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53928 is #1AC6D7. Grayscale: #6A6A6A. Windows color (decimal): -1754840 or 2636261. OLE color: 2636261.
HSL color Cylindrical-coordinate representation of color #E53928: hue angle of 5.4º 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 #E53928 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 40 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.10 |
| HSL | 5.4º | 0.78% | 0.53% | - |
| HSV(B) | 5.4º | 0.83% | 0.9% | - |
| XYZ | 34.16 | 19.74 | 4.02 | - |
| YUV | 106.49 | 90.48 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 40 | 0 | 0.75 | 0.83 | 0.10 | 5.4 | 0.78 | 0.53 |
| Hex | E5 | 39 | 28 | 0 | 4B | 53 | A | 5 | 4E | 35 |
| Octal | 345 | 71 | 50 | 0 | 113 | 123 | 12 | 5 | 116 | 65 |
| Binary | 11100101 | 111001 | 101000 | 0 | 1001011 | 1010011 | 1010 | 101 | 1001110 | 110101 |
Color Harmonies of #E53928
Complementary color
Monochromatic Colors of #E53928
Black with #E53928
Text Example
Text Example
White with #E53928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53928; }
p { color: rgb(229,57,40); }
H1.HeaderClassName
{
color: #E53928;
}
.AnyTagClassName
{
color: #E53928;
}
</style>
background-color css
<style>
a { background-color: #E53928; }
a { background-color: rgb(229,57,40); }
div.DivClassName
{
background-color: #E53928;
}
.BgClassName
{
background-color: #E53928;
}
</style>
border-color css
<style>
span { border-color: #E53928; }
span { border-color: rgb(229,57,40); }
td.TdClassName
{
border-color: #E53928;
}
.TagClassName
{
border-color: #E53928;
}
</style>