Shades of Cinnabar #E45234
Tints of Cinnabar #E45234
RGB
CMYK
RGB Variations
Color information
#E45234 (or 0xE45234) is known color: Cinnabar. HEX triplet: E4, 52 and 34. RGB value is (228,82,52). Sum of RGB (Red+Green+Blue) = 228+82+52=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E45234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45234 is #1BADCB. Grayscale: #7A7A7A. Windows color (decimal): -1813964 or 3429092. OLE color: 3429092.
HSL color Cylindrical-coordinate representation of color #E45234: hue angle of 10.23º degrees, saturation: 0.77, 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 #E45234 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 52 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.11 |
| HSL | 10.23º | 0.77% | 0.55% | - |
| HSV(B) | 10.23º | 0.77% | 0.89% | - |
| XYZ | 35.63 | 22.78 | 5.77 | - |
| YUV | 122.23 | 88.37 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 52 | 0 | 0.64 | 0.77 | 0.11 | 10.23 | 0.77 | 0.55 |
| Hex | E4 | 52 | 34 | 0 | 40 | 4D | B | A | 4D | 37 |
| Octal | 344 | 122 | 64 | 0 | 100 | 115 | 13 | 12 | 115 | 67 |
| Binary | 11100100 | 1010010 | 110100 | 0 | 1000000 | 1001101 | 1011 | 1010 | 1001101 | 110111 |
Color Harmonies of #E45234
Complementary color
Monochromatic Colors of #E45234
Black with #E45234
Text Example
Text Example
White with #E45234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45234; }
p { color: rgb(228,82,52); }
H1.HeaderClassName
{
color: #E45234;
}
.AnyTagClassName
{
color: #E45234;
}
</style>
background-color css
<style>
a { background-color: #E45234; }
a { background-color: rgb(228,82,52); }
div.DivClassName
{
background-color: #E45234;
}
.BgClassName
{
background-color: #E45234;
}
</style>
border-color css
<style>
span { border-color: #E45234; }
span { border-color: rgb(228,82,52); }
td.TdClassName
{
border-color: #E45234;
}
.TagClassName
{
border-color: #E45234;
}
</style>