Shades of Crimson #E71032
Tints of Crimson #E71032
RGB
CMYK
RGB Variations
Color information
#E71032 (or 0xE71032) is known color: Crimson. HEX triplet: E7, 10 and 32. RGB value is (231,16,50). Sum of RGB (Red+Green+Blue) = 231+16+50=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E71032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71032 is #18EFCD. Grayscale: #545454. Windows color (decimal): -1634254 or 3281127. OLE color: 3281127.
HSL color Cylindrical-coordinate representation of color #E71032: hue angle of 350.51º 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 #E71032 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 50 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.09 |
| HSL | 350.51º | 0.87% | 0.48% | - |
| HSV(B) | 350.51º | 0.93% | 0.91% | - |
| XYZ | 33.72 | 17.59 | 4.64 | - |
| YUV | 84.16 | 108.73 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 50 | 0 | 0.93 | 0.78 | 0.09 | 350.51 | 0.87 | 0.48 |
| Hex | E7 | 10 | 32 | 0 | 5D | 4E | 9 | 15F | 57 | 30 |
| Octal | 347 | 20 | 62 | 0 | 135 | 116 | 11 | 537 | 127 | 60 |
| Binary | 11100111 | 10000 | 110010 | 0 | 1011101 | 1001110 | 1001 | 101011111 | 1010111 | 110000 |
Color Harmonies of #E71032
Complementary color
Monochromatic Colors of #E71032
Black with #E71032
Text Example
Text Example
White with #E71032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71032; }
p { color: rgb(231,16,50); }
H1.HeaderClassName
{
color: #E71032;
}
.AnyTagClassName
{
color: #E71032;
}
</style>
background-color css
<style>
a { background-color: #E71032; }
a { background-color: rgb(231,16,50); }
div.DivClassName
{
background-color: #E71032;
}
.BgClassName
{
background-color: #E71032;
}
</style>
border-color css
<style>
span { border-color: #E71032; }
span { border-color: rgb(231,16,50); }
td.TdClassName
{
border-color: #E71032;
}
.TagClassName
{
border-color: #E71032;
}
</style>