Shades of Cinnabar #E04940
Tints of Cinnabar #E04940
RGB
CMYK
RGB Variations
Color information
#E04940 (or 0xE04940) is known color: Cinnabar. HEX triplet: E0, 49 and 40. RGB value is (224,73,64). Sum of RGB (Red+Green+Blue) = 224+73+64=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E04940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04940 is #1FB6BF. Grayscale: #757575. Windows color (decimal): -2078400 or 4213216. OLE color: 4213216.
HSL color Cylindrical-coordinate representation of color #E04940: hue angle of 3.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04940 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 64 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.12 |
| HSL | 3.38º | 0.72% | 0.56% | - |
| HSV(B) | 3.38º | 0.71% | 0.88% | - |
| XYZ | 34.05 | 20.98 | 7.11 | - |
| YUV | 117.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 64 | 0 | 0.67 | 0.71 | 0.12 | 3.38 | 0.72 | 0.56 |
| Hex | E0 | 49 | 40 | 0 | 43 | 47 | C | 3 | 48 | 38 |
| Octal | 340 | 111 | 100 | 0 | 103 | 107 | 14 | 3 | 110 | 70 |
| Binary | 11100000 | 1001001 | 1000000 | 0 | 1000011 | 1000111 | 1100 | 11 | 1001000 | 111000 |
Color Harmonies of #E04940
Complementary color
Monochromatic Colors of #E04940
Black with #E04940
Text Example
Text Example
White with #E04940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04940; }
p { color: rgb(224,73,64); }
H1.HeaderClassName
{
color: #E04940;
}
.AnyTagClassName
{
color: #E04940;
}
</style>
background-color css
<style>
a { background-color: #E04940; }
a { background-color: rgb(224,73,64); }
div.DivClassName
{
background-color: #E04940;
}
.BgClassName
{
background-color: #E04940;
}
</style>
border-color css
<style>
span { border-color: #E04940; }
span { border-color: rgb(224,73,64); }
td.TdClassName
{
border-color: #E04940;
}
.TagClassName
{
border-color: #E04940;
}
</style>