Shades of Cinnabar #E04946
Tints of Cinnabar #E04946
RGB
CMYK
RGB Variations
Color information
#E04946 (or 0xE04946) is known color: Cinnabar. HEX triplet: E0, 49 and 46. RGB value is (224,73,70). Sum of RGB (Red+Green+Blue) = 224+73+70=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E04946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04946 is #1FB6B9. Grayscale: #757575. Windows color (decimal): -2078394 or 4606432. OLE color: 4606432.
HSL color Cylindrical-coordinate representation of color #E04946: hue angle of 1.17º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04946 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 70 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.12 |
| HSL | 1.17º | 0.71% | 0.58% | - |
| HSV(B) | 1.17º | 0.69% | 0.88% | - |
| XYZ | 34.23 | 21.05 | 8.05 | - |
| YUV | 117.81 | 101.03 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 70 | 0 | 0.67 | 0.69 | 0.12 | 1.17 | 0.71 | 0.58 |
| Hex | E0 | 49 | 46 | 0 | 43 | 45 | C | 1 | 47 | 3A |
| Octal | 340 | 111 | 106 | 0 | 103 | 105 | 14 | 1 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1000110 | 0 | 1000011 | 1000101 | 1100 | 1 | 1000111 | 111010 |
Color Harmonies of #E04946
Complementary color
Monochromatic Colors of #E04946
Black with #E04946
Text Example
Text Example
White with #E04946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04946; }
p { color: rgb(224,73,70); }
H1.HeaderClassName
{
color: #E04946;
}
.AnyTagClassName
{
color: #E04946;
}
</style>
background-color css
<style>
a { background-color: #E04946; }
a { background-color: rgb(224,73,70); }
div.DivClassName
{
background-color: #E04946;
}
.BgClassName
{
background-color: #E04946;
}
</style>
border-color css
<style>
span { border-color: #E04946; }
span { border-color: rgb(224,73,70); }
td.TdClassName
{
border-color: #E04946;
}
.TagClassName
{
border-color: #E04946;
}
</style>