Shades of Cinnabar #E53931
Tints of Cinnabar #E53931
RGB
CMYK
RGB Variations
Color information
#E53931 (or 0xE53931) is known color: Cinnabar. HEX triplet: E5, 39 and 31. RGB value is (229,57,49). Sum of RGB (Red+Green+Blue) = 229+57+49=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E53931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53931 is #1AC6CE. Grayscale: #6B6B6B. Windows color (decimal): -1754831 or 3226085. OLE color: 3226085.
HSL color Cylindrical-coordinate representation of color #E53931: hue angle of 2.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53931 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 49 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.10 |
| HSL | 2.67º | 0.78% | 0.55% | - |
| HSV(B) | 2.67º | 0.79% | 0.9% | - |
| XYZ | 34.33 | 19.81 | 4.92 | - |
| YUV | 107.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 49 | 0 | 0.75 | 0.79 | 0.10 | 2.67 | 0.78 | 0.55 |
| Hex | E5 | 39 | 31 | 0 | 4B | 4F | A | 3 | 4E | 37 |
| Octal | 345 | 71 | 61 | 0 | 113 | 117 | 12 | 3 | 116 | 67 |
| Binary | 11100101 | 111001 | 110001 | 0 | 1001011 | 1001111 | 1010 | 11 | 1001110 | 110111 |
Color Harmonies of #E53931
Complementary color
Monochromatic Colors of #E53931
Black with #E53931
Text Example
Text Example
White with #E53931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53931; }
p { color: rgb(229,57,49); }
H1.HeaderClassName
{
color: #E53931;
}
.AnyTagClassName
{
color: #E53931;
}
</style>
background-color css
<style>
a { background-color: #E53931; }
a { background-color: rgb(229,57,49); }
div.DivClassName
{
background-color: #E53931;
}
.BgClassName
{
background-color: #E53931;
}
</style>
border-color css
<style>
span { border-color: #E53931; }
span { border-color: rgb(229,57,49); }
td.TdClassName
{
border-color: #E53931;
}
.TagClassName
{
border-color: #E53931;
}
</style>