Shades of Cinnabar #E34738
Tints of Cinnabar #E34738
RGB
CMYK
RGB Variations
Color information
#E34738 (or 0xE34738) is known color: Cinnabar. HEX triplet: E3, 47 and 38. RGB value is (227,71,56). Sum of RGB (Red+Green+Blue) = 227+71+56=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E34738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34738 is #1CB8C7. Grayscale: #747474. Windows color (decimal): -1882312 or 3688419. OLE color: 3688419.
HSL color Cylindrical-coordinate representation of color #E34738: hue angle of 5.26º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E34738 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 56 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.11 |
| HSL | 5.26º | 0.75% | 0.55% | - |
| HSV(B) | 5.26º | 0.75% | 0.89% | - |
| XYZ | 34.65 | 21.12 | 5.99 | - |
| YUV | 115.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 56 | 0 | 0.69 | 0.75 | 0.11 | 5.26 | 0.75 | 0.55 |
| Hex | E3 | 47 | 38 | 0 | 45 | 4B | B | 5 | 4B | 37 |
| Octal | 343 | 107 | 70 | 0 | 105 | 113 | 13 | 5 | 113 | 67 |
| Binary | 11100011 | 1000111 | 111000 | 0 | 1000101 | 1001011 | 1011 | 101 | 1001011 | 110111 |
Color Harmonies of #E34738
Complementary color
Monochromatic Colors of #E34738
Black with #E34738
Text Example
Text Example
White with #E34738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34738; }
p { color: rgb(227,71,56); }
H1.HeaderClassName
{
color: #E34738;
}
.AnyTagClassName
{
color: #E34738;
}
</style>
background-color css
<style>
a { background-color: #E34738; }
a { background-color: rgb(227,71,56); }
div.DivClassName
{
background-color: #E34738;
}
.BgClassName
{
background-color: #E34738;
}
</style>
border-color css
<style>
span { border-color: #E34738; }
span { border-color: rgb(227,71,56); }
td.TdClassName
{
border-color: #E34738;
}
.TagClassName
{
border-color: #E34738;
}
</style>