Shades of Crimson #E61140
Tints of Crimson #E61140
RGB
CMYK
RGB Variations
Color information
#E61140 (or 0xE61140) is known color: Crimson. HEX triplet: E6, 11 and 40. RGB value is (230,17,64). Sum of RGB (Red+Green+Blue) = 230+17+64=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E61140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61140 is #19EEBF. Grayscale: #565656. Windows color (decimal): -1699520 or 4198886. OLE color: 4198886.
HSL color Cylindrical-coordinate representation of color #E61140: hue angle of 346.76º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61140 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 64 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.10 |
| HSL | 346.76º | 0.86% | 0.48% | - |
| HSV(B) | 346.76º | 0.93% | 0.9% | - |
| XYZ | 33.76 | 17.59 | 6.47 | - |
| YUV | 86.05 | 115.57 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 64 | 0 | 0.93 | 0.72 | 0.10 | 346.76 | 0.86 | 0.48 |
| Hex | E6 | 11 | 40 | 0 | 5D | 48 | A | 15B | 56 | 30 |
| Octal | 346 | 21 | 100 | 0 | 135 | 110 | 12 | 533 | 126 | 60 |
| Binary | 11100110 | 10001 | 1000000 | 0 | 1011101 | 1001000 | 1010 | 101011011 | 1010110 | 110000 |
Color Harmonies of #E61140
Complementary color
Monochromatic Colors of #E61140
Black with #E61140
Text Example
Text Example
White with #E61140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61140; }
p { color: rgb(230,17,64); }
H1.HeaderClassName
{
color: #E61140;
}
.AnyTagClassName
{
color: #E61140;
}
</style>
background-color css
<style>
a { background-color: #E61140; }
a { background-color: rgb(230,17,64); }
div.DivClassName
{
background-color: #E61140;
}
.BgClassName
{
background-color: #E61140;
}
</style>
border-color css
<style>
span { border-color: #E61140; }
span { border-color: rgb(230,17,64); }
td.TdClassName
{
border-color: #E61140;
}
.TagClassName
{
border-color: #E61140;
}
</style>