Shades of Crimson #E31241
Tints of Crimson #E31241
RGB
CMYK
RGB Variations
Color information
#E31241 (or 0xE31241) is known color: Crimson. HEX triplet: E3, 12 and 41. RGB value is (227,18,65). Sum of RGB (Red+Green+Blue) = 227+18+65=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E31241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31241 is #1CEDBE. Grayscale: #555555. Windows color (decimal): -1895871 or 4264675. OLE color: 4264675.
HSL color Cylindrical-coordinate representation of color #E31241: hue angle of 346.51º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E31241 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 65 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.11 |
| HSL | 346.51º | 0.85% | 0.48% | - |
| HSV(B) | 346.51º | 0.92% | 0.89% | - |
| XYZ | 32.85 | 17.15 | 6.58 | - |
| YUV | 85.85 | 116.24 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 65 | 0 | 0.92 | 0.71 | 0.11 | 346.51 | 0.85 | 0.48 |
| Hex | E3 | 12 | 41 | 0 | 5C | 47 | B | 15B | 55 | 30 |
| Octal | 343 | 22 | 101 | 0 | 134 | 107 | 13 | 533 | 125 | 60 |
| Binary | 11100011 | 10010 | 1000001 | 0 | 1011100 | 1000111 | 1011 | 101011011 | 1010101 | 110000 |
Color Harmonies of #E31241
Complementary color
Monochromatic Colors of #E31241
Black with #E31241
Text Example
Text Example
White with #E31241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31241; }
p { color: rgb(227,18,65); }
H1.HeaderClassName
{
color: #E31241;
}
.AnyTagClassName
{
color: #E31241;
}
</style>
background-color css
<style>
a { background-color: #E31241; }
a { background-color: rgb(227,18,65); }
div.DivClassName
{
background-color: #E31241;
}
.BgClassName
{
background-color: #E31241;
}
</style>
border-color css
<style>
span { border-color: #E31241; }
span { border-color: rgb(227,18,65); }
td.TdClassName
{
border-color: #E31241;
}
.TagClassName
{
border-color: #E31241;
}
</style>