Shades of Crimson #E71944
Tints of Crimson #E71944
RGB
CMYK
RGB Variations
Color information
#E71944 (or 0xE71944) is known color: Crimson. HEX triplet: E7, 19 and 44. RGB value is (231,25,68). Sum of RGB (Red+Green+Blue) = 231+25+68=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E71944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71944 is #18E6BB. Grayscale: #5B5B5B. Windows color (decimal): -1631932 or 4463079. OLE color: 4463079.
HSL color Cylindrical-coordinate representation of color #E71944: hue angle of 347.48º 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 #E71944 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 68 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.09 |
| HSL | 347.48º | 0.81% | 0.5% | - |
| HSV(B) | 347.48º | 0.89% | 0.91% | - |
| XYZ | 34.35 | 18.1 | 7.15 | - |
| YUV | 91.5 | 114.75 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 68 | 0 | 0.89 | 0.71 | 0.09 | 347.48 | 0.81 | 0.5 |
| Hex | E7 | 19 | 44 | 0 | 59 | 47 | 9 | 15B | 51 | 32 |
| Octal | 347 | 31 | 104 | 0 | 131 | 107 | 11 | 533 | 121 | 62 |
| Binary | 11100111 | 11001 | 1000100 | 0 | 1011001 | 1000111 | 1001 | 101011011 | 1010001 | 110010 |
Color Harmonies of #E71944
Complementary color
Monochromatic Colors of #E71944
Black with #E71944
Text Example
Text Example
White with #E71944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71944; }
p { color: rgb(231,25,68); }
H1.HeaderClassName
{
color: #E71944;
}
.AnyTagClassName
{
color: #E71944;
}
</style>
background-color css
<style>
a { background-color: #E71944; }
a { background-color: rgb(231,25,68); }
div.DivClassName
{
background-color: #E71944;
}
.BgClassName
{
background-color: #E71944;
}
</style>
border-color css
<style>
span { border-color: #E71944; }
span { border-color: rgb(231,25,68); }
td.TdClassName
{
border-color: #E71944;
}
.TagClassName
{
border-color: #E71944;
}
</style>