Shades of Cinnabar #E25128
Tints of Cinnabar #E25128
RGB
CMYK
RGB Variations
Color information
#E25128 (or 0xE25128) is known color: Cinnabar. HEX triplet: E2, 51 and 28. RGB value is (226,81,40). Sum of RGB (Red+Green+Blue) = 226+81+40=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E25128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25128 is #1DAED7. Grayscale: #777777. Windows color (decimal): -1945304 or 2642402. OLE color: 2642402.
HSL color Cylindrical-coordinate representation of color #E25128: hue angle of 13.23º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E25128 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 40 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.11 |
| HSL | 13.23º | 0.76% | 0.52% | - |
| HSV(B) | 13.23º | 0.82% | 0.89% | - |
| XYZ | 34.69 | 22.21 | 4.47 | - |
| YUV | 119.68 | 83.04 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 40 | 0 | 0.64 | 0.82 | 0.11 | 13.23 | 0.76 | 0.52 |
| Hex | E2 | 51 | 28 | 0 | 40 | 52 | B | D | 4C | 34 |
| Octal | 342 | 121 | 50 | 0 | 100 | 122 | 13 | 15 | 114 | 64 |
| Binary | 11100010 | 1010001 | 101000 | 0 | 1000000 | 1010010 | 1011 | 1101 | 1001100 | 110100 |
Color Harmonies of #E25128
Complementary color
Monochromatic Colors of #E25128
Black with #E25128
Text Example
Text Example
White with #E25128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25128; }
p { color: rgb(226,81,40); }
H1.HeaderClassName
{
color: #E25128;
}
.AnyTagClassName
{
color: #E25128;
}
</style>
background-color css
<style>
a { background-color: #E25128; }
a { background-color: rgb(226,81,40); }
div.DivClassName
{
background-color: #E25128;
}
.BgClassName
{
background-color: #E25128;
}
</style>
border-color css
<style>
span { border-color: #E25128; }
span { border-color: rgb(226,81,40); }
td.TdClassName
{
border-color: #E25128;
}
.TagClassName
{
border-color: #E25128;
}
</style>