Shades of Crimson #E50343
Tints of Crimson #E50343
RGB
CMYK
RGB Variations
Color information
#E50343 (or 0xE50343) is known color: Crimson. HEX triplet: E5, 03 and 43. RGB value is (229,3,67). Sum of RGB (Red+Green+Blue) = 229+3+67=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E50343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50343 is #1AFCBC. Grayscale: #4D4D4D. Windows color (decimal): -1768637 or 4391909. OLE color: 4391909.
HSL color Cylindrical-coordinate representation of color #E50343: hue angle of 343.01º 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 #E50343 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 67 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.10 |
| HSL | 343.01º | 0.97% | 0.45% | - |
| HSV(B) | 343.01º | 0.99% | 0.9% | - |
| XYZ | 33.36 | 17.13 | 6.86 | - |
| YUV | 77.87 | 121.87 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 67 | 0 | 0.99 | 0.71 | 0.10 | 343.01 | 0.97 | 0.45 |
| Hex | E5 | 3 | 43 | 0 | 63 | 47 | A | 157 | 61 | 2D |
| Octal | 345 | 3 | 103 | 0 | 143 | 107 | 12 | 527 | 141 | 55 |
| Binary | 11100101 | 11 | 1000011 | 0 | 1100011 | 1000111 | 1010 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E50343
Complementary color
Monochromatic Colors of #E50343
Black with #E50343
Text Example
Text Example
White with #E50343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50343; }
p { color: rgb(229,3,67); }
H1.HeaderClassName
{
color: #E50343;
}
.AnyTagClassName
{
color: #E50343;
}
</style>
background-color css
<style>
a { background-color: #E50343; }
a { background-color: rgb(229,3,67); }
div.DivClassName
{
background-color: #E50343;
}
.BgClassName
{
background-color: #E50343;
}
</style>
border-color css
<style>
span { border-color: #E50343; }
span { border-color: rgb(229,3,67); }
td.TdClassName
{
border-color: #E50343;
}
.TagClassName
{
border-color: #E50343;
}
</style>