Shades of Crimson #E71531
Tints of Crimson #E71531
RGB
CMYK
RGB Variations
Color information
#E71531 (or 0xE71531) is known color: Crimson. HEX triplet: E7, 15 and 31. RGB value is (231,21,49). Sum of RGB (Red+Green+Blue) = 231+21+49=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E71531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71531 is #18EACE. Grayscale: #575757. Windows color (decimal): -1632975 or 3216871. OLE color: 3216871.
HSL color Cylindrical-coordinate representation of color #E71531: hue angle of 352º degrees, saturation: 0.83, 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 #E71531 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 49 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.09 |
| HSL | 352º | 0.83% | 0.49% | - |
| HSV(B) | 352º | 0.91% | 0.91% | - |
| XYZ | 33.78 | 17.75 | 4.55 | - |
| YUV | 86.98 | 106.57 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 49 | 0 | 0.91 | 0.79 | 0.09 | 352 | 0.83 | 0.49 |
| Hex | E7 | 15 | 31 | 0 | 5B | 4F | 9 | 160 | 53 | 31 |
| Octal | 347 | 25 | 61 | 0 | 133 | 117 | 11 | 540 | 123 | 61 |
| Binary | 11100111 | 10101 | 110001 | 0 | 1011011 | 1001111 | 1001 | 101100000 | 1010011 | 110001 |
Color Harmonies of #E71531
Complementary color
Monochromatic Colors of #E71531
Black with #E71531
Text Example
Text Example
White with #E71531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71531; }
p { color: rgb(231,21,49); }
H1.HeaderClassName
{
color: #E71531;
}
.AnyTagClassName
{
color: #E71531;
}
</style>
background-color css
<style>
a { background-color: #E71531; }
a { background-color: rgb(231,21,49); }
div.DivClassName
{
background-color: #E71531;
}
.BgClassName
{
background-color: #E71531;
}
</style>
border-color css
<style>
span { border-color: #E71531; }
span { border-color: rgb(231,21,49); }
td.TdClassName
{
border-color: #E71531;
}
.TagClassName
{
border-color: #E71531;
}
</style>