Shades of Cinnabar #E85130
Tints of Cinnabar #E85130
RGB
CMYK
RGB Variations
Color information
#E85130 (or 0xE85130) is known color: Cinnabar. HEX triplet: E8, 51 and 30. RGB value is (232,81,48). Sum of RGB (Red+Green+Blue) = 232+81+48=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E85130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85130 is #17AECF. Grayscale: #7A7A7A. Windows color (decimal): -1552080 or 3166696. OLE color: 3166696.
HSL color Cylindrical-coordinate representation of color #E85130: hue angle of 10.76º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E85130 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 48 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.09 |
| HSL | 10.76º | 0.8% | 0.55% | - |
| HSV(B) | 10.76º | 0.79% | 0.91% | - |
| XYZ | 36.75 | 23.25 | 5.35 | - |
| YUV | 122.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 48 | 0 | 0.65 | 0.79 | 0.09 | 10.76 | 0.8 | 0.55 |
| Hex | E8 | 51 | 30 | 0 | 41 | 4F | 9 | B | 50 | 37 |
| Octal | 350 | 121 | 60 | 0 | 101 | 117 | 11 | 13 | 120 | 67 |
| Binary | 11101000 | 1010001 | 110000 | 0 | 1000001 | 1001111 | 1001 | 1011 | 1010000 | 110111 |
Color Harmonies of #E85130
Complementary color
Monochromatic Colors of #E85130
Black with #E85130
Text Example
Text Example
White with #E85130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85130; }
p { color: rgb(232,81,48); }
H1.HeaderClassName
{
color: #E85130;
}
.AnyTagClassName
{
color: #E85130;
}
</style>
background-color css
<style>
a { background-color: #E85130; }
a { background-color: rgb(232,81,48); }
div.DivClassName
{
background-color: #E85130;
}
.BgClassName
{
background-color: #E85130;
}
</style>
border-color css
<style>
span { border-color: #E85130; }
span { border-color: rgb(232,81,48); }
td.TdClassName
{
border-color: #E85130;
}
.TagClassName
{
border-color: #E85130;
}
</style>