Shades of Crimson #E71634
Tints of Crimson #E71634
RGB
CMYK
RGB Variations
Color information
#E71634 (or 0xE71634) is known color: Crimson. HEX triplet: E7, 16 and 34. RGB value is (231,22,52). Sum of RGB (Red+Green+Blue) = 231+22+52=305 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.74% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 231 - color contains mainly: red. Hex color #E71634 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71634 is #18E9CB. Grayscale: #585858. Windows color (decimal): -1632716 or 3413735. OLE color: 3413735.
HSL color Cylindrical-coordinate representation of color #E71634: hue angle of 351.39º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71634 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 52 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.09 |
| HSL | 351.39º | 0.83% | 0.5% | - |
| HSV(B) | 351.39º | 0.9% | 0.91% | - |
| XYZ | 33.86 | 17.81 | 4.9 | - |
| YUV | 87.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 52 | 0 | 0.90 | 0.77 | 0.09 | 351.39 | 0.83 | 0.5 |
| Hex | E7 | 16 | 34 | 0 | 5A | 4D | 9 | 15F | 53 | 32 |
| Octal | 347 | 26 | 64 | 0 | 132 | 115 | 11 | 537 | 123 | 62 |
| Binary | 11100111 | 10110 | 110100 | 0 | 1011010 | 1001101 | 1001 | 101011111 | 1010011 | 110010 |
Color Harmonies of #E71634
Complementary color
Monochromatic Colors of #E71634
Black with #E71634
Text Example
Text Example
White with #E71634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71634; }
p { color: rgb(231,22,52); }
H1.HeaderClassName
{
color: #E71634;
}
.AnyTagClassName
{
color: #E71634;
}
</style>
background-color css
<style>
a { background-color: #E71634; }
a { background-color: rgb(231,22,52); }
div.DivClassName
{
background-color: #E71634;
}
.BgClassName
{
background-color: #E71634;
}
</style>
border-color css
<style>
span { border-color: #E71634; }
span { border-color: rgb(231,22,52); }
td.TdClassName
{
border-color: #E71634;
}
.TagClassName
{
border-color: #E71634;
}
</style>