Shades of Crimson #E71030
Tints of Crimson #E71030
RGB
CMYK
RGB Variations
Color information
#E71030 (or 0xE71030) is known color: Crimson. HEX triplet: E7, 10 and 30. RGB value is (231,16,48). Sum of RGB (Red+Green+Blue) = 231+16+48=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E71030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71030 is #18EFCF. Grayscale: #545454. Windows color (decimal): -1634256 or 3150055. OLE color: 3150055.
HSL color Cylindrical-coordinate representation of color #E71030: hue angle of 351.07º 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 #E71030 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 48 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.09 |
| HSL | 351.07º | 0.87% | 0.48% | - |
| HSV(B) | 351.07º | 0.93% | 0.91% | - |
| XYZ | 33.67 | 17.57 | 4.41 | - |
| YUV | 83.93 | 107.73 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 48 | 0 | 0.93 | 0.79 | 0.09 | 351.07 | 0.87 | 0.48 |
| Hex | E7 | 10 | 30 | 0 | 5D | 4F | 9 | 15F | 57 | 30 |
| Octal | 347 | 20 | 60 | 0 | 135 | 117 | 11 | 537 | 127 | 60 |
| Binary | 11100111 | 10000 | 110000 | 0 | 1011101 | 1001111 | 1001 | 101011111 | 1010111 | 110000 |
Color Harmonies of #E71030
Complementary color
Monochromatic Colors of #E71030
Black with #E71030
Text Example
Text Example
White with #E71030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71030; }
p { color: rgb(231,16,48); }
H1.HeaderClassName
{
color: #E71030;
}
.AnyTagClassName
{
color: #E71030;
}
</style>
background-color css
<style>
a { background-color: #E71030; }
a { background-color: rgb(231,16,48); }
div.DivClassName
{
background-color: #E71030;
}
.BgClassName
{
background-color: #E71030;
}
</style>
border-color css
<style>
span { border-color: #E71030; }
span { border-color: rgb(231,16,48); }
td.TdClassName
{
border-color: #E71030;
}
.TagClassName
{
border-color: #E71030;
}
</style>