Shades of Cinnabar #E75222
Tints of Cinnabar #E75222
RGB
CMYK
RGB Variations
Color information
#E75222 (or 0xE75222) is known color: Cinnabar. HEX triplet: E7, 52 and 22. RGB value is (231,82,34). Sum of RGB (Red+Green+Blue) = 231+82+34=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E75222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75222 is #18ADDD. Grayscale: #797979. Windows color (decimal): -1617374 or 2249447. OLE color: 2249447.
HSL color Cylindrical-coordinate representation of color #E75222: hue angle of 14.62º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E75222 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 34 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.09 |
| HSL | 14.62º | 0.8% | 0.52% | - |
| HSV(B) | 14.62º | 0.85% | 0.91% | - |
| XYZ | 36.26 | 23.14 | 4.07 | - |
| YUV | 121.08 | 78.86 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 34 | 0 | 0.65 | 0.85 | 0.09 | 14.62 | 0.8 | 0.52 |
| Hex | E7 | 52 | 22 | 0 | 41 | 55 | 9 | F | 50 | 34 |
| Octal | 347 | 122 | 42 | 0 | 101 | 125 | 11 | 17 | 120 | 64 |
| Binary | 11100111 | 1010010 | 100010 | 0 | 1000001 | 1010101 | 1001 | 1111 | 1010000 | 110100 |
Color Harmonies of #E75222
Complementary color
Monochromatic Colors of #E75222
Black with #E75222
Text Example
Text Example
White with #E75222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75222; }
p { color: rgb(231,82,34); }
H1.HeaderClassName
{
color: #E75222;
}
.AnyTagClassName
{
color: #E75222;
}
</style>
background-color css
<style>
a { background-color: #E75222; }
a { background-color: rgb(231,82,34); }
div.DivClassName
{
background-color: #E75222;
}
.BgClassName
{
background-color: #E75222;
}
</style>
border-color css
<style>
span { border-color: #E75222; }
span { border-color: rgb(231,82,34); }
td.TdClassName
{
border-color: #E75222;
}
.TagClassName
{
border-color: #E75222;
}
</style>