Shades of Cinnabar #E03F31
Tints of Cinnabar #E03F31
RGB
CMYK
RGB Variations
Color information
#E03F31 (or 0xE03F31) is known color: Cinnabar. HEX triplet: E0, 3F and 31. RGB value is (224,63,49). Sum of RGB (Red+Green+Blue) = 224+63+49=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F31 is #1FC0CE. Grayscale: #6D6D6D. Windows color (decimal): -2080975 or 3227616. OLE color: 3227616.
HSL color Cylindrical-coordinate representation of color #E03F31: hue angle of 4.8º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03F31 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 49 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.12 |
| HSL | 4.8º | 0.74% | 0.54% | - |
| HSV(B) | 4.8º | 0.78% | 0.88% | - |
| XYZ | 33.07 | 19.62 | 4.95 | - |
| YUV | 109.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 49 | 0 | 0.72 | 0.78 | 0.12 | 4.8 | 0.74 | 0.54 |
| Hex | E0 | 3F | 31 | 0 | 48 | 4E | C | 5 | 4A | 36 |
| Octal | 340 | 77 | 61 | 0 | 110 | 116 | 14 | 5 | 112 | 66 |
| Binary | 11100000 | 111111 | 110001 | 0 | 1001000 | 1001110 | 1100 | 101 | 1001010 | 110110 |
Color Harmonies of #E03F31
Complementary color
Monochromatic Colors of #E03F31
Black with #E03F31
Text Example
Text Example
White with #E03F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F31; }
p { color: rgb(224,63,49); }
H1.HeaderClassName
{
color: #E03F31;
}
.AnyTagClassName
{
color: #E03F31;
}
</style>
background-color css
<style>
a { background-color: #E03F31; }
a { background-color: rgb(224,63,49); }
div.DivClassName
{
background-color: #E03F31;
}
.BgClassName
{
background-color: #E03F31;
}
</style>
border-color css
<style>
span { border-color: #E03F31; }
span { border-color: rgb(224,63,49); }
td.TdClassName
{
border-color: #E03F31;
}
.TagClassName
{
border-color: #E03F31;
}
</style>