Shades of Cinnabar #E34A47
Tints of Cinnabar #E34A47
RGB
CMYK
RGB Variations
Color information
#E34A47 (or 0xE34A47) is known color: Cinnabar. HEX triplet: E3, 4A and 47. RGB value is (227,74,71). Sum of RGB (Red+Green+Blue) = 227+74+71=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34A47 is #1CB5B8. Grayscale: #777777. Windows color (decimal): -1881529 or 4672227. OLE color: 4672227.
HSL color Cylindrical-coordinate representation of color #E34A47: hue angle of 1.15º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34A47 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 71 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.11 |
| HSL | 1.15º | 0.74% | 0.58% | - |
| HSV(B) | 1.15º | 0.69% | 0.89% | - |
| XYZ | 35.26 | 21.68 | 8.29 | - |
| YUV | 119.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 71 | 0 | 0.67 | 0.69 | 0.11 | 1.15 | 0.74 | 0.58 |
| Hex | E3 | 4A | 47 | 0 | 43 | 45 | B | 1 | 4A | 3A |
| Octal | 343 | 112 | 107 | 0 | 103 | 105 | 13 | 1 | 112 | 72 |
| Binary | 11100011 | 1001010 | 1000111 | 0 | 1000011 | 1000101 | 1011 | 1 | 1001010 | 111010 |
Color Harmonies of #E34A47
Complementary color
Monochromatic Colors of #E34A47
Black with #E34A47
Text Example
Text Example
White with #E34A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A47; }
p { color: rgb(227,74,71); }
H1.HeaderClassName
{
color: #E34A47;
}
.AnyTagClassName
{
color: #E34A47;
}
</style>
background-color css
<style>
a { background-color: #E34A47; }
a { background-color: rgb(227,74,71); }
div.DivClassName
{
background-color: #E34A47;
}
.BgClassName
{
background-color: #E34A47;
}
</style>
border-color css
<style>
span { border-color: #E34A47; }
span { border-color: rgb(227,74,71); }
td.TdClassName
{
border-color: #E34A47;
}
.TagClassName
{
border-color: #E34A47;
}
</style>