Shades of Cinnabar #E85035
Tints of Cinnabar #E85035
RGB
CMYK
RGB Variations
Color information
#E85035 (or 0xE85035) is known color: Cinnabar. HEX triplet: E8, 50 and 35. RGB value is (232,80,53). Sum of RGB (Red+Green+Blue) = 232+80+53=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E85035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85035 is #17AFCA. Grayscale: #7A7A7A. Windows color (decimal): -1552331 or 3494120. OLE color: 3494120.
HSL color Cylindrical-coordinate representation of color #E85035: hue angle of 9.05º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E85035 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 53 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.09 |
| HSL | 9.05º | 0.8% | 0.56% | - |
| HSV(B) | 9.05º | 0.77% | 0.91% | - |
| XYZ | 36.79 | 23.15 | 5.9 | - |
| YUV | 122.37 | 88.86 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 53 | 0 | 0.66 | 0.77 | 0.09 | 9.05 | 0.8 | 0.56 |
| Hex | E8 | 50 | 35 | 0 | 42 | 4D | 9 | 9 | 50 | 38 |
| Octal | 350 | 120 | 65 | 0 | 102 | 115 | 11 | 11 | 120 | 70 |
| Binary | 11101000 | 1010000 | 110101 | 0 | 1000010 | 1001101 | 1001 | 1001 | 1010000 | 111000 |
Color Harmonies of #E85035
Complementary color
Monochromatic Colors of #E85035
Black with #E85035
Text Example
Text Example
White with #E85035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85035; }
p { color: rgb(232,80,53); }
H1.HeaderClassName
{
color: #E85035;
}
.AnyTagClassName
{
color: #E85035;
}
</style>
background-color css
<style>
a { background-color: #E85035; }
a { background-color: rgb(232,80,53); }
div.DivClassName
{
background-color: #E85035;
}
.BgClassName
{
background-color: #E85035;
}
</style>
border-color css
<style>
span { border-color: #E85035; }
span { border-color: rgb(232,80,53); }
td.TdClassName
{
border-color: #E85035;
}
.TagClassName
{
border-color: #E85035;
}
</style>