Shades of Cinnabar #E45430
Tints of Cinnabar #E45430
RGB
CMYK
RGB Variations
Color information
#E45430 (or 0xE45430) is known color: Cinnabar. HEX triplet: E4, 54 and 30. RGB value is (228,84,48). Sum of RGB (Red+Green+Blue) = 228+84+48=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E45430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45430 is #1BABCF. Grayscale: #7B7B7B. Windows color (decimal): -1813456 or 3167460. OLE color: 3167460.
HSL color Cylindrical-coordinate representation of color #E45430: hue angle of 12º 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 #E45430 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 48 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.11 |
| HSL | 12º | 0.77% | 0.54% | - |
| HSV(B) | 12º | 0.79% | 0.89% | - |
| XYZ | 35.7 | 23.05 | 5.36 | - |
| YUV | 122.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 48 | 0 | 0.63 | 0.79 | 0.11 | 12 | 0.77 | 0.54 |
| Hex | E4 | 54 | 30 | 0 | 3F | 4F | B | C | 4D | 36 |
| Octal | 344 | 124 | 60 | 0 | 77 | 117 | 13 | 14 | 115 | 66 |
| Binary | 11100100 | 1010100 | 110000 | 0 | 111111 | 1001111 | 1011 | 1100 | 1001101 | 110110 |
Color Harmonies of #E45430
Complementary color
Monochromatic Colors of #E45430
Black with #E45430
Text Example
Text Example
White with #E45430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45430; }
p { color: rgb(228,84,48); }
H1.HeaderClassName
{
color: #E45430;
}
.AnyTagClassName
{
color: #E45430;
}
</style>
background-color css
<style>
a { background-color: #E45430; }
a { background-color: rgb(228,84,48); }
div.DivClassName
{
background-color: #E45430;
}
.BgClassName
{
background-color: #E45430;
}
</style>
border-color css
<style>
span { border-color: #E45430; }
span { border-color: rgb(228,84,48); }
td.TdClassName
{
border-color: #E45430;
}
.TagClassName
{
border-color: #E45430;
}
</style>