Shades of Crimson #E71741
Tints of Crimson #E71741
RGB
CMYK
RGB Variations
Color information
#E71741 (or 0xE71741) is known color: Crimson. HEX triplet: E7, 17 and 41. RGB value is (231,23,65). Sum of RGB (Red+Green+Blue) = 231+23+65=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E71741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71741 is #18E8BE. Grayscale: #5A5A5A. Windows color (decimal): -1632447 or 4265959. OLE color: 4265959.
HSL color Cylindrical-coordinate representation of color #E71741: hue angle of 347.88º 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 #E71741 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 65 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.09 |
| HSL | 347.88º | 0.82% | 0.5% | - |
| HSV(B) | 347.88º | 0.9% | 0.91% | - |
| XYZ | 34.22 | 17.98 | 6.67 | - |
| YUV | 89.98 | 113.91 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 65 | 0 | 0.90 | 0.72 | 0.09 | 347.88 | 0.82 | 0.5 |
| Hex | E7 | 17 | 41 | 0 | 5A | 48 | 9 | 15C | 52 | 32 |
| Octal | 347 | 27 | 101 | 0 | 132 | 110 | 11 | 534 | 122 | 62 |
| Binary | 11100111 | 10111 | 1000001 | 0 | 1011010 | 1001000 | 1001 | 101011100 | 1010010 | 110010 |
Color Harmonies of #E71741
Complementary color
Monochromatic Colors of #E71741
Black with #E71741
Text Example
Text Example
White with #E71741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71741; }
p { color: rgb(231,23,65); }
H1.HeaderClassName
{
color: #E71741;
}
.AnyTagClassName
{
color: #E71741;
}
</style>
background-color css
<style>
a { background-color: #E71741; }
a { background-color: rgb(231,23,65); }
div.DivClassName
{
background-color: #E71741;
}
.BgClassName
{
background-color: #E71741;
}
</style>
border-color css
<style>
span { border-color: #E71741; }
span { border-color: rgb(231,23,65); }
td.TdClassName
{
border-color: #E71741;
}
.TagClassName
{
border-color: #E71741;
}
</style>