Shades of Cinnabar #E54235
Tints of Cinnabar #E54235
RGB
CMYK
RGB Variations
Color information
#E54235 (or 0xE54235) is known color: Cinnabar. HEX triplet: E5, 42 and 35. RGB value is (229,66,53). Sum of RGB (Red+Green+Blue) = 229+66+53=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E54235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54235 is #1ABDCA. Grayscale: #717171. Windows color (decimal): -1752523 or 3490533. OLE color: 3490533.
HSL color Cylindrical-coordinate representation of color #E54235: hue angle of 4.43º 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 #E54235 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 53 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.10 |
| HSL | 4.43º | 0.77% | 0.55% | - |
| HSV(B) | 4.43º | 0.77% | 0.9% | - |
| XYZ | 34.9 | 20.81 | 5.55 | - |
| YUV | 113.26 | 94 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 53 | 0 | 0.71 | 0.77 | 0.10 | 4.43 | 0.77 | 0.55 |
| Hex | E5 | 42 | 35 | 0 | 47 | 4D | A | 4 | 4D | 37 |
| Octal | 345 | 102 | 65 | 0 | 107 | 115 | 12 | 4 | 115 | 67 |
| Binary | 11100101 | 1000010 | 110101 | 0 | 1000111 | 1001101 | 1010 | 100 | 1001101 | 110111 |
Color Harmonies of #E54235
Complementary color
Monochromatic Colors of #E54235
Black with #E54235
Text Example
Text Example
White with #E54235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54235; }
p { color: rgb(229,66,53); }
H1.HeaderClassName
{
color: #E54235;
}
.AnyTagClassName
{
color: #E54235;
}
</style>
background-color css
<style>
a { background-color: #E54235; }
a { background-color: rgb(229,66,53); }
div.DivClassName
{
background-color: #E54235;
}
.BgClassName
{
background-color: #E54235;
}
</style>
border-color css
<style>
span { border-color: #E54235; }
span { border-color: rgb(229,66,53); }
td.TdClassName
{
border-color: #E54235;
}
.TagClassName
{
border-color: #E54235;
}
</style>