Shades of Cinnabar #E34030
Tints of Cinnabar #E34030
RGB
CMYK
RGB Variations
Color information
#E34030 (or 0xE34030) is known color: Cinnabar. HEX triplet: E3, 40 and 30. RGB value is (227,64,48). Sum of RGB (Red+Green+Blue) = 227+64+48=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E34030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34030 is #1CBFCF. Grayscale: #6F6F6F. Windows color (decimal): -1884112 or 3162339. OLE color: 3162339.
HSL color Cylindrical-coordinate representation of color #E34030: hue angle of 5.36º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E34030 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 48 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.11 |
| HSL | 5.36º | 0.76% | 0.54% | - |
| HSV(B) | 5.36º | 0.79% | 0.89% | - |
| XYZ | 34.05 | 20.21 | 4.9 | - |
| YUV | 110.91 | 92.5 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 48 | 0 | 0.72 | 0.79 | 0.11 | 5.36 | 0.76 | 0.54 |
| Hex | E3 | 40 | 30 | 0 | 48 | 4F | B | 5 | 4C | 36 |
| Octal | 343 | 100 | 60 | 0 | 110 | 117 | 13 | 5 | 114 | 66 |
| Binary | 11100011 | 1000000 | 110000 | 0 | 1001000 | 1001111 | 1011 | 101 | 1001100 | 110110 |
Color Harmonies of #E34030
Complementary color
Monochromatic Colors of #E34030
Black with #E34030
Text Example
Text Example
White with #E34030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34030; }
p { color: rgb(227,64,48); }
H1.HeaderClassName
{
color: #E34030;
}
.AnyTagClassName
{
color: #E34030;
}
</style>
background-color css
<style>
a { background-color: #E34030; }
a { background-color: rgb(227,64,48); }
div.DivClassName
{
background-color: #E34030;
}
.BgClassName
{
background-color: #E34030;
}
</style>
border-color css
<style>
span { border-color: #E34030; }
span { border-color: rgb(227,64,48); }
td.TdClassName
{
border-color: #E34030;
}
.TagClassName
{
border-color: #E34030;
}
</style>