Shades of Crimson #E50A34
Tints of Crimson #E50A34
RGB
CMYK
RGB Variations
Color information
#E50A34 (or 0xE50A34) is known color: Crimson. HEX triplet: E5, 0A and 34. RGB value is (229,10,52). Sum of RGB (Red+Green+Blue) = 229+10+52=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50A34 is #1AF5CB. Grayscale: #505050. Windows color (decimal): -1766860 or 3410661. OLE color: 3410661.
HSL color Cylindrical-coordinate representation of color #E50A34: hue angle of 348.49º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A34 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 52 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.10 |
| HSL | 348.49º | 0.92% | 0.47% | - |
| HSV(B) | 348.49º | 0.96% | 0.9% | - |
| XYZ | 33.04 | 17.12 | 4.81 | - |
| YUV | 80.27 | 112.05 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 52 | 0 | 0.96 | 0.77 | 0.10 | 348.49 | 0.92 | 0.47 |
| Hex | E5 | A | 34 | 0 | 60 | 4D | A | 15C | 5C | 2F |
| Octal | 345 | 12 | 64 | 0 | 140 | 115 | 12 | 534 | 134 | 57 |
| Binary | 11100101 | 1010 | 110100 | 0 | 1100000 | 1001101 | 1010 | 101011100 | 1011100 | 101111 |
Color Harmonies of #E50A34
Complementary color
Monochromatic Colors of #E50A34
Black with #E50A34
Text Example
Text Example
White with #E50A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A34; }
p { color: rgb(229,10,52); }
H1.HeaderClassName
{
color: #E50A34;
}
.AnyTagClassName
{
color: #E50A34;
}
</style>
background-color css
<style>
a { background-color: #E50A34; }
a { background-color: rgb(229,10,52); }
div.DivClassName
{
background-color: #E50A34;
}
.BgClassName
{
background-color: #E50A34;
}
</style>
border-color css
<style>
span { border-color: #E50A34; }
span { border-color: rgb(229,10,52); }
td.TdClassName
{
border-color: #E50A34;
}
.TagClassName
{
border-color: #E50A34;
}
</style>