Shades of Crimson #E50444
Tints of Crimson #E50444
RGB
CMYK
RGB Variations
Color information
#E50444 (or 0xE50444) is known color: Crimson. HEX triplet: E5, 04 and 44. RGB value is (229,4,68). Sum of RGB (Red+Green+Blue) = 229+4+68=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E50444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50444 is #1AFBBB. Grayscale: #4E4E4E. Windows color (decimal): -1768380 or 4457701. OLE color: 4457701.
HSL color Cylindrical-coordinate representation of color #E50444: hue angle of 342.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50444 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.10 |
| HSL | 342.93º | 0.97% | 0.46% | - |
| HSV(B) | 342.93º | 0.98% | 0.9% | - |
| XYZ | 33.4 | 17.16 | 7.02 | - |
| YUV | 78.57 | 122.04 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 68 | 0 | 0.98 | 0.70 | 0.10 | 342.93 | 0.97 | 0.46 |
| Hex | E5 | 4 | 44 | 0 | 62 | 46 | A | 157 | 61 | 2E |
| Octal | 345 | 4 | 104 | 0 | 142 | 106 | 12 | 527 | 141 | 56 |
| Binary | 11100101 | 100 | 1000100 | 0 | 1100010 | 1000110 | 1010 | 101010111 | 1100001 | 101110 |
Color Harmonies of #E50444
Complementary color
Monochromatic Colors of #E50444
Black with #E50444
Text Example
Text Example
White with #E50444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50444; }
p { color: rgb(229,4,68); }
H1.HeaderClassName
{
color: #E50444;
}
.AnyTagClassName
{
color: #E50444;
}
</style>
background-color css
<style>
a { background-color: #E50444; }
a { background-color: rgb(229,4,68); }
div.DivClassName
{
background-color: #E50444;
}
.BgClassName
{
background-color: #E50444;
}
</style>
border-color css
<style>
span { border-color: #E50444; }
span { border-color: rgb(229,4,68); }
td.TdClassName
{
border-color: #E50444;
}
.TagClassName
{
border-color: #E50444;
}
</style>