Shades of Crimson #E50530
Tints of Crimson #E50530
RGB
CMYK
RGB Variations
Color information
#E50530 (or 0xE50530) is known color: Crimson. HEX triplet: E5, 05 and 30. RGB value is (229,5,48). Sum of RGB (Red+Green+Blue) = 229+5+48=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E50530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50530 is #1AFACF. Grayscale: #4C4C4C. Windows color (decimal): -1768144 or 3147237. OLE color: 3147237.
HSL color Cylindrical-coordinate representation of color #E50530: hue angle of 348.48º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50530 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.10 |
| HSL | 348.48º | 0.96% | 0.46% | - |
| HSV(B) | 348.48º | 0.98% | 0.9% | - |
| XYZ | 32.9 | 16.98 | 4.34 | - |
| YUV | 76.88 | 111.71 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 48 | 0 | 0.98 | 0.79 | 0.10 | 348.48 | 0.96 | 0.46 |
| Hex | E5 | 5 | 30 | 0 | 62 | 4F | A | 15C | 60 | 2E |
| Octal | 345 | 5 | 60 | 0 | 142 | 117 | 12 | 534 | 140 | 56 |
| Binary | 11100101 | 101 | 110000 | 0 | 1100010 | 1001111 | 1010 | 101011100 | 1100000 | 101110 |
Color Harmonies of #E50530
Complementary color
Monochromatic Colors of #E50530
Black with #E50530
Text Example
Text Example
White with #E50530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50530; }
p { color: rgb(229,5,48); }
H1.HeaderClassName
{
color: #E50530;
}
.AnyTagClassName
{
color: #E50530;
}
</style>
background-color css
<style>
a { background-color: #E50530; }
a { background-color: rgb(229,5,48); }
div.DivClassName
{
background-color: #E50530;
}
.BgClassName
{
background-color: #E50530;
}
</style>
border-color css
<style>
span { border-color: #E50530; }
span { border-color: rgb(229,5,48); }
td.TdClassName
{
border-color: #E50530;
}
.TagClassName
{
border-color: #E50530;
}
</style>