Shades of Cinnabar #E0501D
Tints of Cinnabar #E0501D
RGB
CMYK
RGB Variations
Color information
#E0501D (or 0xE0501D) is known color: Cinnabar. HEX triplet: E0, 50 and 1D. RGB value is (224,80,29). Sum of RGB (Red+Green+Blue) = 224+80+29=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0501D is #1FAFE2. Grayscale: #757575. Windows color (decimal): -2076643 or 1921248. OLE color: 1921248.
HSL color Cylindrical-coordinate representation of color #E0501D: hue angle of 15.69º 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 #E0501D is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 29 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.12 |
| HSL | 15.69º | 0.77% | 0.5% | - |
| HSV(B) | 15.69º | 0.87% | 0.88% | - |
| XYZ | 33.83 | 21.67 | 3.56 | - |
| YUV | 117.24 | 78.21 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 29 | 0 | 0.64 | 0.87 | 0.12 | 15.69 | 0.77 | 0.5 |
| Hex | E0 | 50 | 1D | 0 | 40 | 57 | C | 10 | 4D | 32 |
| Octal | 340 | 120 | 35 | 0 | 100 | 127 | 14 | 20 | 115 | 62 |
| Binary | 11100000 | 1010000 | 11101 | 0 | 1000000 | 1010111 | 1100 | 10000 | 1001101 | 110010 |
Color Harmonies of #E0501D
Complementary color
Monochromatic Colors of #E0501D
Black with #E0501D
Text Example
Text Example
White with #E0501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0501D; }
p { color: rgb(224,80,29); }
H1.HeaderClassName
{
color: #E0501D;
}
.AnyTagClassName
{
color: #E0501D;
}
</style>
background-color css
<style>
a { background-color: #E0501D; }
a { background-color: rgb(224,80,29); }
div.DivClassName
{
background-color: #E0501D;
}
.BgClassName
{
background-color: #E0501D;
}
</style>
border-color css
<style>
span { border-color: #E0501D; }
span { border-color: rgb(224,80,29); }
td.TdClassName
{
border-color: #E0501D;
}
.TagClassName
{
border-color: #E0501D;
}
</style>