Shades of Crimson #E50031
Tints of Crimson #E50031
RGB
CMYK
RGB Variations
Color information
#E50031 (or 0xE50031) is known color: Crimson. HEX triplet: E5, 00 and 31. RGB value is (229,0,49). Sum of RGB (Red+Green+Blue) = 229+0+49=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E50031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50031 is #1AFFCE. Grayscale: #4A4A4A. Windows color (decimal): -1769423 or 3211493. OLE color: 3211493.
HSL color Cylindrical-coordinate representation of color #E50031: hue angle of 347.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50031 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.79 | 0.10 |
| HSL | 347.16º | 1% | 0.45% | - |
| HSV(B) | 347.16º | 1% | 0.9% | - |
| XYZ | 32.87 | 16.88 | 4.43 | - |
| YUV | 74.06 | 113.87 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 49 | 0 | 1 | 0.79 | 0.10 | 347.16 | 1 | 0.45 |
| Hex | E5 | 0 | 31 | 0 | 64 | 4F | A | 15B | 64 | 2D |
| Octal | 345 | 0 | 61 | 0 | 144 | 117 | 12 | 533 | 144 | 55 |
| Binary | 11100101 | 0 | 110001 | 0 | 1100100 | 1001111 | 1010 | 101011011 | 1100100 | 101101 |
Color Harmonies of #E50031
Complementary color
Monochromatic Colors of #E50031
Black with #E50031
Text Example
Text Example
White with #E50031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50031; }
p { color: rgb(229,0,49); }
H1.HeaderClassName
{
color: #E50031;
}
.AnyTagClassName
{
color: #E50031;
}
</style>
background-color css
<style>
a { background-color: #E50031; }
a { background-color: rgb(229,0,49); }
div.DivClassName
{
background-color: #E50031;
}
.BgClassName
{
background-color: #E50031;
}
</style>
border-color css
<style>
span { border-color: #E50031; }
span { border-color: rgb(229,0,49); }
td.TdClassName
{
border-color: #E50031;
}
.TagClassName
{
border-color: #E50031;
}
</style>