Shades of Cinnabar #E25538
Tints of Cinnabar #E25538
RGB
CMYK
RGB Variations
Color information
#E25538 (or 0xE25538) is known color: Cinnabar. HEX triplet: E2, 55 and 38. RGB value is (226,85,56). Sum of RGB (Red+Green+Blue) = 226+85+56=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E25538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25538 is #1DAAC7. Grayscale: #7C7C7C. Windows color (decimal): -1944264 or 3692002. OLE color: 3692002.
HSL color Cylindrical-coordinate representation of color #E25538: hue angle of 10.24º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E25538 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 56 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.11 |
| HSL | 10.24º | 0.75% | 0.55% | - |
| HSV(B) | 10.24º | 0.75% | 0.89% | - |
| XYZ | 35.33 | 22.95 | 6.31 | - |
| YUV | 123.85 | 89.71 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 56 | 0 | 0.62 | 0.75 | 0.11 | 10.24 | 0.75 | 0.55 |
| Hex | E2 | 55 | 38 | 0 | 3E | 4B | B | A | 4B | 37 |
| Octal | 342 | 125 | 70 | 0 | 76 | 113 | 13 | 12 | 113 | 67 |
| Binary | 11100010 | 1010101 | 111000 | 0 | 111110 | 1001011 | 1011 | 1010 | 1001011 | 110111 |
Color Harmonies of #E25538
Complementary color
Monochromatic Colors of #E25538
Black with #E25538
Text Example
Text Example
White with #E25538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25538; }
p { color: rgb(226,85,56); }
H1.HeaderClassName
{
color: #E25538;
}
.AnyTagClassName
{
color: #E25538;
}
</style>
background-color css
<style>
a { background-color: #E25538; }
a { background-color: rgb(226,85,56); }
div.DivClassName
{
background-color: #E25538;
}
.BgClassName
{
background-color: #E25538;
}
</style>
border-color css
<style>
span { border-color: #E25538; }
span { border-color: rgb(226,85,56); }
td.TdClassName
{
border-color: #E25538;
}
.TagClassName
{
border-color: #E25538;
}
</style>