Shades of Cinnabar #E34324
Tints of Cinnabar #E34324
RGB
CMYK
RGB Variations
Color information
#E34324 (or 0xE34324) is known color: Cinnabar. HEX triplet: E3, 43 and 24. RGB value is (227,67,36). Sum of RGB (Red+Green+Blue) = 227+67+36=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E34324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34324 is #1CBCDB. Grayscale: #6F6F6F. Windows color (decimal): -1883356 or 2376675. OLE color: 2376675.
HSL color Cylindrical-coordinate representation of color #E34324: hue angle of 9.74º 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 #E34324 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.11 |
| HSL | 9.74º | 0.77% | 0.52% | - |
| HSV(B) | 9.74º | 0.84% | 0.89% | - |
| XYZ | 34 | 20.47 | 3.83 | - |
| YUV | 111.31 | 85.51 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 36 | 0 | 0.70 | 0.84 | 0.11 | 9.74 | 0.77 | 0.52 |
| Hex | E3 | 43 | 24 | 0 | 46 | 54 | B | A | 4D | 34 |
| Octal | 343 | 103 | 44 | 0 | 106 | 124 | 13 | 12 | 115 | 64 |
| Binary | 11100011 | 1000011 | 100100 | 0 | 1000110 | 1010100 | 1011 | 1010 | 1001101 | 110100 |
Color Harmonies of #E34324
Complementary color
Monochromatic Colors of #E34324
Black with #E34324
Text Example
Text Example
White with #E34324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34324; }
p { color: rgb(227,67,36); }
H1.HeaderClassName
{
color: #E34324;
}
.AnyTagClassName
{
color: #E34324;
}
</style>
background-color css
<style>
a { background-color: #E34324; }
a { background-color: rgb(227,67,36); }
div.DivClassName
{
background-color: #E34324;
}
.BgClassName
{
background-color: #E34324;
}
</style>
border-color css
<style>
span { border-color: #E34324; }
span { border-color: rgb(227,67,36); }
td.TdClassName
{
border-color: #E34324;
}
.TagClassName
{
border-color: #E34324;
}
</style>