Shades of Crimson #E31546
Tints of Crimson #E31546
RGB
CMYK
RGB Variations
Color information
#E31546 (or 0xE31546) is known color: Crimson. HEX triplet: E3, 15 and 46. RGB value is (227,21,70). Sum of RGB (Red+Green+Blue) = 227+21+70=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E31546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31546 is #1CEAB9. Grayscale: #585858. Windows color (decimal): -1895098 or 4593123. OLE color: 4593123.
HSL color Cylindrical-coordinate representation of color #E31546: hue angle of 345.73º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31546 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 70 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.11 |
| HSL | 345.73º | 0.83% | 0.49% | - |
| HSV(B) | 345.73º | 0.91% | 0.89% | - |
| XYZ | 33.05 | 17.31 | 7.39 | - |
| YUV | 88.18 | 117.75 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 70 | 0 | 0.91 | 0.69 | 0.11 | 345.73 | 0.83 | 0.49 |
| Hex | E3 | 15 | 46 | 0 | 5B | 45 | B | 15A | 53 | 31 |
| Octal | 343 | 25 | 106 | 0 | 133 | 105 | 13 | 532 | 123 | 61 |
| Binary | 11100011 | 10101 | 1000110 | 0 | 1011011 | 1000101 | 1011 | 101011010 | 1010011 | 110001 |
Color Harmonies of #E31546
Complementary color
Monochromatic Colors of #E31546
Black with #E31546
Text Example
Text Example
White with #E31546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31546; }
p { color: rgb(227,21,70); }
H1.HeaderClassName
{
color: #E31546;
}
.AnyTagClassName
{
color: #E31546;
}
</style>
background-color css
<style>
a { background-color: #E31546; }
a { background-color: rgb(227,21,70); }
div.DivClassName
{
background-color: #E31546;
}
.BgClassName
{
background-color: #E31546;
}
</style>
border-color css
<style>
span { border-color: #E31546; }
span { border-color: rgb(227,21,70); }
td.TdClassName
{
border-color: #E31546;
}
.TagClassName
{
border-color: #E31546;
}
</style>