Shades of Crimson #E71444
Tints of Crimson #E71444
RGB
CMYK
RGB Variations
Color information
#E71444 (or 0xE71444) is known color: Crimson. HEX triplet: E7, 14 and 44. RGB value is (231,20,68). Sum of RGB (Red+Green+Blue) = 231+20+68=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E71444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71444 is #18EBBB. Grayscale: #585858. Windows color (decimal): -1633212 or 4461799. OLE color: 4461799.
HSL color Cylindrical-coordinate representation of color #E71444: hue angle of 346.35º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71444 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 68 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.09 |
| HSL | 346.35º | 0.84% | 0.49% | - |
| HSV(B) | 346.35º | 0.91% | 0.91% | - |
| XYZ | 34.25 | 17.91 | 7.12 | - |
| YUV | 88.56 | 116.4 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 68 | 0 | 0.91 | 0.71 | 0.09 | 346.35 | 0.84 | 0.49 |
| Hex | E7 | 14 | 44 | 0 | 5B | 47 | 9 | 15A | 54 | 31 |
| Octal | 347 | 24 | 104 | 0 | 133 | 107 | 11 | 532 | 124 | 61 |
| Binary | 11100111 | 10100 | 1000100 | 0 | 1011011 | 1000111 | 1001 | 101011010 | 1010100 | 110001 |
Color Harmonies of #E71444
Complementary color
Monochromatic Colors of #E71444
Black with #E71444
Text Example
Text Example
White with #E71444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71444; }
p { color: rgb(231,20,68); }
H1.HeaderClassName
{
color: #E71444;
}
.AnyTagClassName
{
color: #E71444;
}
</style>
background-color css
<style>
a { background-color: #E71444; }
a { background-color: rgb(231,20,68); }
div.DivClassName
{
background-color: #E71444;
}
.BgClassName
{
background-color: #E71444;
}
</style>
border-color css
<style>
span { border-color: #E71444; }
span { border-color: rgb(231,20,68); }
td.TdClassName
{
border-color: #E71444;
}
.TagClassName
{
border-color: #E71444;
}
</style>