Shades of Crimson #E31145
Tints of Crimson #E31145
RGB
CMYK
RGB Variations
Color information
#E31145 (or 0xE31145) is known color: Crimson. HEX triplet: E3, 11 and 45. RGB value is (227,17,69). Sum of RGB (Red+Green+Blue) = 227+17+69=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E31145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31145 is #1CEEBA. Grayscale: #555555. Windows color (decimal): -1896123 or 4526563. OLE color: 4526563.
HSL color Cylindrical-coordinate representation of color #E31145: hue angle of 345.14º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31145 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.11 |
| HSL | 345.14º | 0.86% | 0.48% | - |
| HSV(B) | 345.14º | 0.93% | 0.89% | - |
| XYZ | 32.95 | 17.16 | 7.21 | - |
| YUV | 85.72 | 118.57 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 69 | 0 | 0.93 | 0.70 | 0.11 | 345.14 | 0.86 | 0.48 |
| Hex | E3 | 11 | 45 | 0 | 5D | 46 | B | 159 | 56 | 30 |
| Octal | 343 | 21 | 105 | 0 | 135 | 106 | 13 | 531 | 126 | 60 |
| Binary | 11100011 | 10001 | 1000101 | 0 | 1011101 | 1000110 | 1011 | 101011001 | 1010110 | 110000 |
Color Harmonies of #E31145
Complementary color
Monochromatic Colors of #E31145
Black with #E31145
Text Example
Text Example
White with #E31145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31145; }
p { color: rgb(227,17,69); }
H1.HeaderClassName
{
color: #E31145;
}
.AnyTagClassName
{
color: #E31145;
}
</style>
background-color css
<style>
a { background-color: #E31145; }
a { background-color: rgb(227,17,69); }
div.DivClassName
{
background-color: #E31145;
}
.BgClassName
{
background-color: #E31145;
}
</style>
border-color css
<style>
span { border-color: #E31145; }
span { border-color: rgb(227,17,69); }
td.TdClassName
{
border-color: #E31145;
}
.TagClassName
{
border-color: #E31145;
}
</style>