Shades of Cinnabar #E04540
Tints of Cinnabar #E04540
RGB
CMYK
RGB Variations
Color information
#E04540 (or 0xE04540) is known color: Cinnabar. HEX triplet: E0, 45 and 40. RGB value is (224,69,64). Sum of RGB (Red+Green+Blue) = 224+69+64=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E04540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04540 is #1FBABF. Grayscale: #727272. Windows color (decimal): -2079424 or 4212192. OLE color: 4212192.
HSL color Cylindrical-coordinate representation of color #E04540: hue angle of 1.88º 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 #E04540 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 64 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.12 |
| HSL | 1.88º | 0.72% | 0.56% | - |
| HSV(B) | 1.88º | 0.71% | 0.88% | - |
| XYZ | 33.79 | 20.47 | 7.02 | - |
| YUV | 114.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 64 | 0 | 0.69 | 0.71 | 0.12 | 1.88 | 0.72 | 0.56 |
| Hex | E0 | 45 | 40 | 0 | 45 | 47 | C | 2 | 48 | 38 |
| Octal | 340 | 105 | 100 | 0 | 105 | 107 | 14 | 2 | 110 | 70 |
| Binary | 11100000 | 1000101 | 1000000 | 0 | 1000101 | 1000111 | 1100 | 10 | 1001000 | 111000 |
Color Harmonies of #E04540
Complementary color
Monochromatic Colors of #E04540
Black with #E04540
Text Example
Text Example
White with #E04540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04540; }
p { color: rgb(224,69,64); }
H1.HeaderClassName
{
color: #E04540;
}
.AnyTagClassName
{
color: #E04540;
}
</style>
background-color css
<style>
a { background-color: #E04540; }
a { background-color: rgb(224,69,64); }
div.DivClassName
{
background-color: #E04540;
}
.BgClassName
{
background-color: #E04540;
}
</style>
border-color css
<style>
span { border-color: #E04540; }
span { border-color: rgb(224,69,64); }
td.TdClassName
{
border-color: #E04540;
}
.TagClassName
{
border-color: #E04540;
}
</style>