Shades of Crimson #E81129
Tints of Crimson #E81129
RGB
CMYK
RGB Variations
Color information
#E81129 (or 0xE81129) is known color: Crimson. HEX triplet: E8, 11 and 29. RGB value is (232,17,41). Sum of RGB (Red+Green+Blue) = 232+17+41=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E81129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81129 is #17EED6. Grayscale: #545454. Windows color (decimal): -1568471 or 2691560. OLE color: 2691560.
HSL color Cylindrical-coordinate representation of color #E81129: hue angle of 353.3º 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 #E81129 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 41 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.09 |
| HSL | 353.3º | 0.86% | 0.49% | - |
| HSV(B) | 353.3º | 0.93% | 0.91% | - |
| XYZ | 33.88 | 17.72 | 3.73 | - |
| YUV | 84.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 41 | 0 | 0.93 | 0.82 | 0.09 | 353.3 | 0.86 | 0.49 |
| Hex | E8 | 11 | 29 | 0 | 5D | 52 | 9 | 161 | 56 | 31 |
| Octal | 350 | 21 | 51 | 0 | 135 | 122 | 11 | 541 | 126 | 61 |
| Binary | 11101000 | 10001 | 101001 | 0 | 1011101 | 1010010 | 1001 | 101100001 | 1010110 | 110001 |
Color Harmonies of #E81129
Complementary color
Monochromatic Colors of #E81129
Black with #E81129
Text Example
Text Example
White with #E81129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81129; }
p { color: rgb(232,17,41); }
H1.HeaderClassName
{
color: #E81129;
}
.AnyTagClassName
{
color: #E81129;
}
</style>
background-color css
<style>
a { background-color: #E81129; }
a { background-color: rgb(232,17,41); }
div.DivClassName
{
background-color: #E81129;
}
.BgClassName
{
background-color: #E81129;
}
</style>
border-color css
<style>
span { border-color: #E81129; }
span { border-color: rgb(232,17,41); }
td.TdClassName
{
border-color: #E81129;
}
.TagClassName
{
border-color: #E81129;
}
</style>