Shades of Cinnabar #E25232
Tints of Cinnabar #E25232
RGB
CMYK
RGB Variations
Color information
#E25232 (or 0xE25232) is known color: Cinnabar. HEX triplet: E2, 52 and 32. RGB value is (226,82,50). Sum of RGB (Red+Green+Blue) = 226+82+50=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E25232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25232 is #1DADCD. Grayscale: #797979. Windows color (decimal): -1945038 or 3298018. OLE color: 3298018.
HSL color Cylindrical-coordinate representation of color #E25232: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E25232 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 50 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.11 |
| HSL | 10.91º | 0.75% | 0.54% | - |
| HSV(B) | 10.91º | 0.78% | 0.89% | - |
| XYZ | 34.96 | 22.43 | 5.51 | - |
| YUV | 121.41 | 87.71 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 50 | 0 | 0.64 | 0.78 | 0.11 | 10.91 | 0.75 | 0.54 |
| Hex | E2 | 52 | 32 | 0 | 40 | 4E | B | B | 4B | 36 |
| Octal | 342 | 122 | 62 | 0 | 100 | 116 | 13 | 13 | 113 | 66 |
| Binary | 11100010 | 1010010 | 110010 | 0 | 1000000 | 1001110 | 1011 | 1011 | 1001011 | 110110 |
Color Harmonies of #E25232
Complementary color
Monochromatic Colors of #E25232
Black with #E25232
Text Example
Text Example
White with #E25232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25232; }
p { color: rgb(226,82,50); }
H1.HeaderClassName
{
color: #E25232;
}
.AnyTagClassName
{
color: #E25232;
}
</style>
background-color css
<style>
a { background-color: #E25232; }
a { background-color: rgb(226,82,50); }
div.DivClassName
{
background-color: #E25232;
}
.BgClassName
{
background-color: #E25232;
}
</style>
border-color css
<style>
span { border-color: #E25232; }
span { border-color: rgb(226,82,50); }
td.TdClassName
{
border-color: #E25232;
}
.TagClassName
{
border-color: #E25232;
}
</style>