Shades of Crimson #E50342
Tints of Crimson #E50342
RGB
CMYK
RGB Variations
Color information
#E50342 (or 0xE50342) is known color: Crimson. HEX triplet: E5, 03 and 42. RGB value is (229,3,66). Sum of RGB (Red+Green+Blue) = 229+3+66=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E50342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50342 is #1AFCBD. Grayscale: #4D4D4D. Windows color (decimal): -1768638 or 4326373. OLE color: 4326373.
HSL color Cylindrical-coordinate representation of color #E50342: hue angle of 343.27º 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 #E50342 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 66 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.10 |
| HSL | 343.27º | 0.97% | 0.45% | - |
| HSV(B) | 343.27º | 0.99% | 0.9% | - |
| XYZ | 33.33 | 17.12 | 6.7 | - |
| YUV | 77.76 | 121.37 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 66 | 0 | 0.99 | 0.71 | 0.10 | 343.27 | 0.97 | 0.45 |
| Hex | E5 | 3 | 42 | 0 | 63 | 47 | A | 157 | 61 | 2D |
| Octal | 345 | 3 | 102 | 0 | 143 | 107 | 12 | 527 | 141 | 55 |
| Binary | 11100101 | 11 | 1000010 | 0 | 1100011 | 1000111 | 1010 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E50342
Complementary color
Monochromatic Colors of #E50342
Black with #E50342
Text Example
Text Example
White with #E50342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50342; }
p { color: rgb(229,3,66); }
H1.HeaderClassName
{
color: #E50342;
}
.AnyTagClassName
{
color: #E50342;
}
</style>
background-color css
<style>
a { background-color: #E50342; }
a { background-color: rgb(229,3,66); }
div.DivClassName
{
background-color: #E50342;
}
.BgClassName
{
background-color: #E50342;
}
</style>
border-color css
<style>
span { border-color: #E50342; }
span { border-color: rgb(229,3,66); }
td.TdClassName
{
border-color: #E50342;
}
.TagClassName
{
border-color: #E50342;
}
</style>