Shades of Crimson #E50234
Tints of Crimson #E50234
RGB
CMYK
RGB Variations
Color information
#E50234 (or 0xE50234) is known color: Crimson. HEX triplet: E5, 02 and 34. RGB value is (229,2,52). Sum of RGB (Red+Green+Blue) = 229+2+52=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E50234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50234 is #1AFDCB. Grayscale: #4B4B4B. Windows color (decimal): -1768908 or 3408613. OLE color: 3408613.
HSL color Cylindrical-coordinate representation of color #E50234: hue angle of 346.78º degrees, saturation: 0.98, 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 #E50234 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.10 |
| HSL | 346.78º | 0.98% | 0.45% | - |
| HSV(B) | 346.78º | 0.99% | 0.9% | - |
| XYZ | 32.95 | 16.95 | 4.78 | - |
| YUV | 75.57 | 114.71 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 52 | 0 | 0.99 | 0.77 | 0.10 | 346.78 | 0.98 | 0.45 |
| Hex | E5 | 2 | 34 | 0 | 63 | 4D | A | 15B | 62 | 2D |
| Octal | 345 | 2 | 64 | 0 | 143 | 115 | 12 | 533 | 142 | 55 |
| Binary | 11100101 | 10 | 110100 | 0 | 1100011 | 1001101 | 1010 | 101011011 | 1100010 | 101101 |
Color Harmonies of #E50234
Complementary color
Monochromatic Colors of #E50234
Black with #E50234
Text Example
Text Example
White with #E50234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50234; }
p { color: rgb(229,2,52); }
H1.HeaderClassName
{
color: #E50234;
}
.AnyTagClassName
{
color: #E50234;
}
</style>
background-color css
<style>
a { background-color: #E50234; }
a { background-color: rgb(229,2,52); }
div.DivClassName
{
background-color: #E50234;
}
.BgClassName
{
background-color: #E50234;
}
</style>
border-color css
<style>
span { border-color: #E50234; }
span { border-color: rgb(229,2,52); }
td.TdClassName
{
border-color: #E50234;
}
.TagClassName
{
border-color: #E50234;
}
</style>