Shades of Crimson #E80236
Tints of Crimson #E80236
RGB
CMYK
RGB Variations
Color information
#E80236 (or 0xE80236) is known color: Crimson. HEX triplet: E8, 02 and 36. RGB value is (232,2,54). Sum of RGB (Red+Green+Blue) = 232+2+54=288 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.56% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 232 - color contains mainly: red. Hex color #E80236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80236 is #17FDC9. Grayscale: #4C4C4C. Windows color (decimal): -1572298 or 3539688. OLE color: 3539688.
HSL color Cylindrical-coordinate representation of color #E80236: hue angle of 346.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80236 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.09 |
| HSL | 346.43º | 0.98% | 0.46% | - |
| HSV(B) | 346.43º | 0.99% | 0.91% | - |
| XYZ | 33.97 | 17.47 | 5.07 | - |
| YUV | 76.7 | 115.2 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 54 | 0 | 0.99 | 0.77 | 0.09 | 346.43 | 0.98 | 0.46 |
| Hex | E8 | 2 | 36 | 0 | 63 | 4D | 9 | 15A | 62 | 2E |
| Octal | 350 | 2 | 66 | 0 | 143 | 115 | 11 | 532 | 142 | 56 |
| Binary | 11101000 | 10 | 110110 | 0 | 1100011 | 1001101 | 1001 | 101011010 | 1100010 | 101110 |
Color Harmonies of #E80236
Complementary color
Monochromatic Colors of #E80236
Black with #E80236
Text Example
Text Example
White with #E80236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80236; }
p { color: rgb(232,2,54); }
H1.HeaderClassName
{
color: #E80236;
}
.AnyTagClassName
{
color: #E80236;
}
</style>
background-color css
<style>
a { background-color: #E80236; }
a { background-color: rgb(232,2,54); }
div.DivClassName
{
background-color: #E80236;
}
.BgClassName
{
background-color: #E80236;
}
</style>
border-color css
<style>
span { border-color: #E80236; }
span { border-color: rgb(232,2,54); }
td.TdClassName
{
border-color: #E80236;
}
.TagClassName
{
border-color: #E80236;
}
</style>