Shades of Cinnabar #E2511F
Tints of Cinnabar #E2511F
RGB
CMYK
RGB Variations
Color information
#E2511F (or 0xE2511F) is known color: Cinnabar. HEX triplet: E2, 51 and 1F. RGB value is (226,81,31). Sum of RGB (Red+Green+Blue) = 226+81+31=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2511F is #1DAEE0. Grayscale: #777777. Windows color (decimal): -1945313 or 2052578. OLE color: 2052578.
HSL color Cylindrical-coordinate representation of color #E2511F: hue angle of 15.38º 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 #E2511F is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 31 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.11 |
| HSL | 15.38º | 0.77% | 0.5% | - |
| HSV(B) | 15.38º | 0.86% | 0.89% | - |
| XYZ | 34.55 | 22.15 | 3.75 | - |
| YUV | 118.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 31 | 0 | 0.64 | 0.86 | 0.11 | 15.38 | 0.77 | 0.5 |
| Hex | E2 | 51 | 1F | 0 | 40 | 56 | B | F | 4D | 32 |
| Octal | 342 | 121 | 37 | 0 | 100 | 126 | 13 | 17 | 115 | 62 |
| Binary | 11100010 | 1010001 | 11111 | 0 | 1000000 | 1010110 | 1011 | 1111 | 1001101 | 110010 |
Color Harmonies of #E2511F
Complementary color
Monochromatic Colors of #E2511F
Black with #E2511F
Text Example
Text Example
White with #E2511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2511F; }
p { color: rgb(226,81,31); }
H1.HeaderClassName
{
color: #E2511F;
}
.AnyTagClassName
{
color: #E2511F;
}
</style>
background-color css
<style>
a { background-color: #E2511F; }
a { background-color: rgb(226,81,31); }
div.DivClassName
{
background-color: #E2511F;
}
.BgClassName
{
background-color: #E2511F;
}
</style>
border-color css
<style>
span { border-color: #E2511F; }
span { border-color: rgb(226,81,31); }
td.TdClassName
{
border-color: #E2511F;
}
.TagClassName
{
border-color: #E2511F;
}
</style>