Shades of Crimson #E81741
Tints of Crimson #E81741
RGB
CMYK
RGB Variations
Color information
#E81741 (or 0xE81741) is known color: Crimson. HEX triplet: E8, 17 and 41. RGB value is (232,23,65). Sum of RGB (Red+Green+Blue) = 232+23+65=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E81741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81741 is #17E8BE. Grayscale: #5A5A5A. Windows color (decimal): -1566911 or 4265960. OLE color: 4265960.
HSL color Cylindrical-coordinate representation of color #E81741: hue angle of 347.94º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81741 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 65 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.09 |
| HSL | 347.94º | 0.82% | 0.5% | - |
| HSV(B) | 347.94º | 0.9% | 0.91% | - |
| XYZ | 34.54 | 18.15 | 6.68 | - |
| YUV | 90.28 | 113.74 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 65 | 0 | 0.90 | 0.72 | 0.09 | 347.94 | 0.82 | 0.5 |
| Hex | E8 | 17 | 41 | 0 | 5A | 48 | 9 | 15C | 52 | 32 |
| Octal | 350 | 27 | 101 | 0 | 132 | 110 | 11 | 534 | 122 | 62 |
| Binary | 11101000 | 10111 | 1000001 | 0 | 1011010 | 1001000 | 1001 | 101011100 | 1010010 | 110010 |
Color Harmonies of #E81741
Complementary color
Monochromatic Colors of #E81741
Black with #E81741
Text Example
Text Example
White with #E81741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81741; }
p { color: rgb(232,23,65); }
H1.HeaderClassName
{
color: #E81741;
}
.AnyTagClassName
{
color: #E81741;
}
</style>
background-color css
<style>
a { background-color: #E81741; }
a { background-color: rgb(232,23,65); }
div.DivClassName
{
background-color: #E81741;
}
.BgClassName
{
background-color: #E81741;
}
</style>
border-color css
<style>
span { border-color: #E81741; }
span { border-color: rgb(232,23,65); }
td.TdClassName
{
border-color: #E81741;
}
.TagClassName
{
border-color: #E81741;
}
</style>