Shades of Cinnabar #E53935
Tints of Cinnabar #E53935
RGB
CMYK
RGB Variations
Color information
#E53935 (or 0xE53935) is known color: Cinnabar. HEX triplet: E5, 39 and 35. RGB value is (229,57,53). Sum of RGB (Red+Green+Blue) = 229+57+53=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E53935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53935 is #1AC6CA. Grayscale: #6C6C6C. Windows color (decimal): -1754827 or 3488229. OLE color: 3488229.
HSL color Cylindrical-coordinate representation of color #E53935: hue angle of 1.36º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53935 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 53 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.10 |
| HSL | 1.36º | 0.77% | 0.55% | - |
| HSV(B) | 1.36º | 0.77% | 0.9% | - |
| XYZ | 34.42 | 19.84 | 5.38 | - |
| YUV | 107.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 53 | 0 | 0.75 | 0.77 | 0.10 | 1.36 | 0.77 | 0.55 |
| Hex | E5 | 39 | 35 | 0 | 4B | 4D | A | 1 | 4D | 37 |
| Octal | 345 | 71 | 65 | 0 | 113 | 115 | 12 | 1 | 115 | 67 |
| Binary | 11100101 | 111001 | 110101 | 0 | 1001011 | 1001101 | 1010 | 1 | 1001101 | 110111 |
Color Harmonies of #E53935
Complementary color
Monochromatic Colors of #E53935
Black with #E53935
Text Example
Text Example
White with #E53935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53935; }
p { color: rgb(229,57,53); }
H1.HeaderClassName
{
color: #E53935;
}
.AnyTagClassName
{
color: #E53935;
}
</style>
background-color css
<style>
a { background-color: #E53935; }
a { background-color: rgb(229,57,53); }
div.DivClassName
{
background-color: #E53935;
}
.BgClassName
{
background-color: #E53935;
}
</style>
border-color css
<style>
span { border-color: #E53935; }
span { border-color: rgb(229,57,53); }
td.TdClassName
{
border-color: #E53935;
}
.TagClassName
{
border-color: #E53935;
}
</style>