Shades of Crimson #E61131
Tints of Crimson #E61131
RGB
CMYK
RGB Variations
Color information
#E61131 (or 0xE61131) is known color: Crimson. HEX triplet: E6, 11 and 31. RGB value is (230,17,49). Sum of RGB (Red+Green+Blue) = 230+17+49=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E61131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61131 is #19EECE. Grayscale: #545454. Windows color (decimal): -1699535 or 3215846. OLE color: 3215846.
HSL color Cylindrical-coordinate representation of color #E61131: hue angle of 350.99º 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 #E61131 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 49 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.10 |
| HSL | 350.99º | 0.86% | 0.48% | - |
| HSV(B) | 350.99º | 0.93% | 0.9% | - |
| XYZ | 33.39 | 17.45 | 4.51 | - |
| YUV | 84.34 | 108.07 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 49 | 0 | 0.93 | 0.79 | 0.10 | 350.99 | 0.86 | 0.48 |
| Hex | E6 | 11 | 31 | 0 | 5D | 4F | A | 15F | 56 | 30 |
| Octal | 346 | 21 | 61 | 0 | 135 | 117 | 12 | 537 | 126 | 60 |
| Binary | 11100110 | 10001 | 110001 | 0 | 1011101 | 1001111 | 1010 | 101011111 | 1010110 | 110000 |
Color Harmonies of #E61131
Complementary color
Monochromatic Colors of #E61131
Black with #E61131
Text Example
Text Example
White with #E61131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61131; }
p { color: rgb(230,17,49); }
H1.HeaderClassName
{
color: #E61131;
}
.AnyTagClassName
{
color: #E61131;
}
</style>
background-color css
<style>
a { background-color: #E61131; }
a { background-color: rgb(230,17,49); }
div.DivClassName
{
background-color: #E61131;
}
.BgClassName
{
background-color: #E61131;
}
</style>
border-color css
<style>
span { border-color: #E61131; }
span { border-color: rgb(230,17,49); }
td.TdClassName
{
border-color: #E61131;
}
.TagClassName
{
border-color: #E61131;
}
</style>