Shades of Crimson #E80B38
Tints of Crimson #E80B38
RGB
CMYK
RGB Variations
Color information
#E80B38 (or 0xE80B38) is known color: Crimson. HEX triplet: E8, 0B and 38. RGB value is (232,11,56). Sum of RGB (Red+Green+Blue) = 232+11+56=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80B38 is #17F4C7. Grayscale: #525252. Windows color (decimal): -1569992 or 3673064. OLE color: 3673064.
HSL color Cylindrical-coordinate representation of color #E80B38: hue angle of 347.78º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80B38 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 56 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.09 |
| HSL | 347.78º | 0.91% | 0.48% | - |
| HSV(B) | 347.78º | 0.95% | 0.91% | - |
| XYZ | 34.11 | 17.68 | 5.36 | - |
| YUV | 82.21 | 113.22 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 56 | 0 | 0.95 | 0.76 | 0.09 | 347.78 | 0.91 | 0.48 |
| Hex | E8 | B | 38 | 0 | 5F | 4C | 9 | 15C | 5B | 30 |
| Octal | 350 | 13 | 70 | 0 | 137 | 114 | 11 | 534 | 133 | 60 |
| Binary | 11101000 | 1011 | 111000 | 0 | 1011111 | 1001100 | 1001 | 101011100 | 1011011 | 110000 |
Color Harmonies of #E80B38
Complementary color
Monochromatic Colors of #E80B38
Black with #E80B38
Text Example
Text Example
White with #E80B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B38; }
p { color: rgb(232,11,56); }
H1.HeaderClassName
{
color: #E80B38;
}
.AnyTagClassName
{
color: #E80B38;
}
</style>
background-color css
<style>
a { background-color: #E80B38; }
a { background-color: rgb(232,11,56); }
div.DivClassName
{
background-color: #E80B38;
}
.BgClassName
{
background-color: #E80B38;
}
</style>
border-color css
<style>
span { border-color: #E80B38; }
span { border-color: rgb(232,11,56); }
td.TdClassName
{
border-color: #E80B38;
}
.TagClassName
{
border-color: #E80B38;
}
</style>