Shades of Crimson #E61331
Tints of Crimson #E61331
RGB
CMYK
RGB Variations
Color information
#E61331 (or 0xE61331) is known color: Crimson. HEX triplet: E6, 13 and 31. RGB value is (230,19,49). Sum of RGB (Red+Green+Blue) = 230+19+49=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E61331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61331 is #19ECCE. Grayscale: #555555. Windows color (decimal): -1699023 or 3216358. OLE color: 3216358.
HSL color Cylindrical-coordinate representation of color #E61331: hue angle of 351.47º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61331 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 49 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.10 |
| HSL | 351.47º | 0.85% | 0.49% | - |
| HSV(B) | 351.47º | 0.92% | 0.9% | - |
| XYZ | 33.42 | 17.51 | 4.52 | - |
| YUV | 85.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 49 | 0 | 0.92 | 0.79 | 0.10 | 351.47 | 0.85 | 0.49 |
| Hex | E6 | 13 | 31 | 0 | 5C | 4F | A | 15F | 55 | 31 |
| Octal | 346 | 23 | 61 | 0 | 134 | 117 | 12 | 537 | 125 | 61 |
| Binary | 11100110 | 10011 | 110001 | 0 | 1011100 | 1001111 | 1010 | 101011111 | 1010101 | 110001 |
Color Harmonies of #E61331
Complementary color
Monochromatic Colors of #E61331
Black with #E61331
Text Example
Text Example
White with #E61331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61331; }
p { color: rgb(230,19,49); }
H1.HeaderClassName
{
color: #E61331;
}
.AnyTagClassName
{
color: #E61331;
}
</style>
background-color css
<style>
a { background-color: #E61331; }
a { background-color: rgb(230,19,49); }
div.DivClassName
{
background-color: #E61331;
}
.BgClassName
{
background-color: #E61331;
}
</style>
border-color css
<style>
span { border-color: #E61331; }
span { border-color: rgb(230,19,49); }
td.TdClassName
{
border-color: #E61331;
}
.TagClassName
{
border-color: #E61331;
}
</style>