Shades of Cinnabar #E03D1C
Tints of Cinnabar #E03D1C
RGB
CMYK
RGB Variations
Color information
#E03D1C (or 0xE03D1C) is known color: Cinnabar. HEX triplet: E0, 3D and 1C. RGB value is (224,61,28). Sum of RGB (Red+Green+Blue) = 224+61+28=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D1C is #1FC2E3. Grayscale: #6A6A6A. Windows color (decimal): -2081508 or 1850848. OLE color: 1850848.
HSL color Cylindrical-coordinate representation of color #E03D1C: hue angle of 10.1º 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 #E03D1C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 28 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.12 |
| HSL | 10.1º | 0.78% | 0.49% | - |
| HSV(B) | 10.1º | 0.88% | 0.88% | - |
| XYZ | 32.62 | 19.27 | 3.1 | - |
| YUV | 105.98 | 84 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 28 | 0 | 0.73 | 0.88 | 0.12 | 10.1 | 0.78 | 0.49 |
| Hex | E0 | 3D | 1C | 0 | 49 | 58 | C | A | 4E | 31 |
| Octal | 340 | 75 | 34 | 0 | 111 | 130 | 14 | 12 | 116 | 61 |
| Binary | 11100000 | 111101 | 11100 | 0 | 1001001 | 1011000 | 1100 | 1010 | 1001110 | 110001 |
Color Harmonies of #E03D1C
Complementary color
Monochromatic Colors of #E03D1C
Black with #E03D1C
Text Example
Text Example
White with #E03D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D1C; }
p { color: rgb(224,61,28); }
H1.HeaderClassName
{
color: #E03D1C;
}
.AnyTagClassName
{
color: #E03D1C;
}
</style>
background-color css
<style>
a { background-color: #E03D1C; }
a { background-color: rgb(224,61,28); }
div.DivClassName
{
background-color: #E03D1C;
}
.BgClassName
{
background-color: #E03D1C;
}
</style>
border-color css
<style>
span { border-color: #E03D1C; }
span { border-color: rgb(224,61,28); }
td.TdClassName
{
border-color: #E03D1C;
}
.TagClassName
{
border-color: #E03D1C;
}
</style>