Shades of Crimson #E31543
Tints of Crimson #E31543
RGB
CMYK
RGB Variations
Color information
#E31543 (or 0xE31543) is known color: Crimson. HEX triplet: E3, 15 and 43. RGB value is (227,21,67). Sum of RGB (Red+Green+Blue) = 227+21+67=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E31543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31543 is #1CEABC. Grayscale: #575757. Windows color (decimal): -1895101 or 4396515. OLE color: 4396515.
HSL color Cylindrical-coordinate representation of color #E31543: hue angle of 346.6º 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 #E31543 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 67 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.11 |
| HSL | 346.6º | 0.83% | 0.49% | - |
| HSV(B) | 346.6º | 0.91% | 0.89% | - |
| XYZ | 32.96 | 17.27 | 6.91 | - |
| YUV | 87.84 | 116.25 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 67 | 0 | 0.91 | 0.70 | 0.11 | 346.6 | 0.83 | 0.49 |
| Hex | E3 | 15 | 43 | 0 | 5B | 46 | B | 15B | 53 | 31 |
| Octal | 343 | 25 | 103 | 0 | 133 | 106 | 13 | 533 | 123 | 61 |
| Binary | 11100011 | 10101 | 1000011 | 0 | 1011011 | 1000110 | 1011 | 101011011 | 1010011 | 110001 |
Color Harmonies of #E31543
Complementary color
Monochromatic Colors of #E31543
Black with #E31543
Text Example
Text Example
White with #E31543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31543; }
p { color: rgb(227,21,67); }
H1.HeaderClassName
{
color: #E31543;
}
.AnyTagClassName
{
color: #E31543;
}
</style>
background-color css
<style>
a { background-color: #E31543; }
a { background-color: rgb(227,21,67); }
div.DivClassName
{
background-color: #E31543;
}
.BgClassName
{
background-color: #E31543;
}
</style>
border-color css
<style>
span { border-color: #E31543; }
span { border-color: rgb(227,21,67); }
td.TdClassName
{
border-color: #E31543;
}
.TagClassName
{
border-color: #E31543;
}
</style>