Shades of Crimson #E81130
Tints of Crimson #E81130
RGB
CMYK
RGB Variations
Color information
#E81130 (or 0xE81130) is known color: Crimson. HEX triplet: E8, 11 and 30. RGB value is (232,17,48). Sum of RGB (Red+Green+Blue) = 232+17+48=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E81130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81130 is #17EECF. Grayscale: #545454. Windows color (decimal): -1568464 or 3150312. OLE color: 3150312.
HSL color Cylindrical-coordinate representation of color #E81130: hue angle of 351.35º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81130 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 48 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.09 |
| HSL | 351.35º | 0.86% | 0.49% | - |
| HSV(B) | 351.35º | 0.93% | 0.91% | - |
| XYZ | 34.01 | 17.77 | 4.43 | - |
| YUV | 84.82 | 107.23 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 48 | 0 | 0.93 | 0.79 | 0.09 | 351.35 | 0.86 | 0.49 |
| Hex | E8 | 11 | 30 | 0 | 5D | 4F | 9 | 15F | 56 | 31 |
| Octal | 350 | 21 | 60 | 0 | 135 | 117 | 11 | 537 | 126 | 61 |
| Binary | 11101000 | 10001 | 110000 | 0 | 1011101 | 1001111 | 1001 | 101011111 | 1010110 | 110001 |
Color Harmonies of #E81130
Complementary color
Monochromatic Colors of #E81130
Black with #E81130
Text Example
Text Example
White with #E81130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81130; }
p { color: rgb(232,17,48); }
H1.HeaderClassName
{
color: #E81130;
}
.AnyTagClassName
{
color: #E81130;
}
</style>
background-color css
<style>
a { background-color: #E81130; }
a { background-color: rgb(232,17,48); }
div.DivClassName
{
background-color: #E81130;
}
.BgClassName
{
background-color: #E81130;
}
</style>
border-color css
<style>
span { border-color: #E81130; }
span { border-color: rgb(232,17,48); }
td.TdClassName
{
border-color: #E81130;
}
.TagClassName
{
border-color: #E81130;
}
</style>