Shades of Crimson #E51545
Tints of Crimson #E51545
RGB
CMYK
RGB Variations
Color information
#E51545 (or 0xE51545) is known color: Crimson. HEX triplet: E5, 15 and 45. RGB value is (229,21,69). Sum of RGB (Red+Green+Blue) = 229+21+69=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E51545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51545 is #1AEABA. Grayscale: #585858. Windows color (decimal): -1764027 or 4527589. OLE color: 4527589.
HSL color Cylindrical-coordinate representation of color #E51545: hue angle of 346.15º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51545 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 69 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.10 |
| HSL | 346.15º | 0.83% | 0.49% | - |
| HSV(B) | 346.15º | 0.91% | 0.9% | - |
| XYZ | 33.66 | 17.62 | 7.26 | - |
| YUV | 88.66 | 116.91 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 69 | 0 | 0.91 | 0.70 | 0.10 | 346.15 | 0.83 | 0.49 |
| Hex | E5 | 15 | 45 | 0 | 5B | 46 | A | 15A | 53 | 31 |
| Octal | 345 | 25 | 105 | 0 | 133 | 106 | 12 | 532 | 123 | 61 |
| Binary | 11100101 | 10101 | 1000101 | 0 | 1011011 | 1000110 | 1010 | 101011010 | 1010011 | 110001 |
Color Harmonies of #E51545
Complementary color
Monochromatic Colors of #E51545
Black with #E51545
Text Example
Text Example
White with #E51545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51545; }
p { color: rgb(229,21,69); }
H1.HeaderClassName
{
color: #E51545;
}
.AnyTagClassName
{
color: #E51545;
}
</style>
background-color css
<style>
a { background-color: #E51545; }
a { background-color: rgb(229,21,69); }
div.DivClassName
{
background-color: #E51545;
}
.BgClassName
{
background-color: #E51545;
}
</style>
border-color css
<style>
span { border-color: #E51545; }
span { border-color: rgb(229,21,69); }
td.TdClassName
{
border-color: #E51545;
}
.TagClassName
{
border-color: #E51545;
}
</style>