Shades of Crimson #E71045
Tints of Crimson #E71045
RGB
CMYK
RGB Variations
Color information
#E71045 (or 0xE71045) is known color: Crimson. HEX triplet: E7, 10 and 45. RGB value is (231,16,69). Sum of RGB (Red+Green+Blue) = 231+16+69=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E71045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71045 is #18EFBA. Grayscale: #565656. Windows color (decimal): -1634235 or 4526311. OLE color: 4526311.
HSL color Cylindrical-coordinate representation of color #E71045: hue angle of 345.21º 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 #E71045 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 69 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.09 |
| HSL | 345.21º | 0.87% | 0.48% | - |
| HSV(B) | 345.21º | 0.93% | 0.91% | - |
| XYZ | 34.21 | 17.79 | 7.26 | - |
| YUV | 86.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 69 | 0 | 0.93 | 0.70 | 0.09 | 345.21 | 0.87 | 0.48 |
| Hex | E7 | 10 | 45 | 0 | 5D | 46 | 9 | 159 | 57 | 30 |
| Octal | 347 | 20 | 105 | 0 | 135 | 106 | 11 | 531 | 127 | 60 |
| Binary | 11100111 | 10000 | 1000101 | 0 | 1011101 | 1000110 | 1001 | 101011001 | 1010111 | 110000 |
Color Harmonies of #E71045
Complementary color
Monochromatic Colors of #E71045
Black with #E71045
Text Example
Text Example
White with #E71045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71045; }
p { color: rgb(231,16,69); }
H1.HeaderClassName
{
color: #E71045;
}
.AnyTagClassName
{
color: #E71045;
}
</style>
background-color css
<style>
a { background-color: #E71045; }
a { background-color: rgb(231,16,69); }
div.DivClassName
{
background-color: #E71045;
}
.BgClassName
{
background-color: #E71045;
}
</style>
border-color css
<style>
span { border-color: #E71045; }
span { border-color: rgb(231,16,69); }
td.TdClassName
{
border-color: #E71045;
}
.TagClassName
{
border-color: #E71045;
}
</style>