Shades of Cinnabar #E0411F
Tints of Cinnabar #E0411F
RGB
CMYK
RGB Variations
Color information
#E0411F (or 0xE0411F) is known color: Cinnabar. HEX triplet: E0, 41 and 1F. RGB value is (224,65,31). Sum of RGB (Red+Green+Blue) = 224+65+31=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0411F is #1FBEE0. Grayscale: #6C6C6C. Windows color (decimal): -2080481 or 2048480. OLE color: 2048480.
HSL color Cylindrical-coordinate representation of color #E0411F: hue angle of 10.57º 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 #E0411F is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 31 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.12 |
| HSL | 10.57º | 0.76% | 0.5% | - |
| HSV(B) | 10.57º | 0.86% | 0.88% | - |
| XYZ | 32.88 | 19.73 | 3.37 | - |
| YUV | 108.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 31 | 0 | 0.71 | 0.86 | 0.12 | 10.57 | 0.76 | 0.5 |
| Hex | E0 | 41 | 1F | 0 | 47 | 56 | C | B | 4C | 32 |
| Octal | 340 | 101 | 37 | 0 | 107 | 126 | 14 | 13 | 114 | 62 |
| Binary | 11100000 | 1000001 | 11111 | 0 | 1000111 | 1010110 | 1100 | 1011 | 1001100 | 110010 |
Color Harmonies of #E0411F
Complementary color
Monochromatic Colors of #E0411F
Black with #E0411F
Text Example
Text Example
White with #E0411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0411F; }
p { color: rgb(224,65,31); }
H1.HeaderClassName
{
color: #E0411F;
}
.AnyTagClassName
{
color: #E0411F;
}
</style>
background-color css
<style>
a { background-color: #E0411F; }
a { background-color: rgb(224,65,31); }
div.DivClassName
{
background-color: #E0411F;
}
.BgClassName
{
background-color: #E0411F;
}
</style>
border-color css
<style>
span { border-color: #E0411F; }
span { border-color: rgb(224,65,31); }
td.TdClassName
{
border-color: #E0411F;
}
.TagClassName
{
border-color: #E0411F;
}
</style>