Shades of Crimson #E50932
Tints of Crimson #E50932
RGB
CMYK
RGB Variations
Color information
#E50932 (or 0xE50932) is known color: Crimson. HEX triplet: E5, 09 and 32. RGB value is (229,9,50). Sum of RGB (Red+Green+Blue) = 229+9+50=288 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.51% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 229 - color contains mainly: red. Hex color #E50932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50932 is #1AF6CD. Grayscale: #4F4F4F. Windows color (decimal): -1767118 or 3279333. OLE color: 3279333.
HSL color Cylindrical-coordinate representation of color #E50932: hue angle of 348.82º 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 #E50932 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 50 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.10 |
| HSL | 348.82º | 0.92% | 0.47% | - |
| HSV(B) | 348.82º | 0.96% | 0.9% | - |
| XYZ | 32.99 | 17.08 | 4.58 | - |
| YUV | 79.45 | 111.39 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 50 | 0 | 0.96 | 0.78 | 0.10 | 348.82 | 0.92 | 0.47 |
| Hex | E5 | 9 | 32 | 0 | 60 | 4E | A | 15D | 5C | 2F |
| Octal | 345 | 11 | 62 | 0 | 140 | 116 | 12 | 535 | 134 | 57 |
| Binary | 11100101 | 1001 | 110010 | 0 | 1100000 | 1001110 | 1010 | 101011101 | 1011100 | 101111 |
Color Harmonies of #E50932
Complementary color
Monochromatic Colors of #E50932
Black with #E50932
Text Example
Text Example
White with #E50932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50932; }
p { color: rgb(229,9,50); }
H1.HeaderClassName
{
color: #E50932;
}
.AnyTagClassName
{
color: #E50932;
}
</style>
background-color css
<style>
a { background-color: #E50932; }
a { background-color: rgb(229,9,50); }
div.DivClassName
{
background-color: #E50932;
}
.BgClassName
{
background-color: #E50932;
}
</style>
border-color css
<style>
span { border-color: #E50932; }
span { border-color: rgb(229,9,50); }
td.TdClassName
{
border-color: #E50932;
}
.TagClassName
{
border-color: #E50932;
}
</style>