Shades of Crimson #E50B40
Tints of Crimson #E50B40
RGB
CMYK
RGB Variations
Color information
#E50B40 (or 0xE50B40) is known color: Crimson. HEX triplet: E5, 0B and 40. RGB value is (229,11,64). Sum of RGB (Red+Green+Blue) = 229+11+64=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50B40 is #1AF4BF. Grayscale: #525252. Windows color (decimal): -1766592 or 4197349. OLE color: 4197349.
HSL color Cylindrical-coordinate representation of color #E50B40: hue angle of 345.41º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50B40 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 64 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.10 |
| HSL | 345.41º | 0.91% | 0.47% | - |
| HSV(B) | 345.41º | 0.95% | 0.9% | - |
| XYZ | 33.36 | 17.27 | 6.43 | - |
| YUV | 82.22 | 117.72 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 64 | 0 | 0.95 | 0.72 | 0.10 | 345.41 | 0.91 | 0.47 |
| Hex | E5 | B | 40 | 0 | 5F | 48 | A | 159 | 5B | 2F |
| Octal | 345 | 13 | 100 | 0 | 137 | 110 | 12 | 531 | 133 | 57 |
| Binary | 11100101 | 1011 | 1000000 | 0 | 1011111 | 1001000 | 1010 | 101011001 | 1011011 | 101111 |
Color Harmonies of #E50B40
Complementary color
Monochromatic Colors of #E50B40
Black with #E50B40
Text Example
Text Example
White with #E50B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50B40; }
p { color: rgb(229,11,64); }
H1.HeaderClassName
{
color: #E50B40;
}
.AnyTagClassName
{
color: #E50B40;
}
</style>
background-color css
<style>
a { background-color: #E50B40; }
a { background-color: rgb(229,11,64); }
div.DivClassName
{
background-color: #E50B40;
}
.BgClassName
{
background-color: #E50B40;
}
</style>
border-color css
<style>
span { border-color: #E50B40; }
span { border-color: rgb(229,11,64); }
td.TdClassName
{
border-color: #E50B40;
}
.TagClassName
{
border-color: #E50B40;
}
</style>