Shades of Cinnabar #E45135
Tints of Cinnabar #E45135
RGB
CMYK
RGB Variations
Color information
#E45135 (or 0xE45135) is known color: Cinnabar. HEX triplet: E4, 51 and 35. RGB value is (228,81,53). Sum of RGB (Red+Green+Blue) = 228+81+53=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E45135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45135 is #1BAECA. Grayscale: #7A7A7A. Windows color (decimal): -1814219 or 3494372. OLE color: 3494372.
HSL color Cylindrical-coordinate representation of color #E45135: hue angle of 9.6º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E45135 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 53 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.11 |
| HSL | 9.6º | 0.76% | 0.55% | - |
| HSV(B) | 9.6º | 0.77% | 0.89% | - |
| XYZ | 35.58 | 22.64 | 5.86 | - |
| YUV | 121.76 | 89.2 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 53 | 0 | 0.64 | 0.77 | 0.11 | 9.6 | 0.76 | 0.55 |
| Hex | E4 | 51 | 35 | 0 | 40 | 4D | B | A | 4C | 37 |
| Octal | 344 | 121 | 65 | 0 | 100 | 115 | 13 | 12 | 114 | 67 |
| Binary | 11100100 | 1010001 | 110101 | 0 | 1000000 | 1001101 | 1011 | 1010 | 1001100 | 110111 |
Color Harmonies of #E45135
Complementary color
Monochromatic Colors of #E45135
Black with #E45135
Text Example
Text Example
White with #E45135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45135; }
p { color: rgb(228,81,53); }
H1.HeaderClassName
{
color: #E45135;
}
.AnyTagClassName
{
color: #E45135;
}
</style>
background-color css
<style>
a { background-color: #E45135; }
a { background-color: rgb(228,81,53); }
div.DivClassName
{
background-color: #E45135;
}
.BgClassName
{
background-color: #E45135;
}
</style>
border-color css
<style>
span { border-color: #E45135; }
span { border-color: rgb(228,81,53); }
td.TdClassName
{
border-color: #E45135;
}
.TagClassName
{
border-color: #E45135;
}
</style>