Shades of Cinnabar #E34320
Tints of Cinnabar #E34320
RGB
CMYK
RGB Variations
Color information
#E34320 (or 0xE34320) is known color: Cinnabar. HEX triplet: E3, 43 and 20. RGB value is (227,67,32). Sum of RGB (Red+Green+Blue) = 227+67+32=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E34320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34320 is #1CBCDF. Grayscale: #6F6F6F. Windows color (decimal): -1883360 or 2114531. OLE color: 2114531.
HSL color Cylindrical-coordinate representation of color #E34320: hue angle of 10.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E34320 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 32 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.11 |
| HSL | 10.77º | 0.78% | 0.51% | - |
| HSV(B) | 10.77º | 0.86% | 0.89% | - |
| XYZ | 33.95 | 20.45 | 3.52 | - |
| YUV | 110.85 | 83.51 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 32 | 0 | 0.70 | 0.86 | 0.11 | 10.77 | 0.78 | 0.51 |
| Hex | E3 | 43 | 20 | 0 | 46 | 56 | B | B | 4E | 33 |
| Octal | 343 | 103 | 40 | 0 | 106 | 126 | 13 | 13 | 116 | 63 |
| Binary | 11100011 | 1000011 | 100000 | 0 | 1000110 | 1010110 | 1011 | 1011 | 1001110 | 110011 |
Color Harmonies of #E34320
Complementary color
Monochromatic Colors of #E34320
Black with #E34320
Text Example
Text Example
White with #E34320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34320; }
p { color: rgb(227,67,32); }
H1.HeaderClassName
{
color: #E34320;
}
.AnyTagClassName
{
color: #E34320;
}
</style>
background-color css
<style>
a { background-color: #E34320; }
a { background-color: rgb(227,67,32); }
div.DivClassName
{
background-color: #E34320;
}
.BgClassName
{
background-color: #E34320;
}
</style>
border-color css
<style>
span { border-color: #E34320; }
span { border-color: rgb(227,67,32); }
td.TdClassName
{
border-color: #E34320;
}
.TagClassName
{
border-color: #E34320;
}
</style>