Shades of Cinnabar #E34424
Tints of Cinnabar #E34424
RGB
CMYK
RGB Variations
Color information
#E34424 (or 0xE34424) is known color: Cinnabar. HEX triplet: E3, 44 and 24. RGB value is (227,68,36). Sum of RGB (Red+Green+Blue) = 227+68+36=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E34424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34424 is #1CBBDB. Grayscale: #707070. Windows color (decimal): -1883100 or 2376931. OLE color: 2376931.
HSL color Cylindrical-coordinate representation of color #E34424: hue angle of 10.05º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E34424 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.11 |
| HSL | 10.05º | 0.77% | 0.52% | - |
| HSV(B) | 10.05º | 0.84% | 0.89% | - |
| XYZ | 34.06 | 20.59 | 3.85 | - |
| YUV | 111.89 | 85.18 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 36 | 0 | 0.70 | 0.84 | 0.11 | 10.05 | 0.77 | 0.52 |
| Hex | E3 | 44 | 24 | 0 | 46 | 54 | B | A | 4D | 34 |
| Octal | 343 | 104 | 44 | 0 | 106 | 124 | 13 | 12 | 115 | 64 |
| Binary | 11100011 | 1000100 | 100100 | 0 | 1000110 | 1010100 | 1011 | 1010 | 1001101 | 110100 |
Color Harmonies of #E34424
Complementary color
Monochromatic Colors of #E34424
Black with #E34424
Text Example
Text Example
White with #E34424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34424; }
p { color: rgb(227,68,36); }
H1.HeaderClassName
{
color: #E34424;
}
.AnyTagClassName
{
color: #E34424;
}
</style>
background-color css
<style>
a { background-color: #E34424; }
a { background-color: rgb(227,68,36); }
div.DivClassName
{
background-color: #E34424;
}
.BgClassName
{
background-color: #E34424;
}
</style>
border-color css
<style>
span { border-color: #E34424; }
span { border-color: rgb(227,68,36); }
td.TdClassName
{
border-color: #E34424;
}
.TagClassName
{
border-color: #E34424;
}
</style>