Shades of Cinnabar #E24319
Tints of Cinnabar #E24319
RGB
CMYK
RGB Variations
Color information
#E24319 (or 0xE24319) is known color: Cinnabar. HEX triplet: E2, 43 and 19. RGB value is (226,67,25). Sum of RGB (Red+Green+Blue) = 226+67+25=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E24319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24319 is #1DBCE6. Grayscale: #6E6E6E. Windows color (decimal): -1948903 or 1655778. OLE color: 1655778.
HSL color Cylindrical-coordinate representation of color #E24319: hue angle of 12.54º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E24319 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.11 |
| HSL | 12.54º | 0.8% | 0.49% | - |
| HSV(B) | 12.54º | 0.89% | 0.89% | - |
| XYZ | 33.55 | 20.25 | 3.06 | - |
| YUV | 109.75 | 80.18 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 25 | 0 | 0.70 | 0.89 | 0.11 | 12.54 | 0.8 | 0.49 |
| Hex | E2 | 43 | 19 | 0 | 46 | 59 | B | D | 50 | 31 |
| Octal | 342 | 103 | 31 | 0 | 106 | 131 | 13 | 15 | 120 | 61 |
| Binary | 11100010 | 1000011 | 11001 | 0 | 1000110 | 1011001 | 1011 | 1101 | 1010000 | 110001 |
Color Harmonies of #E24319
Complementary color
Monochromatic Colors of #E24319
Black with #E24319
Text Example
Text Example
White with #E24319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24319; }
p { color: rgb(226,67,25); }
H1.HeaderClassName
{
color: #E24319;
}
.AnyTagClassName
{
color: #E24319;
}
</style>
background-color css
<style>
a { background-color: #E24319; }
a { background-color: rgb(226,67,25); }
div.DivClassName
{
background-color: #E24319;
}
.BgClassName
{
background-color: #E24319;
}
</style>
border-color css
<style>
span { border-color: #E24319; }
span { border-color: rgb(226,67,25); }
td.TdClassName
{
border-color: #E24319;
}
.TagClassName
{
border-color: #E24319;
}
</style>