Shades of Cinnabar #E24931
Tints of Cinnabar #E24931
RGB
CMYK
RGB Variations
Color information
#E24931 (or 0xE24931) is known color: Cinnabar. HEX triplet: E2, 49 and 31. RGB value is (226,73,49). Sum of RGB (Red+Green+Blue) = 226+73+49=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E24931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24931 is #1DB6CE. Grayscale: #747474. Windows color (decimal): -1947343 or 3230178. OLE color: 3230178.
HSL color Cylindrical-coordinate representation of color #E24931: hue angle of 8.14º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E24931 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 49 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.11 |
| HSL | 8.14º | 0.75% | 0.54% | - |
| HSV(B) | 8.14º | 0.78% | 0.89% | - |
| XYZ | 34.3 | 21.16 | 5.18 | - |
| YUV | 116.01 | 90.19 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 49 | 0 | 0.68 | 0.78 | 0.11 | 8.14 | 0.75 | 0.54 |
| Hex | E2 | 49 | 31 | 0 | 44 | 4E | B | 8 | 4B | 36 |
| Octal | 342 | 111 | 61 | 0 | 104 | 116 | 13 | 10 | 113 | 66 |
| Binary | 11100010 | 1001001 | 110001 | 0 | 1000100 | 1001110 | 1011 | 1000 | 1001011 | 110110 |
Color Harmonies of #E24931
Complementary color
Monochromatic Colors of #E24931
Black with #E24931
Text Example
Text Example
White with #E24931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24931; }
p { color: rgb(226,73,49); }
H1.HeaderClassName
{
color: #E24931;
}
.AnyTagClassName
{
color: #E24931;
}
</style>
background-color css
<style>
a { background-color: #E24931; }
a { background-color: rgb(226,73,49); }
div.DivClassName
{
background-color: #E24931;
}
.BgClassName
{
background-color: #E24931;
}
</style>
border-color css
<style>
span { border-color: #E24931; }
span { border-color: rgb(226,73,49); }
td.TdClassName
{
border-color: #E24931;
}
.TagClassName
{
border-color: #E24931;
}
</style>