Shades of Crimson #E61145
Tints of Crimson #E61145
RGB
CMYK
RGB Variations
Color information
#E61145 (or 0xE61145) is known color: Crimson. HEX triplet: E6, 11 and 45. RGB value is (230,17,69). Sum of RGB (Red+Green+Blue) = 230+17+69=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E61145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61145 is #19EEBA. Grayscale: #565656. Windows color (decimal): -1699515 or 4526566. OLE color: 4526566.
HSL color Cylindrical-coordinate representation of color #E61145: hue angle of 345.35º 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 #E61145 is Cyan = 0, Magento = 0.93, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.7 | 0.10 |
| HSL | 345.35º | 0.86% | 0.48% | - |
| HSV(B) | 345.35º | 0.93% | 0.9% | - |
| XYZ | 33.91 | 17.65 | 7.25 | - |
| YUV | 86.62 | 118.07 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 69 | 0 | 0.93 | 0.7 | 0.10 | 345.35 | 0.86 | 0.48 |
| Hex | E6 | 11 | 45 | 0 | 5D | 46 | A | 159 | 56 | 30 |
| Octal | 346 | 21 | 105 | 0 | 135 | 106 | 12 | 531 | 126 | 60 |
| Binary | 11100110 | 10001 | 1000101 | 0 | 1011101 | 1000110 | 1010 | 101011001 | 1010110 | 110000 |
Color Harmonies of #E61145
Complementary color
Monochromatic Colors of #E61145
Black with #E61145
Text Example
Text Example
White with #E61145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61145; }
p { color: rgb(230,17,69); }
H1.HeaderClassName
{
color: #E61145;
}
.AnyTagClassName
{
color: #E61145;
}
</style>
background-color css
<style>
a { background-color: #E61145; }
a { background-color: rgb(230,17,69); }
div.DivClassName
{
background-color: #E61145;
}
.BgClassName
{
background-color: #E61145;
}
</style>
border-color css
<style>
span { border-color: #E61145; }
span { border-color: rgb(230,17,69); }
td.TdClassName
{
border-color: #E61145;
}
.TagClassName
{
border-color: #E61145;
}
</style>