Shades of Crimson #E31F45
Tints of Crimson #E31F45
RGB
CMYK
RGB Variations
Color information
#E31F45 (or 0xE31F45) is known color: Crimson. HEX triplet: E3, 1F and 45. RGB value is (227,31,69). Sum of RGB (Red+Green+Blue) = 227+31+69=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31F45 is #1CE0BA. Grayscale: #5D5D5D. Windows color (decimal): -1892539 or 4530147. OLE color: 4530147.
HSL color Cylindrical-coordinate representation of color #E31F45: hue angle of 348.37º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31F45 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 69 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.11 |
| HSL | 348.37º | 0.78% | 0.51% | - |
| HSV(B) | 348.37º | 0.86% | 0.89% | - |
| XYZ | 33.24 | 17.74 | 7.3 | - |
| YUV | 93.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 69 | 0 | 0.86 | 0.70 | 0.11 | 348.37 | 0.78 | 0.51 |
| Hex | E3 | 1F | 45 | 0 | 56 | 46 | B | 15C | 4E | 33 |
| Octal | 343 | 37 | 105 | 0 | 126 | 106 | 13 | 534 | 116 | 63 |
| Binary | 11100011 | 11111 | 1000101 | 0 | 1010110 | 1000110 | 1011 | 101011100 | 1001110 | 110011 |
Color Harmonies of #E31F45
Complementary color
Monochromatic Colors of #E31F45
Black with #E31F45
Text Example
Text Example
White with #E31F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31F45; }
p { color: rgb(227,31,69); }
H1.HeaderClassName
{
color: #E31F45;
}
.AnyTagClassName
{
color: #E31F45;
}
</style>
background-color css
<style>
a { background-color: #E31F45; }
a { background-color: rgb(227,31,69); }
div.DivClassName
{
background-color: #E31F45;
}
.BgClassName
{
background-color: #E31F45;
}
</style>
border-color css
<style>
span { border-color: #E31F45; }
span { border-color: rgb(227,31,69); }
td.TdClassName
{
border-color: #E31F45;
}
.TagClassName
{
border-color: #E31F45;
}
</style>