Shades of Cinnabar #E34745
Tints of Cinnabar #E34745
RGB
CMYK
RGB Variations
Color information
#E34745 (or 0xE34745) is known color: Cinnabar. HEX triplet: E3, 47 and 45. RGB value is (227,71,69). Sum of RGB (Red+Green+Blue) = 227+71+69=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E34745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34745 is #1CB8BA. Grayscale: #757575. Windows color (decimal): -1882299 or 4540387. OLE color: 4540387.
HSL color Cylindrical-coordinate representation of color #E34745: hue angle of 0.76º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34745 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 69 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.11 |
| HSL | 0.76º | 0.74% | 0.58% | - |
| HSV(B) | 0.76º | 0.7% | 0.89% | - |
| XYZ | 35.01 | 21.27 | 7.89 | - |
| YUV | 117.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 69 | 0 | 0.69 | 0.70 | 0.11 | 0.76 | 0.74 | 0.58 |
| Hex | E3 | 47 | 45 | 0 | 45 | 46 | B | 1 | 4A | 3A |
| Octal | 343 | 107 | 105 | 0 | 105 | 106 | 13 | 1 | 112 | 72 |
| Binary | 11100011 | 1000111 | 1000101 | 0 | 1000101 | 1000110 | 1011 | 1 | 1001010 | 111010 |
Color Harmonies of #E34745
Complementary color
Monochromatic Colors of #E34745
Black with #E34745
Text Example
Text Example
White with #E34745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34745; }
p { color: rgb(227,71,69); }
H1.HeaderClassName
{
color: #E34745;
}
.AnyTagClassName
{
color: #E34745;
}
</style>
background-color css
<style>
a { background-color: #E34745; }
a { background-color: rgb(227,71,69); }
div.DivClassName
{
background-color: #E34745;
}
.BgClassName
{
background-color: #E34745;
}
</style>
border-color css
<style>
span { border-color: #E34745; }
span { border-color: rgb(227,71,69); }
td.TdClassName
{
border-color: #E34745;
}
.TagClassName
{
border-color: #E34745;
}
</style>