Shades of Crimson #E80938
Tints of Crimson #E80938
RGB
CMYK
RGB Variations
Color information
#E80938 (or 0xE80938) is known color: Crimson. HEX triplet: E8, 09 and 38. RGB value is (232,9,56). Sum of RGB (Red+Green+Blue) = 232+9+56=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E80938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80938 is #17F6C7. Grayscale: #515151. Windows color (decimal): -1570504 or 3672552. OLE color: 3672552.
HSL color Cylindrical-coordinate representation of color #E80938: hue angle of 347.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80938 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.09 |
| HSL | 347.35º | 0.93% | 0.47% | - |
| HSV(B) | 347.35º | 0.96% | 0.91% | - |
| XYZ | 34.09 | 17.64 | 5.35 | - |
| YUV | 81.04 | 113.88 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 56 | 0 | 0.96 | 0.76 | 0.09 | 347.35 | 0.93 | 0.47 |
| Hex | E8 | 9 | 38 | 0 | 60 | 4C | 9 | 15B | 5D | 2F |
| Octal | 350 | 11 | 70 | 0 | 140 | 114 | 11 | 533 | 135 | 57 |
| Binary | 11101000 | 1001 | 111000 | 0 | 1100000 | 1001100 | 1001 | 101011011 | 1011101 | 101111 |
Color Harmonies of #E80938
Complementary color
Monochromatic Colors of #E80938
Black with #E80938
Text Example
Text Example
White with #E80938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80938; }
p { color: rgb(232,9,56); }
H1.HeaderClassName
{
color: #E80938;
}
.AnyTagClassName
{
color: #E80938;
}
</style>
background-color css
<style>
a { background-color: #E80938; }
a { background-color: rgb(232,9,56); }
div.DivClassName
{
background-color: #E80938;
}
.BgClassName
{
background-color: #E80938;
}
</style>
border-color css
<style>
span { border-color: #E80938; }
span { border-color: rgb(232,9,56); }
td.TdClassName
{
border-color: #E80938;
}
.TagClassName
{
border-color: #E80938;
}
</style>