Shades of Cinnabar #E03A1F
Tints of Cinnabar #E03A1F
RGB
CMYK
RGB Variations
Color information
#E03A1F (or 0xE03A1F) is known color: Cinnabar. HEX triplet: E0, 3A and 1F. RGB value is (224,58,31). Sum of RGB (Red+Green+Blue) = 224+58+31=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A1F is #1FC5E0. Grayscale: #686868. Windows color (decimal): -2082273 or 2046688. OLE color: 2046688.
HSL color Cylindrical-coordinate representation of color #E03A1F: hue angle of 8.39º 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 #E03A1F is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 31 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.12 |
| HSL | 8.39º | 0.76% | 0.5% | - |
| HSV(B) | 8.39º | 0.86% | 0.88% | - |
| XYZ | 32.5 | 18.97 | 3.25 | - |
| YUV | 104.56 | 86.5 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 31 | 0 | 0.74 | 0.86 | 0.12 | 8.39 | 0.76 | 0.5 |
| Hex | E0 | 3A | 1F | 0 | 4A | 56 | C | 8 | 4C | 32 |
| Octal | 340 | 72 | 37 | 0 | 112 | 126 | 14 | 10 | 114 | 62 |
| Binary | 11100000 | 111010 | 11111 | 0 | 1001010 | 1010110 | 1100 | 1000 | 1001100 | 110010 |
Color Harmonies of #E03A1F
Complementary color
Monochromatic Colors of #E03A1F
Black with #E03A1F
Text Example
Text Example
White with #E03A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03A1F; }
p { color: rgb(224,58,31); }
H1.HeaderClassName
{
color: #E03A1F;
}
.AnyTagClassName
{
color: #E03A1F;
}
</style>
background-color css
<style>
a { background-color: #E03A1F; }
a { background-color: rgb(224,58,31); }
div.DivClassName
{
background-color: #E03A1F;
}
.BgClassName
{
background-color: #E03A1F;
}
</style>
border-color css
<style>
span { border-color: #E03A1F; }
span { border-color: rgb(224,58,31); }
td.TdClassName
{
border-color: #E03A1F;
}
.TagClassName
{
border-color: #E03A1F;
}
</style>