Shades of Cinnabar #E8501D
Tints of Cinnabar #E8501D
RGB
CMYK
RGB Variations
Color information
#E8501D (or 0xE8501D) is known color: Cinnabar. HEX triplet: E8, 50 and 1D. RGB value is (232,80,29). Sum of RGB (Red+Green+Blue) = 232+80+29=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E8501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8501D is #17AFE2. Grayscale: #777777. Windows color (decimal): -1552355 or 1921256. OLE color: 1921256.
HSL color Cylindrical-coordinate representation of color #E8501D: hue angle of 15.07º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8501D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.09 |
| HSL | 15.07º | 0.82% | 0.51% | - |
| HSV(B) | 15.07º | 0.88% | 0.91% | - |
| XYZ | 36.37 | 22.98 | 3.68 | - |
| YUV | 119.63 | 76.86 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 29 | 0 | 0.66 | 0.88 | 0.09 | 15.07 | 0.82 | 0.51 |
| Hex | E8 | 50 | 1D | 0 | 42 | 58 | 9 | F | 52 | 33 |
| Octal | 350 | 120 | 35 | 0 | 102 | 130 | 11 | 17 | 122 | 63 |
| Binary | 11101000 | 1010000 | 11101 | 0 | 1000010 | 1011000 | 1001 | 1111 | 1010010 | 110011 |
Color Harmonies of #E8501D
Complementary color
Monochromatic Colors of #E8501D
Black with #E8501D
Text Example
Text Example
White with #E8501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8501D; }
p { color: rgb(232,80,29); }
H1.HeaderClassName
{
color: #E8501D;
}
.AnyTagClassName
{
color: #E8501D;
}
</style>
background-color css
<style>
a { background-color: #E8501D; }
a { background-color: rgb(232,80,29); }
div.DivClassName
{
background-color: #E8501D;
}
.BgClassName
{
background-color: #E8501D;
}
</style>
border-color css
<style>
span { border-color: #E8501D; }
span { border-color: rgb(232,80,29); }
td.TdClassName
{
border-color: #E8501D;
}
.TagClassName
{
border-color: #E8501D;
}
</style>