Shades of Crimson #E80536
Tints of Crimson #E80536
RGB
CMYK
RGB Variations
Color information
#E80536 (or 0xE80536) is known color: Crimson. HEX triplet: E8, 05 and 36. RGB value is (232,5,54). Sum of RGB (Red+Green+Blue) = 232+5+54=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E80536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80536 is #17FAC9. Grayscale: #4E4E4E. Windows color (decimal): -1571530 or 3540456. OLE color: 3540456.
HSL color Cylindrical-coordinate representation of color #E80536: hue angle of 347.05º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80536 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.09 |
| HSL | 347.05º | 0.96% | 0.46% | - |
| HSV(B) | 347.05º | 0.98% | 0.91% | - |
| XYZ | 34 | 17.53 | 5.08 | - |
| YUV | 78.46 | 114.21 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 54 | 0 | 0.98 | 0.77 | 0.09 | 347.05 | 0.96 | 0.46 |
| Hex | E8 | 5 | 36 | 0 | 62 | 4D | 9 | 15B | 60 | 2E |
| Octal | 350 | 5 | 66 | 0 | 142 | 115 | 11 | 533 | 140 | 56 |
| Binary | 11101000 | 101 | 110110 | 0 | 1100010 | 1001101 | 1001 | 101011011 | 1100000 | 101110 |
Color Harmonies of #E80536
Complementary color
Monochromatic Colors of #E80536
Black with #E80536
Text Example
Text Example
White with #E80536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80536; }
p { color: rgb(232,5,54); }
H1.HeaderClassName
{
color: #E80536;
}
.AnyTagClassName
{
color: #E80536;
}
</style>
background-color css
<style>
a { background-color: #E80536; }
a { background-color: rgb(232,5,54); }
div.DivClassName
{
background-color: #E80536;
}
.BgClassName
{
background-color: #E80536;
}
</style>
border-color css
<style>
span { border-color: #E80536; }
span { border-color: rgb(232,5,54); }
td.TdClassName
{
border-color: #E80536;
}
.TagClassName
{
border-color: #E80536;
}
</style>