Shades of Cinnabar #E2502F
Tints of Cinnabar #E2502F
RGB
CMYK
RGB Variations
Color information
#E2502F (or 0xE2502F) is known color: Cinnabar. HEX triplet: E2, 50 and 2F. RGB value is (226,80,47). Sum of RGB (Red+Green+Blue) = 226+80+47=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2502F is #1DAFD0. Grayscale: #787878. Windows color (decimal): -1945553 or 3100898. OLE color: 3100898.
HSL color Cylindrical-coordinate representation of color #E2502F: hue angle of 11.06º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2502F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 47 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.11 |
| HSL | 11.06º | 0.76% | 0.54% | - |
| HSV(B) | 11.06º | 0.79% | 0.89% | - |
| XYZ | 34.75 | 22.11 | 5.13 | - |
| YUV | 119.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 47 | 0 | 0.65 | 0.79 | 0.11 | 11.06 | 0.76 | 0.54 |
| Hex | E2 | 50 | 2F | 0 | 41 | 4F | B | B | 4C | 36 |
| Octal | 342 | 120 | 57 | 0 | 101 | 117 | 13 | 13 | 114 | 66 |
| Binary | 11100010 | 1010000 | 101111 | 0 | 1000001 | 1001111 | 1011 | 1011 | 1001100 | 110110 |
Color Harmonies of #E2502F
Complementary color
Monochromatic Colors of #E2502F
Black with #E2502F
Text Example
Text Example
White with #E2502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2502F; }
p { color: rgb(226,80,47); }
H1.HeaderClassName
{
color: #E2502F;
}
.AnyTagClassName
{
color: #E2502F;
}
</style>
background-color css
<style>
a { background-color: #E2502F; }
a { background-color: rgb(226,80,47); }
div.DivClassName
{
background-color: #E2502F;
}
.BgClassName
{
background-color: #E2502F;
}
</style>
border-color css
<style>
span { border-color: #E2502F; }
span { border-color: rgb(226,80,47); }
td.TdClassName
{
border-color: #E2502F;
}
.TagClassName
{
border-color: #E2502F;
}
</style>