Shades of Cinnabar #E25029
Tints of Cinnabar #E25029
RGB
CMYK
RGB Variations
Color information
#E25029 (or 0xE25029) is known color: Cinnabar. HEX triplet: E2, 50 and 29. RGB value is (226,80,41). Sum of RGB (Red+Green+Blue) = 226+80+41=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E25029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25029 is #1DAFD6. Grayscale: #777777. Windows color (decimal): -1945559 or 2707682. OLE color: 2707682.
HSL color Cylindrical-coordinate representation of color #E25029: hue angle of 12.65º 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 #E25029 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 41 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.11 |
| HSL | 12.65º | 0.76% | 0.52% | - |
| HSV(B) | 12.65º | 0.82% | 0.89% | - |
| XYZ | 34.63 | 22.07 | 4.53 | - |
| YUV | 119.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 41 | 0 | 0.65 | 0.82 | 0.11 | 12.65 | 0.76 | 0.52 |
| Hex | E2 | 50 | 29 | 0 | 41 | 52 | B | D | 4C | 34 |
| Octal | 342 | 120 | 51 | 0 | 101 | 122 | 13 | 15 | 114 | 64 |
| Binary | 11100010 | 1010000 | 101001 | 0 | 1000001 | 1010010 | 1011 | 1101 | 1001100 | 110100 |
Color Harmonies of #E25029
Complementary color
Monochromatic Colors of #E25029
Black with #E25029
Text Example
Text Example
White with #E25029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25029; }
p { color: rgb(226,80,41); }
H1.HeaderClassName
{
color: #E25029;
}
.AnyTagClassName
{
color: #E25029;
}
</style>
background-color css
<style>
a { background-color: #E25029; }
a { background-color: rgb(226,80,41); }
div.DivClassName
{
background-color: #E25029;
}
.BgClassName
{
background-color: #E25029;
}
</style>
border-color css
<style>
span { border-color: #E25029; }
span { border-color: rgb(226,80,41); }
td.TdClassName
{
border-color: #E25029;
}
.TagClassName
{
border-color: #E25029;
}
</style>