Shades of Crimson #E31841
Tints of Crimson #E31841
RGB
CMYK
RGB Variations
Color information
#E31841 (or 0xE31841) is known color: Crimson. HEX triplet: E3, 18 and 41. RGB value is (227,24,65). Sum of RGB (Red+Green+Blue) = 227+24+65=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E31841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31841 is #1CE7BE. Grayscale: #595959. Windows color (decimal): -1894335 or 4266211. OLE color: 4266211.
HSL color Cylindrical-coordinate representation of color #E31841: hue angle of 347.88º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31841 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 65 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.11 |
| HSL | 347.88º | 0.81% | 0.49% | - |
| HSV(B) | 347.88º | 0.89% | 0.89% | - |
| XYZ | 32.96 | 17.37 | 6.62 | - |
| YUV | 89.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 65 | 0 | 0.89 | 0.71 | 0.11 | 347.88 | 0.81 | 0.49 |
| Hex | E3 | 18 | 41 | 0 | 59 | 47 | B | 15C | 51 | 31 |
| Octal | 343 | 30 | 101 | 0 | 131 | 107 | 13 | 534 | 121 | 61 |
| Binary | 11100011 | 11000 | 1000001 | 0 | 1011001 | 1000111 | 1011 | 101011100 | 1010001 | 110001 |
Color Harmonies of #E31841
Complementary color
Monochromatic Colors of #E31841
Black with #E31841
Text Example
Text Example
White with #E31841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31841; }
p { color: rgb(227,24,65); }
H1.HeaderClassName
{
color: #E31841;
}
.AnyTagClassName
{
color: #E31841;
}
</style>
background-color css
<style>
a { background-color: #E31841; }
a { background-color: rgb(227,24,65); }
div.DivClassName
{
background-color: #E31841;
}
.BgClassName
{
background-color: #E31841;
}
</style>
border-color css
<style>
span { border-color: #E31841; }
span { border-color: rgb(227,24,65); }
td.TdClassName
{
border-color: #E31841;
}
.TagClassName
{
border-color: #E31841;
}
</style>