Shades of Crimson #E71440
Tints of Crimson #E71440
RGB
CMYK
RGB Variations
Color information
#E71440 (or 0xE71440) is known color: Crimson. HEX triplet: E7, 14 and 40. RGB value is (231,20,64). Sum of RGB (Red+Green+Blue) = 231+20+64=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E71440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71440 is #18EBBF. Grayscale: #585858. Windows color (decimal): -1633216 or 4199655. OLE color: 4199655.
HSL color Cylindrical-coordinate representation of color #E71440: hue angle of 347.49º 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 #E71440 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 64 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.09 |
| HSL | 347.49º | 0.84% | 0.49% | - |
| HSV(B) | 347.49º | 0.91% | 0.91% | - |
| XYZ | 34.13 | 17.86 | 6.5 | - |
| YUV | 88.11 | 114.4 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 64 | 0 | 0.91 | 0.72 | 0.09 | 347.49 | 0.84 | 0.49 |
| Hex | E7 | 14 | 40 | 0 | 5B | 48 | 9 | 15B | 54 | 31 |
| Octal | 347 | 24 | 100 | 0 | 133 | 110 | 11 | 533 | 124 | 61 |
| Binary | 11100111 | 10100 | 1000000 | 0 | 1011011 | 1001000 | 1001 | 101011011 | 1010100 | 110001 |
Color Harmonies of #E71440
Complementary color
Monochromatic Colors of #E71440
Black with #E71440
Text Example
Text Example
White with #E71440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71440; }
p { color: rgb(231,20,64); }
H1.HeaderClassName
{
color: #E71440;
}
.AnyTagClassName
{
color: #E71440;
}
</style>
background-color css
<style>
a { background-color: #E71440; }
a { background-color: rgb(231,20,64); }
div.DivClassName
{
background-color: #E71440;
}
.BgClassName
{
background-color: #E71440;
}
</style>
border-color css
<style>
span { border-color: #E71440; }
span { border-color: rgb(231,20,64); }
td.TdClassName
{
border-color: #E71440;
}
.TagClassName
{
border-color: #E71440;
}
</style>