Shades of Crimson #E50344
Tints of Crimson #E50344
RGB
CMYK
RGB Variations
Color information
#E50344 (or 0xE50344) is known color: Crimson. HEX triplet: E5, 03 and 44. RGB value is (229,3,68). Sum of RGB (Red+Green+Blue) = 229+3+68=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E50344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50344 is #1AFCBB. Grayscale: #4D4D4D. Windows color (decimal): -1768636 or 4457445. OLE color: 4457445.
HSL color Cylindrical-coordinate representation of color #E50344: hue angle of 342.74º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50344 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.10 |
| HSL | 342.74º | 0.97% | 0.45% | - |
| HSV(B) | 342.74º | 0.99% | 0.9% | - |
| XYZ | 33.39 | 17.14 | 7.02 | - |
| YUV | 77.98 | 122.37 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 68 | 0 | 0.99 | 0.70 | 0.10 | 342.74 | 0.97 | 0.45 |
| Hex | E5 | 3 | 44 | 0 | 63 | 46 | A | 157 | 61 | 2D |
| Octal | 345 | 3 | 104 | 0 | 143 | 106 | 12 | 527 | 141 | 55 |
| Binary | 11100101 | 11 | 1000100 | 0 | 1100011 | 1000110 | 1010 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E50344
Complementary color
Monochromatic Colors of #E50344
Black with #E50344
Text Example
Text Example
White with #E50344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50344; }
p { color: rgb(229,3,68); }
H1.HeaderClassName
{
color: #E50344;
}
.AnyTagClassName
{
color: #E50344;
}
</style>
background-color css
<style>
a { background-color: #E50344; }
a { background-color: rgb(229,3,68); }
div.DivClassName
{
background-color: #E50344;
}
.BgClassName
{
background-color: #E50344;
}
</style>
border-color css
<style>
span { border-color: #E50344; }
span { border-color: rgb(229,3,68); }
td.TdClassName
{
border-color: #E50344;
}
.TagClassName
{
border-color: #E50344;
}
</style>