Shades of Cinnabar #E45534
Tints of Cinnabar #E45534
RGB
CMYK
RGB Variations
Color information
#E45534 (or 0xE45534) is known color: Cinnabar. HEX triplet: E4, 55 and 34. RGB value is (228,85,52). Sum of RGB (Red+Green+Blue) = 228+85+52=365 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.47% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 228 - color contains mainly: red. Hex color #E45534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45534 is #1BAACB. Grayscale: #7C7C7C. Windows color (decimal): -1813196 or 3429860. OLE color: 3429860.
HSL color Cylindrical-coordinate representation of color #E45534: hue angle of 11.25º 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 #E45534 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 52 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.11 |
| HSL | 11.25º | 0.77% | 0.55% | - |
| HSV(B) | 11.25º | 0.77% | 0.89% | - |
| XYZ | 35.86 | 23.24 | 5.84 | - |
| YUV | 124 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 52 | 0 | 0.63 | 0.77 | 0.11 | 11.25 | 0.77 | 0.55 |
| Hex | E4 | 55 | 34 | 0 | 3F | 4D | B | B | 4D | 37 |
| Octal | 344 | 125 | 64 | 0 | 77 | 115 | 13 | 13 | 115 | 67 |
| Binary | 11100100 | 1010101 | 110100 | 0 | 111111 | 1001101 | 1011 | 1011 | 1001101 | 110111 |
Color Harmonies of #E45534
Complementary color
Monochromatic Colors of #E45534
Black with #E45534
Text Example
Text Example
White with #E45534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45534; }
p { color: rgb(228,85,52); }
H1.HeaderClassName
{
color: #E45534;
}
.AnyTagClassName
{
color: #E45534;
}
</style>
background-color css
<style>
a { background-color: #E45534; }
a { background-color: rgb(228,85,52); }
div.DivClassName
{
background-color: #E45534;
}
.BgClassName
{
background-color: #E45534;
}
</style>
border-color css
<style>
span { border-color: #E45534; }
span { border-color: rgb(228,85,52); }
td.TdClassName
{
border-color: #E45534;
}
.TagClassName
{
border-color: #E45534;
}
</style>