Shades of Crimson #E61941
Tints of Crimson #E61941
RGB
CMYK
RGB Variations
Color information
#E61941 (or 0xE61941) is known color: Crimson. HEX triplet: E6, 19 and 41. RGB value is (230,25,65). Sum of RGB (Red+Green+Blue) = 230+25+65=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E61941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61941 is #19E6BE. Grayscale: #5A5A5A. Windows color (decimal): -1697471 or 4266470. OLE color: 4266470.
HSL color Cylindrical-coordinate representation of color #E61941: hue angle of 348.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61941 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 65 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.10 |
| HSL | 348.29º | 0.8% | 0.5% | - |
| HSV(B) | 348.29º | 0.89% | 0.9% | - |
| XYZ | 33.93 | 17.9 | 6.67 | - |
| YUV | 90.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 65 | 0 | 0.89 | 0.72 | 0.10 | 348.29 | 0.8 | 0.5 |
| Hex | E6 | 19 | 41 | 0 | 59 | 48 | A | 15C | 50 | 32 |
| Octal | 346 | 31 | 101 | 0 | 131 | 110 | 12 | 534 | 120 | 62 |
| Binary | 11100110 | 11001 | 1000001 | 0 | 1011001 | 1001000 | 1010 | 101011100 | 1010000 | 110010 |
Color Harmonies of #E61941
Complementary color
Monochromatic Colors of #E61941
Black with #E61941
Text Example
Text Example
White with #E61941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61941; }
p { color: rgb(230,25,65); }
H1.HeaderClassName
{
color: #E61941;
}
.AnyTagClassName
{
color: #E61941;
}
</style>
background-color css
<style>
a { background-color: #E61941; }
a { background-color: rgb(230,25,65); }
div.DivClassName
{
background-color: #E61941;
}
.BgClassName
{
background-color: #E61941;
}
</style>
border-color css
<style>
span { border-color: #E61941; }
span { border-color: rgb(230,25,65); }
td.TdClassName
{
border-color: #E61941;
}
.TagClassName
{
border-color: #E61941;
}
</style>