Shades of Crimson #E81241
Tints of Crimson #E81241
RGB
CMYK
RGB Variations
Color information
#E81241 (or 0xE81241) is known color: Crimson. HEX triplet: E8, 12 and 41. RGB value is (232,18,65). Sum of RGB (Red+Green+Blue) = 232+18+65=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E81241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81241 is #17EDBE. Grayscale: #575757. Windows color (decimal): -1568191 or 4264680. OLE color: 4264680.
HSL color Cylindrical-coordinate representation of color #E81241: hue angle of 346.82º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81241 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 65 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.09 |
| HSL | 346.82º | 0.86% | 0.49% | - |
| HSV(B) | 346.82º | 0.92% | 0.91% | - |
| XYZ | 34.45 | 17.97 | 6.65 | - |
| YUV | 87.34 | 115.4 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 65 | 0 | 0.92 | 0.72 | 0.09 | 346.82 | 0.86 | 0.49 |
| Hex | E8 | 12 | 41 | 0 | 5C | 48 | 9 | 15B | 56 | 31 |
| Octal | 350 | 22 | 101 | 0 | 134 | 110 | 11 | 533 | 126 | 61 |
| Binary | 11101000 | 10010 | 1000001 | 0 | 1011100 | 1001000 | 1001 | 101011011 | 1010110 | 110001 |
Color Harmonies of #E81241
Complementary color
Monochromatic Colors of #E81241
Black with #E81241
Text Example
Text Example
White with #E81241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81241; }
p { color: rgb(232,18,65); }
H1.HeaderClassName
{
color: #E81241;
}
.AnyTagClassName
{
color: #E81241;
}
</style>
background-color css
<style>
a { background-color: #E81241; }
a { background-color: rgb(232,18,65); }
div.DivClassName
{
background-color: #E81241;
}
.BgClassName
{
background-color: #E81241;
}
</style>
border-color css
<style>
span { border-color: #E81241; }
span { border-color: rgb(232,18,65); }
td.TdClassName
{
border-color: #E81241;
}
.TagClassName
{
border-color: #E81241;
}
</style>