Shades of Cinnabar #E24935
Tints of Cinnabar #E24935
RGB
CMYK
RGB Variations
Color information
#E24935 (or 0xE24935) is known color: Cinnabar. HEX triplet: E2, 49 and 35. RGB value is (226,73,53). Sum of RGB (Red+Green+Blue) = 226+73+53=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E24935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24935 is #1DB6CA. Grayscale: #747474. Windows color (decimal): -1947339 or 3492322. OLE color: 3492322.
HSL color Cylindrical-coordinate representation of color #E24935: hue angle of 6.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E24935 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 53 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.11 |
| HSL | 6.94º | 0.75% | 0.55% | - |
| HSV(B) | 6.94º | 0.77% | 0.89% | - |
| XYZ | 34.39 | 21.19 | 5.65 | - |
| YUV | 116.47 | 92.19 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 53 | 0 | 0.68 | 0.77 | 0.11 | 6.94 | 0.75 | 0.55 |
| Hex | E2 | 49 | 35 | 0 | 44 | 4D | B | 7 | 4B | 37 |
| Octal | 342 | 111 | 65 | 0 | 104 | 115 | 13 | 7 | 113 | 67 |
| Binary | 11100010 | 1001001 | 110101 | 0 | 1000100 | 1001101 | 1011 | 111 | 1001011 | 110111 |
Color Harmonies of #E24935
Complementary color
Monochromatic Colors of #E24935
Black with #E24935
Text Example
Text Example
White with #E24935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24935; }
p { color: rgb(226,73,53); }
H1.HeaderClassName
{
color: #E24935;
}
.AnyTagClassName
{
color: #E24935;
}
</style>
background-color css
<style>
a { background-color: #E24935; }
a { background-color: rgb(226,73,53); }
div.DivClassName
{
background-color: #E24935;
}
.BgClassName
{
background-color: #E24935;
}
</style>
border-color css
<style>
span { border-color: #E24935; }
span { border-color: rgb(226,73,53); }
td.TdClassName
{
border-color: #E24935;
}
.TagClassName
{
border-color: #E24935;
}
</style>