Shades of Cinnabar #E03C1D
Tints of Cinnabar #E03C1D
RGB
CMYK
RGB Variations
Color information
#E03C1D (or 0xE03C1D) is known color: Cinnabar. HEX triplet: E0, 3C and 1D. RGB value is (224,60,29). Sum of RGB (Red+Green+Blue) = 224+60+29=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C1D is #1FC3E2. Grayscale: #696969. Windows color (decimal): -2081763 or 1916128. OLE color: 1916128.
HSL color Cylindrical-coordinate representation of color #E03C1D: hue angle of 9.54º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E03C1D is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 29 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.12 |
| HSL | 9.54º | 0.77% | 0.5% | - |
| HSV(B) | 9.54º | 0.87% | 0.88% | - |
| XYZ | 32.58 | 19.17 | 3.15 | - |
| YUV | 105.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 29 | 0 | 0.73 | 0.87 | 0.12 | 9.54 | 0.77 | 0.5 |
| Hex | E0 | 3C | 1D | 0 | 49 | 57 | C | A | 4D | 32 |
| Octal | 340 | 74 | 35 | 0 | 111 | 127 | 14 | 12 | 115 | 62 |
| Binary | 11100000 | 111100 | 11101 | 0 | 1001001 | 1010111 | 1100 | 1010 | 1001101 | 110010 |
Color Harmonies of #E03C1D
Complementary color
Monochromatic Colors of #E03C1D
Black with #E03C1D
Text Example
Text Example
White with #E03C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C1D; }
p { color: rgb(224,60,29); }
H1.HeaderClassName
{
color: #E03C1D;
}
.AnyTagClassName
{
color: #E03C1D;
}
</style>
background-color css
<style>
a { background-color: #E03C1D; }
a { background-color: rgb(224,60,29); }
div.DivClassName
{
background-color: #E03C1D;
}
.BgClassName
{
background-color: #E03C1D;
}
</style>
border-color css
<style>
span { border-color: #E03C1D; }
span { border-color: rgb(224,60,29); }
td.TdClassName
{
border-color: #E03C1D;
}
.TagClassName
{
border-color: #E03C1D;
}
</style>