Shades of Cinnabar #E34219
Tints of Cinnabar #E34219
RGB
CMYK
RGB Variations
Color information
#E34219 (or 0xE34219) is known color: Cinnabar. HEX triplet: E3, 42 and 19. RGB value is (227,66,25). Sum of RGB (Red+Green+Blue) = 227+66+25=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E34219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34219 is #1CBDE6. Grayscale: #6D6D6D. Windows color (decimal): -1883623 or 1655523. OLE color: 1655523.
HSL color Cylindrical-coordinate representation of color #E34219: hue angle of 12.18º 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 #E34219 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 66 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.11 |
| HSL | 12.18º | 0.8% | 0.49% | - |
| HSV(B) | 12.18º | 0.89% | 0.89% | - |
| XYZ | 33.8 | 20.3 | 3.06 | - |
| YUV | 109.47 | 80.34 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 66 | 25 | 0 | 0.71 | 0.89 | 0.11 | 12.18 | 0.8 | 0.49 |
| Hex | E3 | 42 | 19 | 0 | 47 | 59 | B | C | 50 | 31 |
| Octal | 343 | 102 | 31 | 0 | 107 | 131 | 13 | 14 | 120 | 61 |
| Binary | 11100011 | 1000010 | 11001 | 0 | 1000111 | 1011001 | 1011 | 1100 | 1010000 | 110001 |
Color Harmonies of #E34219
Complementary color
Monochromatic Colors of #E34219
Black with #E34219
Text Example
Text Example
White with #E34219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34219; }
p { color: rgb(227,66,25); }
H1.HeaderClassName
{
color: #E34219;
}
.AnyTagClassName
{
color: #E34219;
}
</style>
background-color css
<style>
a { background-color: #E34219; }
a { background-color: rgb(227,66,25); }
div.DivClassName
{
background-color: #E34219;
}
.BgClassName
{
background-color: #E34219;
}
</style>
border-color css
<style>
span { border-color: #E34219; }
span { border-color: rgb(227,66,25); }
td.TdClassName
{
border-color: #E34219;
}
.TagClassName
{
border-color: #E34219;
}
</style>