Shades of Crimson #E71841
Tints of Crimson #E71841
RGB
CMYK
RGB Variations
Color information
#E71841 (or 0xE71841) is known color: Crimson. HEX triplet: E7, 18 and 41. RGB value is (231,24,65). Sum of RGB (Red+Green+Blue) = 231+24+65=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E71841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71841 is #18E7BE. Grayscale: #5A5A5A. Windows color (decimal): -1632191 or 4266215. OLE color: 4266215.
HSL color Cylindrical-coordinate representation of color #E71841: hue angle of 348.12º degrees, saturation: 0.81, 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 #E71841 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.09 |
| HSL | 348.12º | 0.81% | 0.5% | - |
| HSV(B) | 348.12º | 0.9% | 0.91% | - |
| XYZ | 34.24 | 18.02 | 6.68 | - |
| YUV | 90.57 | 113.58 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 65 | 0 | 0.90 | 0.72 | 0.09 | 348.12 | 0.81 | 0.5 |
| Hex | E7 | 18 | 41 | 0 | 5A | 48 | 9 | 15C | 51 | 32 |
| Octal | 347 | 30 | 101 | 0 | 132 | 110 | 11 | 534 | 121 | 62 |
| Binary | 11100111 | 11000 | 1000001 | 0 | 1011010 | 1001000 | 1001 | 101011100 | 1010001 | 110010 |
Color Harmonies of #E71841
Complementary color
Monochromatic Colors of #E71841
Black with #E71841
Text Example
Text Example
White with #E71841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71841; }
p { color: rgb(231,24,65); }
H1.HeaderClassName
{
color: #E71841;
}
.AnyTagClassName
{
color: #E71841;
}
</style>
background-color css
<style>
a { background-color: #E71841; }
a { background-color: rgb(231,24,65); }
div.DivClassName
{
background-color: #E71841;
}
.BgClassName
{
background-color: #E71841;
}
</style>
border-color css
<style>
span { border-color: #E71841; }
span { border-color: rgb(231,24,65); }
td.TdClassName
{
border-color: #E71841;
}
.TagClassName
{
border-color: #E71841;
}
</style>