Shades of Crimson #E71234
Tints of Crimson #E71234
RGB
CMYK
RGB Variations
Color information
#E71234 (or 0xE71234) is known color: Crimson. HEX triplet: E7, 12 and 34. RGB value is (231,18,52). Sum of RGB (Red+Green+Blue) = 231+18+52=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E71234 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71234 is #18EDCB. Grayscale: #555555. Windows color (decimal): -1633740 or 3412711. OLE color: 3412711.
HSL color Cylindrical-coordinate representation of color #E71234: hue angle of 350.42º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71234 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 52 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.09 |
| HSL | 350.42º | 0.86% | 0.49% | - |
| HSV(B) | 350.42º | 0.92% | 0.91% | - |
| XYZ | 33.79 | 17.67 | 4.88 | - |
| YUV | 85.56 | 109.07 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 52 | 0 | 0.92 | 0.77 | 0.09 | 350.42 | 0.86 | 0.49 |
| Hex | E7 | 12 | 34 | 0 | 5C | 4D | 9 | 15E | 56 | 31 |
| Octal | 347 | 22 | 64 | 0 | 134 | 115 | 11 | 536 | 126 | 61 |
| Binary | 11100111 | 10010 | 110100 | 0 | 1011100 | 1001101 | 1001 | 101011110 | 1010110 | 110001 |
Color Harmonies of #E71234
Complementary color
Monochromatic Colors of #E71234
Black with #E71234
Text Example
Text Example
White with #E71234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71234; }
p { color: rgb(231,18,52); }
H1.HeaderClassName
{
color: #E71234;
}
.AnyTagClassName
{
color: #E71234;
}
</style>
background-color css
<style>
a { background-color: #E71234; }
a { background-color: rgb(231,18,52); }
div.DivClassName
{
background-color: #E71234;
}
.BgClassName
{
background-color: #E71234;
}
</style>
border-color css
<style>
span { border-color: #E71234; }
span { border-color: rgb(231,18,52); }
td.TdClassName
{
border-color: #E71234;
}
.TagClassName
{
border-color: #E71234;
}
</style>