Shades of Crimson #E61147
Tints of Crimson #E61147
RGB
CMYK
RGB Variations
Color information
#E61147 (or 0xE61147) is known color: Crimson. HEX triplet: E6, 11 and 47. RGB value is (230,17,71). Sum of RGB (Red+Green+Blue) = 230+17+71=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E61147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61147 is #19EEB8. Grayscale: #565656. Windows color (decimal): -1699513 or 4657638. OLE color: 4657638.
HSL color Cylindrical-coordinate representation of color #E61147: hue angle of 344.79º 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 #E61147 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 71 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.10 |
| HSL | 344.79º | 0.86% | 0.48% | - |
| HSV(B) | 344.79º | 0.93% | 0.9% | - |
| XYZ | 33.97 | 17.68 | 7.58 | - |
| YUV | 86.84 | 119.07 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 71 | 0 | 0.93 | 0.69 | 0.10 | 344.79 | 0.86 | 0.48 |
| Hex | E6 | 11 | 47 | 0 | 5D | 45 | A | 159 | 56 | 30 |
| Octal | 346 | 21 | 107 | 0 | 135 | 105 | 12 | 531 | 126 | 60 |
| Binary | 11100110 | 10001 | 1000111 | 0 | 1011101 | 1000101 | 1010 | 101011001 | 1010110 | 110000 |
Color Harmonies of #E61147
Complementary color
Monochromatic Colors of #E61147
Black with #E61147
Text Example
Text Example
White with #E61147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61147; }
p { color: rgb(230,17,71); }
H1.HeaderClassName
{
color: #E61147;
}
.AnyTagClassName
{
color: #E61147;
}
</style>
background-color css
<style>
a { background-color: #E61147; }
a { background-color: rgb(230,17,71); }
div.DivClassName
{
background-color: #E61147;
}
.BgClassName
{
background-color: #E61147;
}
</style>
border-color css
<style>
span { border-color: #E61147; }
span { border-color: rgb(230,17,71); }
td.TdClassName
{
border-color: #E61147;
}
.TagClassName
{
border-color: #E61147;
}
</style>