Shades of Crimson #E50034
Tints of Crimson #E50034
RGB
CMYK
RGB Variations
Color information
#E50034 (or 0xE50034) is known color: Crimson. HEX triplet: E5, 00 and 34. RGB value is (229,0,52). Sum of RGB (Red+Green+Blue) = 229+0+52=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E50034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50034 is #1AFFCB. Grayscale: #4A4A4A. Windows color (decimal): -1769420 or 3408101. OLE color: 3408101.
HSL color Cylindrical-coordinate representation of color #E50034: hue angle of 346.38º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50034 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.77 | 0.10 |
| HSL | 346.38º | 1% | 0.45% | - |
| HSV(B) | 346.38º | 1% | 0.9% | - |
| XYZ | 32.93 | 16.91 | 4.78 | - |
| YUV | 74.4 | 115.37 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 52 | 0 | 1 | 0.77 | 0.10 | 346.38 | 1 | 0.45 |
| Hex | E5 | 0 | 34 | 0 | 64 | 4D | A | 15A | 64 | 2D |
| Octal | 345 | 0 | 64 | 0 | 144 | 115 | 12 | 532 | 144 | 55 |
| Binary | 11100101 | 0 | 110100 | 0 | 1100100 | 1001101 | 1010 | 101011010 | 1100100 | 101101 |
Color Harmonies of #E50034
Complementary color
Monochromatic Colors of #E50034
Black with #E50034
Text Example
Text Example
White with #E50034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50034; }
p { color: rgb(229,0,52); }
H1.HeaderClassName
{
color: #E50034;
}
.AnyTagClassName
{
color: #E50034;
}
</style>
background-color css
<style>
a { background-color: #E50034; }
a { background-color: rgb(229,0,52); }
div.DivClassName
{
background-color: #E50034;
}
.BgClassName
{
background-color: #E50034;
}
</style>
border-color css
<style>
span { border-color: #E50034; }
span { border-color: rgb(229,0,52); }
td.TdClassName
{
border-color: #E50034;
}
.TagClassName
{
border-color: #E50034;
}
</style>