Shades of Cinnabar #E04C1C
Tints of Cinnabar #E04C1C
RGB
CMYK
RGB Variations
Color information
#E04C1C (or 0xE04C1C) is known color: Cinnabar. HEX triplet: E0, 4C and 1C. RGB value is (224,76,28). Sum of RGB (Red+Green+Blue) = 224+76+28=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C1C is #1FB3E3. Grayscale: #737373. Windows color (decimal): -2077668 or 1854688. OLE color: 1854688.
HSL color Cylindrical-coordinate representation of color #E04C1C: hue angle of 14.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E04C1C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.12 |
| HSL | 14.69º | 0.78% | 0.49% | - |
| HSV(B) | 14.69º | 0.88% | 0.88% | - |
| XYZ | 33.53 | 21.1 | 3.4 | - |
| YUV | 114.78 | 79.03 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 28 | 0 | 0.66 | 0.88 | 0.12 | 14.69 | 0.78 | 0.49 |
| Hex | E0 | 4C | 1C | 0 | 42 | 58 | C | F | 4E | 31 |
| Octal | 340 | 114 | 34 | 0 | 102 | 130 | 14 | 17 | 116 | 61 |
| Binary | 11100000 | 1001100 | 11100 | 0 | 1000010 | 1011000 | 1100 | 1111 | 1001110 | 110001 |
Color Harmonies of #E04C1C
Complementary color
Monochromatic Colors of #E04C1C
Black with #E04C1C
Text Example
Text Example
White with #E04C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C1C; }
p { color: rgb(224,76,28); }
H1.HeaderClassName
{
color: #E04C1C;
}
.AnyTagClassName
{
color: #E04C1C;
}
</style>
background-color css
<style>
a { background-color: #E04C1C; }
a { background-color: rgb(224,76,28); }
div.DivClassName
{
background-color: #E04C1C;
}
.BgClassName
{
background-color: #E04C1C;
}
</style>
border-color css
<style>
span { border-color: #E04C1C; }
span { border-color: rgb(224,76,28); }
td.TdClassName
{
border-color: #E04C1C;
}
.TagClassName
{
border-color: #E04C1C;
}
</style>