Shades of Crimson #E50226
Tints of Crimson #E50226
RGB
CMYK
RGB Variations
Color information
#E50226 (or 0xE50226) is known color: Crimson. HEX triplet: E5, 02 and 26. RGB value is (229,2,38). Sum of RGB (Red+Green+Blue) = 229+2+38=269 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.13% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 229 - color contains mainly: red. Hex color #E50226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50226 is #1AFDD9. Grayscale: #4A4A4A. Windows color (decimal): -1768922 or 2491109. OLE color: 2491109.
HSL color Cylindrical-coordinate representation of color #E50226: hue angle of 350.48º 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 #E50226 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 38 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.10 |
| HSL | 350.48º | 0.98% | 0.45% | - |
| HSV(B) | 350.48º | 0.99% | 0.9% | - |
| XYZ | 32.68 | 16.84 | 3.36 | - |
| YUV | 73.98 | 107.71 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 38 | 0 | 0.99 | 0.83 | 0.10 | 350.48 | 0.98 | 0.45 |
| Hex | E5 | 2 | 26 | 0 | 63 | 53 | A | 15E | 62 | 2D |
| Octal | 345 | 2 | 46 | 0 | 143 | 123 | 12 | 536 | 142 | 55 |
| Binary | 11100101 | 10 | 100110 | 0 | 1100011 | 1010011 | 1010 | 101011110 | 1100010 | 101101 |
Color Harmonies of #E50226
Complementary color
Monochromatic Colors of #E50226
Black with #E50226
Text Example
Text Example
White with #E50226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50226; }
p { color: rgb(229,2,38); }
H1.HeaderClassName
{
color: #E50226;
}
.AnyTagClassName
{
color: #E50226;
}
</style>
background-color css
<style>
a { background-color: #E50226; }
a { background-color: rgb(229,2,38); }
div.DivClassName
{
background-color: #E50226;
}
.BgClassName
{
background-color: #E50226;
}
</style>
border-color css
<style>
span { border-color: #E50226; }
span { border-color: rgb(229,2,38); }
td.TdClassName
{
border-color: #E50226;
}
.TagClassName
{
border-color: #E50226;
}
</style>