Shades of Crimson #E31748
Tints of Crimson #E31748
RGB
CMYK
RGB Variations
Color information
#E31748 (or 0xE31748) is known color: Crimson. HEX triplet: E3, 17 and 48. RGB value is (227,23,72). Sum of RGB (Red+Green+Blue) = 227+23+72=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E31748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31748 is #1CE8B7. Grayscale: #595959. Windows color (decimal): -1894584 or 4724707. OLE color: 4724707.
HSL color Cylindrical-coordinate representation of color #E31748: hue angle of 345.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31748 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 23 | 72 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.11 |
| HSL | 345.59º | 0.82% | 0.49% | - |
| HSV(B) | 345.59º | 0.9% | 0.89% | - |
| XYZ | 33.15 | 17.41 | 7.74 | - |
| YUV | 89.58 | 118.09 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 23 | 72 | 0 | 0.90 | 0.68 | 0.11 | 345.59 | 0.82 | 0.49 |
| Hex | E3 | 17 | 48 | 0 | 5A | 44 | B | 15A | 52 | 31 |
| Octal | 343 | 27 | 110 | 0 | 132 | 104 | 13 | 532 | 122 | 61 |
| Binary | 11100011 | 10111 | 1001000 | 0 | 1011010 | 1000100 | 1011 | 101011010 | 1010010 | 110001 |
Color Harmonies of #E31748
Complementary color
Monochromatic Colors of #E31748
Black with #E31748
Text Example
Text Example
White with #E31748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31748; }
p { color: rgb(227,23,72); }
H1.HeaderClassName
{
color: #E31748;
}
.AnyTagClassName
{
color: #E31748;
}
</style>
background-color css
<style>
a { background-color: #E31748; }
a { background-color: rgb(227,23,72); }
div.DivClassName
{
background-color: #E31748;
}
.BgClassName
{
background-color: #E31748;
}
</style>
border-color css
<style>
span { border-color: #E31748; }
span { border-color: rgb(227,23,72); }
td.TdClassName
{
border-color: #E31748;
}
.TagClassName
{
border-color: #E31748;
}
</style>