Shades of Crimson #E71941
Tints of Crimson #E71941
RGB
CMYK
RGB Variations
Color information
#E71941 (or 0xE71941) is known color: Crimson. HEX triplet: E7, 19 and 41. RGB value is (231,25,65). Sum of RGB (Red+Green+Blue) = 231+25+65=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E71941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71941 is #18E6BE. Grayscale: #5B5B5B. Windows color (decimal): -1631935 or 4266471. OLE color: 4266471.
HSL color Cylindrical-coordinate representation of color #E71941: hue angle of 348.35º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71941 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 65 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.09 |
| HSL | 348.35º | 0.81% | 0.5% | - |
| HSV(B) | 348.35º | 0.89% | 0.91% | - |
| XYZ | 34.26 | 18.07 | 6.68 | - |
| YUV | 91.15 | 113.25 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 65 | 0 | 0.89 | 0.72 | 0.09 | 348.35 | 0.81 | 0.5 |
| Hex | E7 | 19 | 41 | 0 | 59 | 48 | 9 | 15C | 51 | 32 |
| Octal | 347 | 31 | 101 | 0 | 131 | 110 | 11 | 534 | 121 | 62 |
| Binary | 11100111 | 11001 | 1000001 | 0 | 1011001 | 1001000 | 1001 | 101011100 | 1010001 | 110010 |
Color Harmonies of #E71941
Complementary color
Monochromatic Colors of #E71941
Black with #E71941
Text Example
Text Example
White with #E71941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71941; }
p { color: rgb(231,25,65); }
H1.HeaderClassName
{
color: #E71941;
}
.AnyTagClassName
{
color: #E71941;
}
</style>
background-color css
<style>
a { background-color: #E71941; }
a { background-color: rgb(231,25,65); }
div.DivClassName
{
background-color: #E71941;
}
.BgClassName
{
background-color: #E71941;
}
</style>
border-color css
<style>
span { border-color: #E71941; }
span { border-color: rgb(231,25,65); }
td.TdClassName
{
border-color: #E71941;
}
.TagClassName
{
border-color: #E71941;
}
</style>