Shades of Crimson #E71027
Tints of Crimson #E71027
RGB
CMYK
RGB Variations
Color information
#E71027 (or 0xE71027) is known color: Crimson. HEX triplet: E7, 10 and 27. RGB value is (231,16,39). Sum of RGB (Red+Green+Blue) = 231+16+39=286 (37% of max value = 765). Red value is 231 (90.62% from 255 or 80.77% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 231 - color contains mainly: red. Hex color #E71027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71027 is #18EFD8. Grayscale: #535353. Windows color (decimal): -1634265 or 2560231. OLE color: 2560231.
HSL color Cylindrical-coordinate representation of color #E71027: hue angle of 353.58º 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 #E71027 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 39 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.09 |
| HSL | 353.58º | 0.87% | 0.48% | - |
| HSV(B) | 353.58º | 0.93% | 0.91% | - |
| XYZ | 33.51 | 17.51 | 3.53 | - |
| YUV | 82.91 | 103.23 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 39 | 0 | 0.93 | 0.83 | 0.09 | 353.58 | 0.87 | 0.48 |
| Hex | E7 | 10 | 27 | 0 | 5D | 53 | 9 | 162 | 57 | 30 |
| Octal | 347 | 20 | 47 | 0 | 135 | 123 | 11 | 542 | 127 | 60 |
| Binary | 11100111 | 10000 | 100111 | 0 | 1011101 | 1010011 | 1001 | 101100010 | 1010111 | 110000 |
Color Harmonies of #E71027
Complementary color
Monochromatic Colors of #E71027
Black with #E71027
Text Example
Text Example
White with #E71027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71027; }
p { color: rgb(231,16,39); }
H1.HeaderClassName
{
color: #E71027;
}
.AnyTagClassName
{
color: #E71027;
}
</style>
background-color css
<style>
a { background-color: #E71027; }
a { background-color: rgb(231,16,39); }
div.DivClassName
{
background-color: #E71027;
}
.BgClassName
{
background-color: #E71027;
}
</style>
border-color css
<style>
span { border-color: #E71027; }
span { border-color: rgb(231,16,39); }
td.TdClassName
{
border-color: #E71027;
}
.TagClassName
{
border-color: #E71027;
}
</style>