Shades of Crimson #E50325
Tints of Crimson #E50325
RGB
CMYK
RGB Variations
Color information
#E50325 (or 0xE50325) is known color: Crimson. HEX triplet: E5, 03 and 25. RGB value is (229,3,37). Sum of RGB (Red+Green+Blue) = 229+3+37=269 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.13% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 229 - color contains mainly: red. Hex color #E50325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50325 is #1AFCDA. Grayscale: #4A4A4A. Windows color (decimal): -1768667 or 2425829. OLE color: 2425829.
HSL color Cylindrical-coordinate representation of color #E50325: hue angle of 350.97º 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 #E50325 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 37 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.10 |
| HSL | 350.97º | 0.97% | 0.45% | - |
| HSV(B) | 350.97º | 0.99% | 0.9% | - |
| XYZ | 32.68 | 16.86 | 3.28 | - |
| YUV | 74.45 | 106.87 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 37 | 0 | 0.99 | 0.84 | 0.10 | 350.97 | 0.97 | 0.45 |
| Hex | E5 | 3 | 25 | 0 | 63 | 54 | A | 15F | 61 | 2D |
| Octal | 345 | 3 | 45 | 0 | 143 | 124 | 12 | 537 | 141 | 55 |
| Binary | 11100101 | 11 | 100101 | 0 | 1100011 | 1010100 | 1010 | 101011111 | 1100001 | 101101 |
Color Harmonies of #E50325
Complementary color
Monochromatic Colors of #E50325
Black with #E50325
Text Example
Text Example
White with #E50325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50325; }
p { color: rgb(229,3,37); }
H1.HeaderClassName
{
color: #E50325;
}
.AnyTagClassName
{
color: #E50325;
}
</style>
background-color css
<style>
a { background-color: #E50325; }
a { background-color: rgb(229,3,37); }
div.DivClassName
{
background-color: #E50325;
}
.BgClassName
{
background-color: #E50325;
}
</style>
border-color css
<style>
span { border-color: #E50325; }
span { border-color: rgb(229,3,37); }
td.TdClassName
{
border-color: #E50325;
}
.TagClassName
{
border-color: #E50325;
}
</style>