Shades of Crimson #E51640
Tints of Crimson #E51640
RGB
CMYK
RGB Variations
Color information
#E51640 (or 0xE51640) is known color: Crimson. HEX triplet: E5, 16 and 40. RGB value is (229,22,64). Sum of RGB (Red+Green+Blue) = 229+22+64=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E51640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51640 is #1AE9BF. Grayscale: #585858. Windows color (decimal): -1763776 or 4200165. OLE color: 4200165.
HSL color Cylindrical-coordinate representation of color #E51640: hue angle of 347.83º 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 #E51640 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 64 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.10 |
| HSL | 347.83º | 0.82% | 0.49% | - |
| HSV(B) | 347.83º | 0.9% | 0.9% | - |
| XYZ | 33.53 | 17.6 | 6.48 | - |
| YUV | 88.68 | 114.08 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 64 | 0 | 0.90 | 0.72 | 0.10 | 347.83 | 0.82 | 0.49 |
| Hex | E5 | 16 | 40 | 0 | 5A | 48 | A | 15C | 52 | 31 |
| Octal | 345 | 26 | 100 | 0 | 132 | 110 | 12 | 534 | 122 | 61 |
| Binary | 11100101 | 10110 | 1000000 | 0 | 1011010 | 1001000 | 1010 | 101011100 | 1010010 | 110001 |
Color Harmonies of #E51640
Complementary color
Monochromatic Colors of #E51640
Black with #E51640
Text Example
Text Example
White with #E51640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51640; }
p { color: rgb(229,22,64); }
H1.HeaderClassName
{
color: #E51640;
}
.AnyTagClassName
{
color: #E51640;
}
</style>
background-color css
<style>
a { background-color: #E51640; }
a { background-color: rgb(229,22,64); }
div.DivClassName
{
background-color: #E51640;
}
.BgClassName
{
background-color: #E51640;
}
</style>
border-color css
<style>
span { border-color: #E51640; }
span { border-color: rgb(229,22,64); }
td.TdClassName
{
border-color: #E51640;
}
.TagClassName
{
border-color: #E51640;
}
</style>