Shades of Cinnabar #E04840
Tints of Cinnabar #E04840
RGB
CMYK
RGB Variations
Color information
#E04840 (or 0xE04840) is known color: Cinnabar. HEX triplet: E0, 48 and 40. RGB value is (224,72,64). Sum of RGB (Red+Green+Blue) = 224+72+64=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E04840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04840 is #1FB7BF. Grayscale: #747474. Windows color (decimal): -2078656 or 4212960. OLE color: 4212960.
HSL color Cylindrical-coordinate representation of color #E04840: hue angle of 3º 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 #E04840 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 64 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.12 |
| HSL | 3º | 0.72% | 0.56% | - |
| HSV(B) | 3º | 0.71% | 0.88% | - |
| XYZ | 33.98 | 20.85 | 7.08 | - |
| YUV | 116.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 64 | 0 | 0.68 | 0.71 | 0.12 | 3 | 0.72 | 0.56 |
| Hex | E0 | 48 | 40 | 0 | 44 | 47 | C | 3 | 48 | 38 |
| Octal | 340 | 110 | 100 | 0 | 104 | 107 | 14 | 3 | 110 | 70 |
| Binary | 11100000 | 1001000 | 1000000 | 0 | 1000100 | 1000111 | 1100 | 11 | 1001000 | 111000 |
Color Harmonies of #E04840
Complementary color
Monochromatic Colors of #E04840
Black with #E04840
Text Example
Text Example
White with #E04840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04840; }
p { color: rgb(224,72,64); }
H1.HeaderClassName
{
color: #E04840;
}
.AnyTagClassName
{
color: #E04840;
}
</style>
background-color css
<style>
a { background-color: #E04840; }
a { background-color: rgb(224,72,64); }
div.DivClassName
{
background-color: #E04840;
}
.BgClassName
{
background-color: #E04840;
}
</style>
border-color css
<style>
span { border-color: #E04840; }
span { border-color: rgb(224,72,64); }
td.TdClassName
{
border-color: #E04840;
}
.TagClassName
{
border-color: #E04840;
}
</style>