Shades of Crimson #E71B3E
Tints of Crimson #E71B3E
RGB
CMYK
RGB Variations
Color information
#E71B3E (or 0xE71B3E) is known color: Crimson. HEX triplet: E7, 1B and 3E. RGB value is (231,27,62). Sum of RGB (Red+Green+Blue) = 231+27+62=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71B3E is #18E4C1. Grayscale: #5C5C5C. Windows color (decimal): -1631426 or 4070375. OLE color: 4070375.
HSL color Cylindrical-coordinate representation of color #E71B3E: hue angle of 349.71º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71B3E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 62 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.09 |
| HSL | 349.71º | 0.81% | 0.51% | - |
| HSV(B) | 349.71º | 0.88% | 0.91% | - |
| XYZ | 34.22 | 18.12 | 6.25 | - |
| YUV | 91.99 | 111.09 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 62 | 0 | 0.88 | 0.73 | 0.09 | 349.71 | 0.81 | 0.51 |
| Hex | E7 | 1B | 3E | 0 | 58 | 49 | 9 | 15E | 51 | 33 |
| Octal | 347 | 33 | 76 | 0 | 130 | 111 | 11 | 536 | 121 | 63 |
| Binary | 11100111 | 11011 | 111110 | 0 | 1011000 | 1001001 | 1001 | 101011110 | 1010001 | 110011 |
Color Harmonies of #E71B3E
Complementary color
Monochromatic Colors of #E71B3E
Black with #E71B3E
Text Example
Text Example
White with #E71B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B3E; }
p { color: rgb(231,27,62); }
H1.HeaderClassName
{
color: #E71B3E;
}
.AnyTagClassName
{
color: #E71B3E;
}
</style>
background-color css
<style>
a { background-color: #E71B3E; }
a { background-color: rgb(231,27,62); }
div.DivClassName
{
background-color: #E71B3E;
}
.BgClassName
{
background-color: #E71B3E;
}
</style>
border-color css
<style>
span { border-color: #E71B3E; }
span { border-color: rgb(231,27,62); }
td.TdClassName
{
border-color: #E71B3E;
}
.TagClassName
{
border-color: #E71B3E;
}
</style>