Shades of Cinnabar #E75229
Tints of Cinnabar #E75229
RGB
CMYK
RGB Variations
Color information
#E75229 (or 0xE75229) is known color: Cinnabar. HEX triplet: E7, 52 and 29. RGB value is (231,82,41). Sum of RGB (Red+Green+Blue) = 231+82+41=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E75229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75229 is #18ADD6. Grayscale: #7A7A7A. Windows color (decimal): -1617367 or 2708199. OLE color: 2708199.
HSL color Cylindrical-coordinate representation of color #E75229: hue angle of 12.95º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E75229 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 41 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.09 |
| HSL | 12.95º | 0.8% | 0.53% | - |
| HSV(B) | 12.95º | 0.82% | 0.91% | - |
| XYZ | 36.37 | 23.18 | 4.66 | - |
| YUV | 121.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 41 | 0 | 0.65 | 0.82 | 0.09 | 12.95 | 0.8 | 0.53 |
| Hex | E7 | 52 | 29 | 0 | 41 | 52 | 9 | D | 50 | 35 |
| Octal | 347 | 122 | 51 | 0 | 101 | 122 | 11 | 15 | 120 | 65 |
| Binary | 11100111 | 1010010 | 101001 | 0 | 1000001 | 1010010 | 1001 | 1101 | 1010000 | 110101 |
Color Harmonies of #E75229
Complementary color
Monochromatic Colors of #E75229
Black with #E75229
Text Example
Text Example
White with #E75229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75229; }
p { color: rgb(231,82,41); }
H1.HeaderClassName
{
color: #E75229;
}
.AnyTagClassName
{
color: #E75229;
}
</style>
background-color css
<style>
a { background-color: #E75229; }
a { background-color: rgb(231,82,41); }
div.DivClassName
{
background-color: #E75229;
}
.BgClassName
{
background-color: #E75229;
}
</style>
border-color css
<style>
span { border-color: #E75229; }
span { border-color: rgb(231,82,41); }
td.TdClassName
{
border-color: #E75229;
}
.TagClassName
{
border-color: #E75229;
}
</style>