Shades of Crimson #E61942
Tints of Crimson #E61942
RGB
CMYK
RGB Variations
Color information
#E61942 (or 0xE61942) is known color: Crimson. HEX triplet: E6, 19 and 42. RGB value is (230,25,66). Sum of RGB (Red+Green+Blue) = 230+25+66=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E61942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61942 is #19E6BD. Grayscale: #5B5B5B. Windows color (decimal): -1697470 or 4332006. OLE color: 4332006.
HSL color Cylindrical-coordinate representation of color #E61942: hue angle of 348º 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 #E61942 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 66 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.10 |
| HSL | 348º | 0.8% | 0.5% | - |
| HSV(B) | 348º | 0.89% | 0.9% | - |
| XYZ | 33.96 | 17.91 | 6.82 | - |
| YUV | 90.97 | 113.92 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 66 | 0 | 0.89 | 0.71 | 0.10 | 348 | 0.8 | 0.5 |
| Hex | E6 | 19 | 42 | 0 | 59 | 47 | A | 15C | 50 | 32 |
| Octal | 346 | 31 | 102 | 0 | 131 | 107 | 12 | 534 | 120 | 62 |
| Binary | 11100110 | 11001 | 1000010 | 0 | 1011001 | 1000111 | 1010 | 101011100 | 1010000 | 110010 |
Color Harmonies of #E61942
Complementary color
Monochromatic Colors of #E61942
Black with #E61942
Text Example
Text Example
White with #E61942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61942; }
p { color: rgb(230,25,66); }
H1.HeaderClassName
{
color: #E61942;
}
.AnyTagClassName
{
color: #E61942;
}
</style>
background-color css
<style>
a { background-color: #E61942; }
a { background-color: rgb(230,25,66); }
div.DivClassName
{
background-color: #E61942;
}
.BgClassName
{
background-color: #E61942;
}
</style>
border-color css
<style>
span { border-color: #E61942; }
span { border-color: rgb(230,25,66); }
td.TdClassName
{
border-color: #E61942;
}
.TagClassName
{
border-color: #E61942;
}
</style>