Shades of Cinnabar #E3472E
Tints of Cinnabar #E3472E
RGB
CMYK
RGB Variations
Color information
#E3472E (or 0xE3472E) is known color: Cinnabar. HEX triplet: E3, 47 and 2E. RGB value is (227,71,46). Sum of RGB (Red+Green+Blue) = 227+71+46=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E3472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3472E is #1CB8D1. Grayscale: #737373. Windows color (decimal): -1882322 or 3033059. OLE color: 3033059.
HSL color Cylindrical-coordinate representation of color #E3472E: hue angle of 8.29º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3472E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 46 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.11 |
| HSL | 8.29º | 0.76% | 0.54% | - |
| HSV(B) | 8.29º | 0.8% | 0.89% | - |
| XYZ | 34.42 | 21.03 | 4.83 | - |
| YUV | 114.79 | 89.18 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 46 | 0 | 0.69 | 0.80 | 0.11 | 8.29 | 0.76 | 0.54 |
| Hex | E3 | 47 | 2E | 0 | 45 | 50 | B | 8 | 4C | 36 |
| Octal | 343 | 107 | 56 | 0 | 105 | 120 | 13 | 10 | 114 | 66 |
| Binary | 11100011 | 1000111 | 101110 | 0 | 1000101 | 1010000 | 1011 | 1000 | 1001100 | 110110 |
Color Harmonies of #E3472E
Complementary color
Monochromatic Colors of #E3472E
Black with #E3472E
Text Example
Text Example
White with #E3472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3472E; }
p { color: rgb(227,71,46); }
H1.HeaderClassName
{
color: #E3472E;
}
.AnyTagClassName
{
color: #E3472E;
}
</style>
background-color css
<style>
a { background-color: #E3472E; }
a { background-color: rgb(227,71,46); }
div.DivClassName
{
background-color: #E3472E;
}
.BgClassName
{
background-color: #E3472E;
}
</style>
border-color css
<style>
span { border-color: #E3472E; }
span { border-color: rgb(227,71,46); }
td.TdClassName
{
border-color: #E3472E;
}
.TagClassName
{
border-color: #E3472E;
}
</style>