Shades of Crimson #E71C42
Tints of Crimson #E71C42
RGB
CMYK
RGB Variations
Color information
#E71C42 (or 0xE71C42) is known color: Crimson. HEX triplet: E7, 1C and 42. RGB value is (231,28,66). Sum of RGB (Red+Green+Blue) = 231+28+66=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71C42 is #18E3BD. Grayscale: #5D5D5D. Windows color (decimal): -1631166 or 4332775. OLE color: 4332775.
HSL color Cylindrical-coordinate representation of color #E71C42: hue angle of 348.77º 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 #E71C42 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 66 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.09 |
| HSL | 348.77º | 0.81% | 0.51% | - |
| HSV(B) | 348.77º | 0.88% | 0.91% | - |
| XYZ | 34.35 | 18.21 | 6.86 | - |
| YUV | 93.03 | 112.75 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 66 | 0 | 0.88 | 0.71 | 0.09 | 348.77 | 0.81 | 0.51 |
| Hex | E7 | 1C | 42 | 0 | 58 | 47 | 9 | 15D | 51 | 33 |
| Octal | 347 | 34 | 102 | 0 | 130 | 107 | 11 | 535 | 121 | 63 |
| Binary | 11100111 | 11100 | 1000010 | 0 | 1011000 | 1000111 | 1001 | 101011101 | 1010001 | 110011 |
Color Harmonies of #E71C42
Complementary color
Monochromatic Colors of #E71C42
Black with #E71C42
Text Example
Text Example
White with #E71C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C42; }
p { color: rgb(231,28,66); }
H1.HeaderClassName
{
color: #E71C42;
}
.AnyTagClassName
{
color: #E71C42;
}
</style>
background-color css
<style>
a { background-color: #E71C42; }
a { background-color: rgb(231,28,66); }
div.DivClassName
{
background-color: #E71C42;
}
.BgClassName
{
background-color: #E71C42;
}
</style>
border-color css
<style>
span { border-color: #E71C42; }
span { border-color: rgb(231,28,66); }
td.TdClassName
{
border-color: #E71C42;
}
.TagClassName
{
border-color: #E71C42;
}
</style>