Shades of Crimson #E81144
Tints of Crimson #E81144
RGB
CMYK
RGB Variations
Color information
#E81144 (or 0xE81144) is known color: Crimson. HEX triplet: E8, 11 and 44. RGB value is (232,17,68). Sum of RGB (Red+Green+Blue) = 232+17+68=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E81144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81144 is #17EEBB. Grayscale: #575757. Windows color (decimal): -1568444 or 4461032. OLE color: 4461032.
HSL color Cylindrical-coordinate representation of color #E81144: hue angle of 345.77º 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 #E81144 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 68 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.09 |
| HSL | 345.77º | 0.86% | 0.49% | - |
| HSV(B) | 345.77º | 0.93% | 0.91% | - |
| XYZ | 34.52 | 17.97 | 7.12 | - |
| YUV | 87.1 | 117.23 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 68 | 0 | 0.93 | 0.71 | 0.09 | 345.77 | 0.86 | 0.49 |
| Hex | E8 | 11 | 44 | 0 | 5D | 47 | 9 | 15A | 56 | 31 |
| Octal | 350 | 21 | 104 | 0 | 135 | 107 | 11 | 532 | 126 | 61 |
| Binary | 11101000 | 10001 | 1000100 | 0 | 1011101 | 1000111 | 1001 | 101011010 | 1010110 | 110001 |
Color Harmonies of #E81144
Complementary color
Monochromatic Colors of #E81144
Black with #E81144
Text Example
Text Example
White with #E81144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81144; }
p { color: rgb(232,17,68); }
H1.HeaderClassName
{
color: #E81144;
}
.AnyTagClassName
{
color: #E81144;
}
</style>
background-color css
<style>
a { background-color: #E81144; }
a { background-color: rgb(232,17,68); }
div.DivClassName
{
background-color: #E81144;
}
.BgClassName
{
background-color: #E81144;
}
</style>
border-color css
<style>
span { border-color: #E81144; }
span { border-color: rgb(232,17,68); }
td.TdClassName
{
border-color: #E81144;
}
.TagClassName
{
border-color: #E81144;
}
</style>