Shades of Crimson #E71029
Tints of Crimson #E71029
RGB
CMYK
RGB Variations
Color information
#E71029 (or 0xE71029) is known color: Crimson. HEX triplet: E7, 10 and 29. RGB value is (231,16,41). Sum of RGB (Red+Green+Blue) = 231+16+41=288 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.21% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 231 - color contains mainly: red. Hex color #E71029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71029 is #18EFD6. Grayscale: #535353. Windows color (decimal): -1634263 or 2691303. OLE color: 2691303.
HSL color Cylindrical-coordinate representation of color #E71029: hue angle of 353.02º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71029 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 41 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.09 |
| HSL | 353.02º | 0.87% | 0.48% | - |
| HSV(B) | 353.02º | 0.93% | 0.91% | - |
| XYZ | 33.54 | 17.52 | 3.71 | - |
| YUV | 83.14 | 104.23 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 41 | 0 | 0.93 | 0.82 | 0.09 | 353.02 | 0.87 | 0.48 |
| Hex | E7 | 10 | 29 | 0 | 5D | 52 | 9 | 161 | 57 | 30 |
| Octal | 347 | 20 | 51 | 0 | 135 | 122 | 11 | 541 | 127 | 60 |
| Binary | 11100111 | 10000 | 101001 | 0 | 1011101 | 1010010 | 1001 | 101100001 | 1010111 | 110000 |
Color Harmonies of #E71029
Complementary color
Monochromatic Colors of #E71029
Black with #E71029
Text Example
Text Example
White with #E71029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71029; }
p { color: rgb(231,16,41); }
H1.HeaderClassName
{
color: #E71029;
}
.AnyTagClassName
{
color: #E71029;
}
</style>
background-color css
<style>
a { background-color: #E71029; }
a { background-color: rgb(231,16,41); }
div.DivClassName
{
background-color: #E71029;
}
.BgClassName
{
background-color: #E71029;
}
</style>
border-color css
<style>
span { border-color: #E71029; }
span { border-color: rgb(231,16,41); }
td.TdClassName
{
border-color: #E71029;
}
.TagClassName
{
border-color: #E71029;
}
</style>