Shades of Cinnabar #E2502E
Tints of Cinnabar #E2502E
RGB
CMYK
RGB Variations
Color information
#E2502E (or 0xE2502E) is known color: Cinnabar. HEX triplet: E2, 50 and 2E. RGB value is (226,80,46). Sum of RGB (Red+Green+Blue) = 226+80+46=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E2502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2502E is #1DAFD1. Grayscale: #787878. Windows color (decimal): -1945554 or 3035362. OLE color: 3035362.
HSL color Cylindrical-coordinate representation of color #E2502E: hue angle of 11.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2502E is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 46 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.11 |
| HSL | 11.33º | 0.76% | 0.53% | - |
| HSV(B) | 11.33º | 0.8% | 0.89% | - |
| XYZ | 34.73 | 22.1 | 5.02 | - |
| YUV | 119.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 46 | 0 | 0.65 | 0.80 | 0.11 | 11.33 | 0.76 | 0.53 |
| Hex | E2 | 50 | 2E | 0 | 41 | 50 | B | B | 4C | 35 |
| Octal | 342 | 120 | 56 | 0 | 101 | 120 | 13 | 13 | 114 | 65 |
| Binary | 11100010 | 1010000 | 101110 | 0 | 1000001 | 1010000 | 1011 | 1011 | 1001100 | 110101 |
Color Harmonies of #E2502E
Complementary color
Monochromatic Colors of #E2502E
Black with #E2502E
Text Example
Text Example
White with #E2502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2502E; }
p { color: rgb(226,80,46); }
H1.HeaderClassName
{
color: #E2502E;
}
.AnyTagClassName
{
color: #E2502E;
}
</style>
background-color css
<style>
a { background-color: #E2502E; }
a { background-color: rgb(226,80,46); }
div.DivClassName
{
background-color: #E2502E;
}
.BgClassName
{
background-color: #E2502E;
}
</style>
border-color css
<style>
span { border-color: #E2502E; }
span { border-color: rgb(226,80,46); }
td.TdClassName
{
border-color: #E2502E;
}
.TagClassName
{
border-color: #E2502E;
}
</style>