Shades of Cinnabar #E53735
Tints of Cinnabar #E53735
RGB
CMYK
RGB Variations
Color information
#E53735 (or 0xE53735) is known color: Cinnabar. HEX triplet: E5, 37 and 35. RGB value is (229,55,53). Sum of RGB (Red+Green+Blue) = 229+55+53=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E53735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53735 is #1AC8CA. Grayscale: #6A6A6A. Windows color (decimal): -1755339 or 3487717. OLE color: 3487717.
HSL color Cylindrical-coordinate representation of color #E53735: hue angle of 0.68º 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 #E53735 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 53 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.10 |
| HSL | 0.68º | 0.77% | 0.55% | - |
| HSV(B) | 0.68º | 0.77% | 0.9% | - |
| XYZ | 34.32 | 19.65 | 5.35 | - |
| YUV | 106.8 | 97.65 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 53 | 0 | 0.76 | 0.77 | 0.10 | 0.68 | 0.77 | 0.55 |
| Hex | E5 | 37 | 35 | 0 | 4C | 4D | A | 1 | 4D | 37 |
| Octal | 345 | 67 | 65 | 0 | 114 | 115 | 12 | 1 | 115 | 67 |
| Binary | 11100101 | 110111 | 110101 | 0 | 1001100 | 1001101 | 1010 | 1 | 1001101 | 110111 |
Color Harmonies of #E53735
Complementary color
Monochromatic Colors of #E53735
Black with #E53735
Text Example
Text Example
White with #E53735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53735; }
p { color: rgb(229,55,53); }
H1.HeaderClassName
{
color: #E53735;
}
.AnyTagClassName
{
color: #E53735;
}
</style>
background-color css
<style>
a { background-color: #E53735; }
a { background-color: rgb(229,55,53); }
div.DivClassName
{
background-color: #E53735;
}
.BgClassName
{
background-color: #E53735;
}
</style>
border-color css
<style>
span { border-color: #E53735; }
span { border-color: rgb(229,55,53); }
td.TdClassName
{
border-color: #E53735;
}
.TagClassName
{
border-color: #E53735;
}
</style>