Shades of Cinnabar #E4501F
Tints of Cinnabar #E4501F
RGB
CMYK
RGB Variations
Color information
#E4501F (or 0xE4501F) is known color: Cinnabar. HEX triplet: E4, 50 and 1F. RGB value is (228,80,31). Sum of RGB (Red+Green+Blue) = 228+80+31=339 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.26% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 228 - color contains mainly: red. Hex color #E4501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4501F is #1BAFE0. Grayscale: #777777. Windows color (decimal): -1814497 or 2052324. OLE color: 2052324.
HSL color Cylindrical-coordinate representation of color #E4501F: hue angle of 14.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4501F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 31 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.11 |
| HSL | 14.92º | 0.78% | 0.51% | - |
| HSV(B) | 14.92º | 0.86% | 0.89% | - |
| XYZ | 35.11 | 22.33 | 3.76 | - |
| YUV | 118.67 | 78.53 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 31 | 0 | 0.65 | 0.86 | 0.11 | 14.92 | 0.78 | 0.51 |
| Hex | E4 | 50 | 1F | 0 | 41 | 56 | B | F | 4E | 33 |
| Octal | 344 | 120 | 37 | 0 | 101 | 126 | 13 | 17 | 116 | 63 |
| Binary | 11100100 | 1010000 | 11111 | 0 | 1000001 | 1010110 | 1011 | 1111 | 1001110 | 110011 |
Color Harmonies of #E4501F
Complementary color
Monochromatic Colors of #E4501F
Black with #E4501F
Text Example
Text Example
White with #E4501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4501F; }
p { color: rgb(228,80,31); }
H1.HeaderClassName
{
color: #E4501F;
}
.AnyTagClassName
{
color: #E4501F;
}
</style>
background-color css
<style>
a { background-color: #E4501F; }
a { background-color: rgb(228,80,31); }
div.DivClassName
{
background-color: #E4501F;
}
.BgClassName
{
background-color: #E4501F;
}
</style>
border-color css
<style>
span { border-color: #E4501F; }
span { border-color: rgb(228,80,31); }
td.TdClassName
{
border-color: #E4501F;
}
.TagClassName
{
border-color: #E4501F;
}
</style>