Shades of Cinnabar #E2501F
Tints of Cinnabar #E2501F
RGB
CMYK
RGB Variations
Color information
#E2501F (or 0xE2501F) is known color: Cinnabar. HEX triplet: E2, 50 and 1F. RGB value is (226,80,31). Sum of RGB (Red+Green+Blue) = 226+80+31=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2501F is #1DAFE0. Grayscale: #767676. Windows color (decimal): -1945569 or 2052322. OLE color: 2052322.
HSL color Cylindrical-coordinate representation of color #E2501F: hue angle of 15.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2501F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 31 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.11 |
| HSL | 15.08º | 0.77% | 0.5% | - |
| HSV(B) | 15.08º | 0.86% | 0.89% | - |
| XYZ | 34.48 | 22.01 | 3.73 | - |
| YUV | 118.07 | 78.87 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 31 | 0 | 0.65 | 0.86 | 0.11 | 15.08 | 0.77 | 0.5 |
| Hex | E2 | 50 | 1F | 0 | 41 | 56 | B | F | 4D | 32 |
| Octal | 342 | 120 | 37 | 0 | 101 | 126 | 13 | 17 | 115 | 62 |
| Binary | 11100010 | 1010000 | 11111 | 0 | 1000001 | 1010110 | 1011 | 1111 | 1001101 | 110010 |
Color Harmonies of #E2501F
Complementary color
Monochromatic Colors of #E2501F
Black with #E2501F
Text Example
Text Example
White with #E2501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2501F; }
p { color: rgb(226,80,31); }
H1.HeaderClassName
{
color: #E2501F;
}
.AnyTagClassName
{
color: #E2501F;
}
</style>
background-color css
<style>
a { background-color: #E2501F; }
a { background-color: rgb(226,80,31); }
div.DivClassName
{
background-color: #E2501F;
}
.BgClassName
{
background-color: #E2501F;
}
</style>
border-color css
<style>
span { border-color: #E2501F; }
span { border-color: rgb(226,80,31); }
td.TdClassName
{
border-color: #E2501F;
}
.TagClassName
{
border-color: #E2501F;
}
</style>