Shades of Crimson #E51435
Tints of Crimson #E51435
RGB
CMYK
RGB Variations
Color information
#E51435 (or 0xE51435) is known color: Crimson. HEX triplet: E5, 14 and 35. RGB value is (229,20,53). Sum of RGB (Red+Green+Blue) = 229+20+53=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E51435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51435 is #1AEBCA. Grayscale: #565656. Windows color (decimal): -1764299 or 3478757. OLE color: 3478757.
HSL color Cylindrical-coordinate representation of color #E51435: hue angle of 350.53º 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 #E51435 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 53 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.10 |
| HSL | 350.53º | 0.84% | 0.49% | - |
| HSV(B) | 350.53º | 0.91% | 0.9% | - |
| XYZ | 33.21 | 17.42 | 4.98 | - |
| YUV | 86.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 53 | 0 | 0.91 | 0.77 | 0.10 | 350.53 | 0.84 | 0.49 |
| Hex | E5 | 14 | 35 | 0 | 5B | 4D | A | 15F | 54 | 31 |
| Octal | 345 | 24 | 65 | 0 | 133 | 115 | 12 | 537 | 124 | 61 |
| Binary | 11100101 | 10100 | 110101 | 0 | 1011011 | 1001101 | 1010 | 101011111 | 1010100 | 110001 |
Color Harmonies of #E51435
Complementary color
Monochromatic Colors of #E51435
Black with #E51435
Text Example
Text Example
White with #E51435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51435; }
p { color: rgb(229,20,53); }
H1.HeaderClassName
{
color: #E51435;
}
.AnyTagClassName
{
color: #E51435;
}
</style>
background-color css
<style>
a { background-color: #E51435; }
a { background-color: rgb(229,20,53); }
div.DivClassName
{
background-color: #E51435;
}
.BgClassName
{
background-color: #E51435;
}
</style>
border-color css
<style>
span { border-color: #E51435; }
span { border-color: rgb(229,20,53); }
td.TdClassName
{
border-color: #E51435;
}
.TagClassName
{
border-color: #E51435;
}
</style>