Shades of Crimson #E51436
Tints of Crimson #E51436
RGB
CMYK
RGB Variations
Color information
#E51436 (or 0xE51436) is known color: Crimson. HEX triplet: E5, 14 and 36. RGB value is (229,20,54). Sum of RGB (Red+Green+Blue) = 229+20+54=303 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.58% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 229 - color contains mainly: red. Hex color #E51436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51436 is #1AEBC9. Grayscale: #565656. Windows color (decimal): -1764298 or 3544293. OLE color: 3544293.
HSL color Cylindrical-coordinate representation of color #E51436: hue angle of 350.24º degrees, saturation: 0.84, 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 #E51436 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 54 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.10 |
| HSL | 350.24º | 0.84% | 0.49% | - |
| HSV(B) | 350.24º | 0.91% | 0.9% | - |
| XYZ | 33.23 | 17.42 | 5.1 | - |
| YUV | 86.37 | 109.74 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 54 | 0 | 0.91 | 0.76 | 0.10 | 350.24 | 0.84 | 0.49 |
| Hex | E5 | 14 | 36 | 0 | 5B | 4C | A | 15E | 54 | 31 |
| Octal | 345 | 24 | 66 | 0 | 133 | 114 | 12 | 536 | 124 | 61 |
| Binary | 11100101 | 10100 | 110110 | 0 | 1011011 | 1001100 | 1010 | 101011110 | 1010100 | 110001 |
Color Harmonies of #E51436
Complementary color
Monochromatic Colors of #E51436
Black with #E51436
Text Example
Text Example
White with #E51436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51436; }
p { color: rgb(229,20,54); }
H1.HeaderClassName
{
color: #E51436;
}
.AnyTagClassName
{
color: #E51436;
}
</style>
background-color css
<style>
a { background-color: #E51436; }
a { background-color: rgb(229,20,54); }
div.DivClassName
{
background-color: #E51436;
}
.BgClassName
{
background-color: #E51436;
}
</style>
border-color css
<style>
span { border-color: #E51436; }
span { border-color: rgb(229,20,54); }
td.TdClassName
{
border-color: #E51436;
}
.TagClassName
{
border-color: #E51436;
}
</style>