Shades of Crimson #E71842
Tints of Crimson #E71842
RGB
CMYK
RGB Variations
Color information
#E71842 (or 0xE71842) is known color: Crimson. HEX triplet: E7, 18 and 42. RGB value is (231,24,66). Sum of RGB (Red+Green+Blue) = 231+24+66=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E71842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71842 is #18E7BD. Grayscale: #5A5A5A. Windows color (decimal): -1632190 or 4331751. OLE color: 4331751.
HSL color Cylindrical-coordinate representation of color #E71842: hue angle of 347.83º 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 #E71842 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 66 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.09 |
| HSL | 347.83º | 0.81% | 0.5% | - |
| HSV(B) | 347.83º | 0.9% | 0.91% | - |
| XYZ | 34.27 | 18.04 | 6.83 | - |
| YUV | 90.68 | 114.08 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 66 | 0 | 0.90 | 0.71 | 0.09 | 347.83 | 0.81 | 0.5 |
| Hex | E7 | 18 | 42 | 0 | 5A | 47 | 9 | 15C | 51 | 32 |
| Octal | 347 | 30 | 102 | 0 | 132 | 107 | 11 | 534 | 121 | 62 |
| Binary | 11100111 | 11000 | 1000010 | 0 | 1011010 | 1000111 | 1001 | 101011100 | 1010001 | 110010 |
Color Harmonies of #E71842
Complementary color
Monochromatic Colors of #E71842
Black with #E71842
Text Example
Text Example
White with #E71842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71842; }
p { color: rgb(231,24,66); }
H1.HeaderClassName
{
color: #E71842;
}
.AnyTagClassName
{
color: #E71842;
}
</style>
background-color css
<style>
a { background-color: #E71842; }
a { background-color: rgb(231,24,66); }
div.DivClassName
{
background-color: #E71842;
}
.BgClassName
{
background-color: #E71842;
}
</style>
border-color css
<style>
span { border-color: #E71842; }
span { border-color: rgb(231,24,66); }
td.TdClassName
{
border-color: #E71842;
}
.TagClassName
{
border-color: #E71842;
}
</style>