Shades of Crimson #E51631
Tints of Crimson #E51631
RGB
CMYK
RGB Variations
Color information
#E51631 (or 0xE51631) is known color: Crimson. HEX triplet: E5, 16 and 31. RGB value is (229,22,49). Sum of RGB (Red+Green+Blue) = 229+22+49=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E51631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51631 is #1AE9CE. Grayscale: #575757. Windows color (decimal): -1763791 or 3217125. OLE color: 3217125.
HSL color Cylindrical-coordinate representation of color #E51631: hue angle of 352.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51631 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 49 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.10 |
| HSL | 352.17º | 0.82% | 0.49% | - |
| HSV(B) | 352.17º | 0.9% | 0.9% | - |
| XYZ | 33.15 | 17.45 | 4.53 | - |
| YUV | 86.97 | 106.58 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 49 | 0 | 0.90 | 0.79 | 0.10 | 352.17 | 0.82 | 0.49 |
| Hex | E5 | 16 | 31 | 0 | 5A | 4F | A | 160 | 52 | 31 |
| Octal | 345 | 26 | 61 | 0 | 132 | 117 | 12 | 540 | 122 | 61 |
| Binary | 11100101 | 10110 | 110001 | 0 | 1011010 | 1001111 | 1010 | 101100000 | 1010010 | 110001 |
Color Harmonies of #E51631
Complementary color
Monochromatic Colors of #E51631
Black with #E51631
Text Example
Text Example
White with #E51631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51631; }
p { color: rgb(229,22,49); }
H1.HeaderClassName
{
color: #E51631;
}
.AnyTagClassName
{
color: #E51631;
}
</style>
background-color css
<style>
a { background-color: #E51631; }
a { background-color: rgb(229,22,49); }
div.DivClassName
{
background-color: #E51631;
}
.BgClassName
{
background-color: #E51631;
}
</style>
border-color css
<style>
span { border-color: #E51631; }
span { border-color: rgb(229,22,49); }
td.TdClassName
{
border-color: #E51631;
}
.TagClassName
{
border-color: #E51631;
}
</style>