Shades of Crimson #E71B3C
Tints of Crimson #E71B3C
RGB
CMYK
RGB Variations
Color information
#E71B3C (or 0xE71B3C) is known color: Crimson. HEX triplet: E7, 1B and 3C. RGB value is (231,27,60). Sum of RGB (Red+Green+Blue) = 231+27+60=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71B3C is #18E4C3. Grayscale: #5B5B5B. Windows color (decimal): -1631428 or 3939303. OLE color: 3939303.
HSL color Cylindrical-coordinate representation of color #E71B3C: hue angle of 350.29º 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 #E71B3C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 60 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.09 |
| HSL | 350.29º | 0.81% | 0.51% | - |
| HSV(B) | 350.29º | 0.88% | 0.91% | - |
| XYZ | 34.16 | 18.1 | 5.97 | - |
| YUV | 91.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 60 | 0 | 0.88 | 0.74 | 0.09 | 350.29 | 0.81 | 0.51 |
| Hex | E7 | 1B | 3C | 0 | 58 | 4A | 9 | 15E | 51 | 33 |
| Octal | 347 | 33 | 74 | 0 | 130 | 112 | 11 | 536 | 121 | 63 |
| Binary | 11100111 | 11011 | 111100 | 0 | 1011000 | 1001010 | 1001 | 101011110 | 1010001 | 110011 |
Color Harmonies of #E71B3C
Complementary color
Monochromatic Colors of #E71B3C
Black with #E71B3C
Text Example
Text Example
White with #E71B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B3C; }
p { color: rgb(231,27,60); }
H1.HeaderClassName
{
color: #E71B3C;
}
.AnyTagClassName
{
color: #E71B3C;
}
</style>
background-color css
<style>
a { background-color: #E71B3C; }
a { background-color: rgb(231,27,60); }
div.DivClassName
{
background-color: #E71B3C;
}
.BgClassName
{
background-color: #E71B3C;
}
</style>
border-color css
<style>
span { border-color: #E71B3C; }
span { border-color: rgb(231,27,60); }
td.TdClassName
{
border-color: #E71B3C;
}
.TagClassName
{
border-color: #E71B3C;
}
</style>