Shades of Crimson #E81128
Tints of Crimson #E81128
RGB
CMYK
RGB Variations
Color information
#E81128 (or 0xE81128) is known color: Crimson. HEX triplet: E8, 11 and 28. RGB value is (232,17,40). Sum of RGB (Red+Green+Blue) = 232+17+40=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E81128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81128 is #17EED7. Grayscale: #545454. Windows color (decimal): -1568472 or 2626024. OLE color: 2626024.
HSL color Cylindrical-coordinate representation of color #E81128: hue angle of 353.58º 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 #E81128 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 40 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.09 |
| HSL | 353.58º | 0.86% | 0.49% | - |
| HSV(B) | 353.58º | 0.93% | 0.91% | - |
| XYZ | 33.86 | 17.71 | 3.64 | - |
| YUV | 83.91 | 103.23 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 40 | 0 | 0.93 | 0.83 | 0.09 | 353.58 | 0.86 | 0.49 |
| Hex | E8 | 11 | 28 | 0 | 5D | 53 | 9 | 162 | 56 | 31 |
| Octal | 350 | 21 | 50 | 0 | 135 | 123 | 11 | 542 | 126 | 61 |
| Binary | 11101000 | 10001 | 101000 | 0 | 1011101 | 1010011 | 1001 | 101100010 | 1010110 | 110001 |
Color Harmonies of #E81128
Complementary color
Monochromatic Colors of #E81128
Black with #E81128
Text Example
Text Example
White with #E81128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81128; }
p { color: rgb(232,17,40); }
H1.HeaderClassName
{
color: #E81128;
}
.AnyTagClassName
{
color: #E81128;
}
</style>
background-color css
<style>
a { background-color: #E81128; }
a { background-color: rgb(232,17,40); }
div.DivClassName
{
background-color: #E81128;
}
.BgClassName
{
background-color: #E81128;
}
</style>
border-color css
<style>
span { border-color: #E81128; }
span { border-color: rgb(232,17,40); }
td.TdClassName
{
border-color: #E81128;
}
.TagClassName
{
border-color: #E81128;
}
</style>