Shades of Cinnabar #E45530
Tints of Cinnabar #E45530
RGB
CMYK
RGB Variations
Color information
#E45530 (or 0xE45530) is known color: Cinnabar. HEX triplet: E4, 55 and 30. RGB value is (228,85,48). Sum of RGB (Red+Green+Blue) = 228+85+48=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E45530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45530 is #1BAACF. Grayscale: #7B7B7B. Windows color (decimal): -1813200 or 3167716. OLE color: 3167716.
HSL color Cylindrical-coordinate representation of color #E45530: hue angle of 12.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E45530 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 48 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.11 |
| HSL | 12.33º | 0.77% | 0.54% | - |
| HSV(B) | 12.33º | 0.79% | 0.89% | - |
| XYZ | 35.78 | 23.2 | 5.39 | - |
| YUV | 123.54 | 85.38 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 48 | 0 | 0.63 | 0.79 | 0.11 | 12.33 | 0.77 | 0.54 |
| Hex | E4 | 55 | 30 | 0 | 3F | 4F | B | C | 4D | 36 |
| Octal | 344 | 125 | 60 | 0 | 77 | 117 | 13 | 14 | 115 | 66 |
| Binary | 11100100 | 1010101 | 110000 | 0 | 111111 | 1001111 | 1011 | 1100 | 1001101 | 110110 |
Color Harmonies of #E45530
Complementary color
Monochromatic Colors of #E45530
Black with #E45530
Text Example
Text Example
White with #E45530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45530; }
p { color: rgb(228,85,48); }
H1.HeaderClassName
{
color: #E45530;
}
.AnyTagClassName
{
color: #E45530;
}
</style>
background-color css
<style>
a { background-color: #E45530; }
a { background-color: rgb(228,85,48); }
div.DivClassName
{
background-color: #E45530;
}
.BgClassName
{
background-color: #E45530;
}
</style>
border-color css
<style>
span { border-color: #E45530; }
span { border-color: rgb(228,85,48); }
td.TdClassName
{
border-color: #E45530;
}
.TagClassName
{
border-color: #E45530;
}
</style>