Shades of Crimson #E50941
Tints of Crimson #E50941
RGB
CMYK
RGB Variations
Color information
#E50941 (or 0xE50941) is known color: Crimson. HEX triplet: E5, 09 and 41. RGB value is (229,9,65). Sum of RGB (Red+Green+Blue) = 229+9+65=303 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.58% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 229 - color contains mainly: red. Hex color #E50941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50941 is #1AF6BE. Grayscale: #515151. Windows color (decimal): -1767103 or 4262373. OLE color: 4262373.
HSL color Cylindrical-coordinate representation of color #E50941: hue angle of 344.73º 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 #E50941 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 65 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.10 |
| HSL | 344.73º | 0.92% | 0.47% | - |
| HSV(B) | 344.73º | 0.96% | 0.9% | - |
| XYZ | 33.36 | 17.24 | 6.57 | - |
| YUV | 81.16 | 118.89 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 65 | 0 | 0.96 | 0.72 | 0.10 | 344.73 | 0.92 | 0.47 |
| Hex | E5 | 9 | 41 | 0 | 60 | 48 | A | 159 | 5C | 2F |
| Octal | 345 | 11 | 101 | 0 | 140 | 110 | 12 | 531 | 134 | 57 |
| Binary | 11100101 | 1001 | 1000001 | 0 | 1100000 | 1001000 | 1010 | 101011001 | 1011100 | 101111 |
Color Harmonies of #E50941
Complementary color
Monochromatic Colors of #E50941
Black with #E50941
Text Example
Text Example
White with #E50941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50941; }
p { color: rgb(229,9,65); }
H1.HeaderClassName
{
color: #E50941;
}
.AnyTagClassName
{
color: #E50941;
}
</style>
background-color css
<style>
a { background-color: #E50941; }
a { background-color: rgb(229,9,65); }
div.DivClassName
{
background-color: #E50941;
}
.BgClassName
{
background-color: #E50941;
}
</style>
border-color css
<style>
span { border-color: #E50941; }
span { border-color: rgb(229,9,65); }
td.TdClassName
{
border-color: #E50941;
}
.TagClassName
{
border-color: #E50941;
}
</style>