Shades of Cinnabar #E15031
Tints of Cinnabar #E15031
RGB
CMYK
RGB Variations
Color information
#E15031 (or 0xE15031) is known color: Cinnabar. HEX triplet: E1, 50 and 31. RGB value is (225,80,49). Sum of RGB (Red+Green+Blue) = 225+80+49=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E15031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15031 is #1EAFCE. Grayscale: #787878. Windows color (decimal): -2011087 or 3231969. OLE color: 3231969.
HSL color Cylindrical-coordinate representation of color #E15031: hue angle of 10.57º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E15031 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 49 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.12 |
| HSL | 10.57º | 0.75% | 0.54% | - |
| HSV(B) | 10.57º | 0.78% | 0.88% | - |
| XYZ | 34.47 | 21.97 | 5.33 | - |
| YUV | 119.82 | 88.04 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 49 | 0 | 0.64 | 0.78 | 0.12 | 10.57 | 0.75 | 0.54 |
| Hex | E1 | 50 | 31 | 0 | 40 | 4E | C | B | 4B | 36 |
| Octal | 341 | 120 | 61 | 0 | 100 | 116 | 14 | 13 | 113 | 66 |
| Binary | 11100001 | 1010000 | 110001 | 0 | 1000000 | 1001110 | 1100 | 1011 | 1001011 | 110110 |
Color Harmonies of #E15031
Complementary color
Monochromatic Colors of #E15031
Black with #E15031
Text Example
Text Example
White with #E15031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15031; }
p { color: rgb(225,80,49); }
H1.HeaderClassName
{
color: #E15031;
}
.AnyTagClassName
{
color: #E15031;
}
</style>
background-color css
<style>
a { background-color: #E15031; }
a { background-color: rgb(225,80,49); }
div.DivClassName
{
background-color: #E15031;
}
.BgClassName
{
background-color: #E15031;
}
</style>
border-color css
<style>
span { border-color: #E15031; }
span { border-color: rgb(225,80,49); }
td.TdClassName
{
border-color: #E15031;
}
.TagClassName
{
border-color: #E15031;
}
</style>