Shades of Cinnabar #E25226
Tints of Cinnabar #E25226
RGB
CMYK
RGB Variations
Color information
#E25226 (or 0xE25226) is known color: Cinnabar. HEX triplet: E2, 52 and 26. RGB value is (226,82,38). Sum of RGB (Red+Green+Blue) = 226+82+38=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E25226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25226 is #1DADD9. Grayscale: #787878. Windows color (decimal): -1945050 or 2511586. OLE color: 2511586.
HSL color Cylindrical-coordinate representation of color #E25226: hue angle of 14.04º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E25226 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 38 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.11 |
| HSL | 14.04º | 0.76% | 0.52% | - |
| HSV(B) | 14.04º | 0.83% | 0.89% | - |
| XYZ | 34.73 | 22.34 | 4.32 | - |
| YUV | 120.04 | 81.71 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 38 | 0 | 0.64 | 0.83 | 0.11 | 14.04 | 0.76 | 0.52 |
| Hex | E2 | 52 | 26 | 0 | 40 | 53 | B | E | 4C | 34 |
| Octal | 342 | 122 | 46 | 0 | 100 | 123 | 13 | 16 | 114 | 64 |
| Binary | 11100010 | 1010010 | 100110 | 0 | 1000000 | 1010011 | 1011 | 1110 | 1001100 | 110100 |
Color Harmonies of #E25226
Complementary color
Monochromatic Colors of #E25226
Black with #E25226
Text Example
Text Example
White with #E25226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25226; }
p { color: rgb(226,82,38); }
H1.HeaderClassName
{
color: #E25226;
}
.AnyTagClassName
{
color: #E25226;
}
</style>
background-color css
<style>
a { background-color: #E25226; }
a { background-color: rgb(226,82,38); }
div.DivClassName
{
background-color: #E25226;
}
.BgClassName
{
background-color: #E25226;
}
</style>
border-color css
<style>
span { border-color: #E25226; }
span { border-color: rgb(226,82,38); }
td.TdClassName
{
border-color: #E25226;
}
.TagClassName
{
border-color: #E25226;
}
</style>