Shades of Crimson #E80538
Tints of Crimson #E80538
RGB
CMYK
RGB Variations
Color information
#E80538 (or 0xE80538) is known color: Crimson. HEX triplet: E8, 05 and 38. RGB value is (232,5,56). Sum of RGB (Red+Green+Blue) = 232+5+56=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E80538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80538 is #17FAC7. Grayscale: #4E4E4E. Windows color (decimal): -1571528 or 3671528. OLE color: 3671528.
HSL color Cylindrical-coordinate representation of color #E80538: hue angle of 346.52º 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 #E80538 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 56 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.09 |
| HSL | 346.52º | 0.96% | 0.46% | - |
| HSV(B) | 346.52º | 0.98% | 0.91% | - |
| XYZ | 34.05 | 17.55 | 5.33 | - |
| YUV | 78.69 | 115.21 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 56 | 0 | 0.98 | 0.76 | 0.09 | 346.52 | 0.96 | 0.46 |
| Hex | E8 | 5 | 38 | 0 | 62 | 4C | 9 | 15B | 60 | 2E |
| Octal | 350 | 5 | 70 | 0 | 142 | 114 | 11 | 533 | 140 | 56 |
| Binary | 11101000 | 101 | 111000 | 0 | 1100010 | 1001100 | 1001 | 101011011 | 1100000 | 101110 |
Color Harmonies of #E80538
Complementary color
Monochromatic Colors of #E80538
Black with #E80538
Text Example
Text Example
White with #E80538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80538; }
p { color: rgb(232,5,56); }
H1.HeaderClassName
{
color: #E80538;
}
.AnyTagClassName
{
color: #E80538;
}
</style>
background-color css
<style>
a { background-color: #E80538; }
a { background-color: rgb(232,5,56); }
div.DivClassName
{
background-color: #E80538;
}
.BgClassName
{
background-color: #E80538;
}
</style>
border-color css
<style>
span { border-color: #E80538; }
span { border-color: rgb(232,5,56); }
td.TdClassName
{
border-color: #E80538;
}
.TagClassName
{
border-color: #E80538;
}
</style>