Shades of Cinnabar #E5501F
Tints of Cinnabar #E5501F
RGB
CMYK
RGB Variations
Color information
#E5501F (or 0xE5501F) is known color: Cinnabar. HEX triplet: E5, 50 and 1F. RGB value is (229,80,31). Sum of RGB (Red+Green+Blue) = 229+80+31=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5501F is #1AAFE0. Grayscale: #777777. Windows color (decimal): -1748961 or 2052325. OLE color: 2052325.
HSL color Cylindrical-coordinate representation of color #E5501F: hue angle of 14.85º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5501F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 31 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.10 |
| HSL | 14.85º | 0.79% | 0.51% | - |
| HSV(B) | 14.85º | 0.86% | 0.9% | - |
| XYZ | 35.43 | 22.49 | 3.77 | - |
| YUV | 118.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 31 | 0 | 0.65 | 0.86 | 0.10 | 14.85 | 0.79 | 0.51 |
| Hex | E5 | 50 | 1F | 0 | 41 | 56 | A | F | 4F | 33 |
| Octal | 345 | 120 | 37 | 0 | 101 | 126 | 12 | 17 | 117 | 63 |
| Binary | 11100101 | 1010000 | 11111 | 0 | 1000001 | 1010110 | 1010 | 1111 | 1001111 | 110011 |
Color Harmonies of #E5501F
Complementary color
Monochromatic Colors of #E5501F
Black with #E5501F
Text Example
Text Example
White with #E5501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5501F; }
p { color: rgb(229,80,31); }
H1.HeaderClassName
{
color: #E5501F;
}
.AnyTagClassName
{
color: #E5501F;
}
</style>
background-color css
<style>
a { background-color: #E5501F; }
a { background-color: rgb(229,80,31); }
div.DivClassName
{
background-color: #E5501F;
}
.BgClassName
{
background-color: #E5501F;
}
</style>
border-color css
<style>
span { border-color: #E5501F; }
span { border-color: rgb(229,80,31); }
td.TdClassName
{
border-color: #E5501F;
}
.TagClassName
{
border-color: #E5501F;
}
</style>