Shades of Crimson #E71641
Tints of Crimson #E71641
RGB
CMYK
RGB Variations
Color information
#E71641 (or 0xE71641) is known color: Crimson. HEX triplet: E7, 16 and 41. RGB value is (231,22,65). Sum of RGB (Red+Green+Blue) = 231+22+65=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E71641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71641 is #18E9BE. Grayscale: #595959. Windows color (decimal): -1632703 or 4265703. OLE color: 4265703.
HSL color Cylindrical-coordinate representation of color #E71641: hue angle of 347.66º 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 #E71641 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 65 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.09 |
| HSL | 347.66º | 0.83% | 0.5% | - |
| HSV(B) | 347.66º | 0.9% | 0.91% | - |
| XYZ | 34.2 | 17.94 | 6.66 | - |
| YUV | 89.39 | 114.24 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 65 | 0 | 0.90 | 0.72 | 0.09 | 347.66 | 0.83 | 0.5 |
| Hex | E7 | 16 | 41 | 0 | 5A | 48 | 9 | 15C | 53 | 32 |
| Octal | 347 | 26 | 101 | 0 | 132 | 110 | 11 | 534 | 123 | 62 |
| Binary | 11100111 | 10110 | 1000001 | 0 | 1011010 | 1001000 | 1001 | 101011100 | 1010011 | 110010 |
Color Harmonies of #E71641
Complementary color
Monochromatic Colors of #E71641
Black with #E71641
Text Example
Text Example
White with #E71641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71641; }
p { color: rgb(231,22,65); }
H1.HeaderClassName
{
color: #E71641;
}
.AnyTagClassName
{
color: #E71641;
}
</style>
background-color css
<style>
a { background-color: #E71641; }
a { background-color: rgb(231,22,65); }
div.DivClassName
{
background-color: #E71641;
}
.BgClassName
{
background-color: #E71641;
}
</style>
border-color css
<style>
span { border-color: #E71641; }
span { border-color: rgb(231,22,65); }
td.TdClassName
{
border-color: #E71641;
}
.TagClassName
{
border-color: #E71641;
}
</style>