Shades of Crimson #E50930
Tints of Crimson #E50930
RGB
CMYK
RGB Variations
Color information
#E50930 (or 0xE50930) is known color: Crimson. HEX triplet: E5, 09 and 30. RGB value is (229,9,48). Sum of RGB (Red+Green+Blue) = 229+9+48=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E50930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50930 is #1AF6CF. Grayscale: #4F4F4F. Windows color (decimal): -1767120 or 3148261. OLE color: 3148261.
HSL color Cylindrical-coordinate representation of color #E50930: hue angle of 349.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50930 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 48 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.10 |
| HSL | 349.36º | 0.92% | 0.47% | - |
| HSV(B) | 349.36º | 0.96% | 0.9% | - |
| XYZ | 32.94 | 17.07 | 4.35 | - |
| YUV | 79.23 | 110.39 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 48 | 0 | 0.96 | 0.79 | 0.10 | 349.36 | 0.92 | 0.47 |
| Hex | E5 | 9 | 30 | 0 | 60 | 4F | A | 15D | 5C | 2F |
| Octal | 345 | 11 | 60 | 0 | 140 | 117 | 12 | 535 | 134 | 57 |
| Binary | 11100101 | 1001 | 110000 | 0 | 1100000 | 1001111 | 1010 | 101011101 | 1011100 | 101111 |
Color Harmonies of #E50930
Complementary color
Monochromatic Colors of #E50930
Black with #E50930
Text Example
Text Example
White with #E50930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50930; }
p { color: rgb(229,9,48); }
H1.HeaderClassName
{
color: #E50930;
}
.AnyTagClassName
{
color: #E50930;
}
</style>
background-color css
<style>
a { background-color: #E50930; }
a { background-color: rgb(229,9,48); }
div.DivClassName
{
background-color: #E50930;
}
.BgClassName
{
background-color: #E50930;
}
</style>
border-color css
<style>
span { border-color: #E50930; }
span { border-color: rgb(229,9,48); }
td.TdClassName
{
border-color: #E50930;
}
.TagClassName
{
border-color: #E50930;
}
</style>