Shades of Cinnabar #E03D1F
Tints of Cinnabar #E03D1F
RGB
CMYK
RGB Variations
Color information
#E03D1F (or 0xE03D1F) is known color: Cinnabar. HEX triplet: E0, 3D and 1F. RGB value is (224,61,31). Sum of RGB (Red+Green+Blue) = 224+61+31=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D1F is #1FC2E0. Grayscale: #6A6A6A. Windows color (decimal): -2081505 or 2047456. OLE color: 2047456.
HSL color Cylindrical-coordinate representation of color #E03D1F: hue angle of 9.33º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E03D1F is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 31 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.12 |
| HSL | 9.33º | 0.76% | 0.5% | - |
| HSV(B) | 9.33º | 0.86% | 0.88% | - |
| XYZ | 32.66 | 19.28 | 3.3 | - |
| YUV | 106.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 31 | 0 | 0.73 | 0.86 | 0.12 | 9.33 | 0.76 | 0.5 |
| Hex | E0 | 3D | 1F | 0 | 49 | 56 | C | 9 | 4C | 32 |
| Octal | 340 | 75 | 37 | 0 | 111 | 126 | 14 | 11 | 114 | 62 |
| Binary | 11100000 | 111101 | 11111 | 0 | 1001001 | 1010110 | 1100 | 1001 | 1001100 | 110010 |
Color Harmonies of #E03D1F
Complementary color
Monochromatic Colors of #E03D1F
Black with #E03D1F
Text Example
Text Example
White with #E03D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D1F; }
p { color: rgb(224,61,31); }
H1.HeaderClassName
{
color: #E03D1F;
}
.AnyTagClassName
{
color: #E03D1F;
}
</style>
background-color css
<style>
a { background-color: #E03D1F; }
a { background-color: rgb(224,61,31); }
div.DivClassName
{
background-color: #E03D1F;
}
.BgClassName
{
background-color: #E03D1F;
}
</style>
border-color css
<style>
span { border-color: #E03D1F; }
span { border-color: rgb(224,61,31); }
td.TdClassName
{
border-color: #E03D1F;
}
.TagClassName
{
border-color: #E03D1F;
}
</style>