Shades of Cinnabar #E04642
Tints of Cinnabar #E04642
RGB
CMYK
RGB Variations
Color information
#E04642 (or 0xE04642) is known color: Cinnabar. HEX triplet: E0, 46 and 42. RGB value is (224,70,66). Sum of RGB (Red+Green+Blue) = 224+70+66=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E04642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04642 is #1FB9BD. Grayscale: #737373. Windows color (decimal): -2079166 or 4343520. OLE color: 4343520.
HSL color Cylindrical-coordinate representation of color #E04642: hue angle of 1.52º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04642 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 66 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.12 |
| HSL | 1.52º | 0.72% | 0.57% | - |
| HSV(B) | 1.52º | 0.71% | 0.88% | - |
| XYZ | 33.91 | 20.62 | 7.35 | - |
| YUV | 115.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 66 | 0 | 0.69 | 0.71 | 0.12 | 1.52 | 0.72 | 0.57 |
| Hex | E0 | 46 | 42 | 0 | 45 | 47 | C | 2 | 48 | 39 |
| Octal | 340 | 106 | 102 | 0 | 105 | 107 | 14 | 2 | 110 | 71 |
| Binary | 11100000 | 1000110 | 1000010 | 0 | 1000101 | 1000111 | 1100 | 10 | 1001000 | 111001 |
Color Harmonies of #E04642
Complementary color
Monochromatic Colors of #E04642
Black with #E04642
Text Example
Text Example
White with #E04642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04642; }
p { color: rgb(224,70,66); }
H1.HeaderClassName
{
color: #E04642;
}
.AnyTagClassName
{
color: #E04642;
}
</style>
background-color css
<style>
a { background-color: #E04642; }
a { background-color: rgb(224,70,66); }
div.DivClassName
{
background-color: #E04642;
}
.BgClassName
{
background-color: #E04642;
}
</style>
border-color css
<style>
span { border-color: #E04642; }
span { border-color: rgb(224,70,66); }
td.TdClassName
{
border-color: #E04642;
}
.TagClassName
{
border-color: #E04642;
}
</style>