Shades of Crimson #E30932
Tints of Crimson #E30932
RGB
CMYK
RGB Variations
Color information
#E30932 (or 0xE30932) is known color: Crimson. HEX triplet: E3, 09 and 32. RGB value is (227,9,50). Sum of RGB (Red+Green+Blue) = 227+9+50=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E30932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30932 is #1CF6CD. Grayscale: #4E4E4E. Windows color (decimal): -1898190 or 3279331. OLE color: 3279331.
HSL color Cylindrical-coordinate representation of color #E30932: hue angle of 348.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30932 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 50 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.11 |
| HSL | 348.72º | 0.92% | 0.46% | - |
| HSV(B) | 348.72º | 0.96% | 0.89% | - |
| XYZ | 32.35 | 16.76 | 4.55 | - |
| YUV | 78.86 | 111.72 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 50 | 0 | 0.96 | 0.78 | 0.11 | 348.72 | 0.92 | 0.46 |
| Hex | E3 | 9 | 32 | 0 | 60 | 4E | B | 15D | 5C | 2E |
| Octal | 343 | 11 | 62 | 0 | 140 | 116 | 13 | 535 | 134 | 56 |
| Binary | 11100011 | 1001 | 110010 | 0 | 1100000 | 1001110 | 1011 | 101011101 | 1011100 | 101110 |
Color Harmonies of #E30932
Complementary color
Monochromatic Colors of #E30932
Black with #E30932
Text Example
Text Example
White with #E30932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30932; }
p { color: rgb(227,9,50); }
H1.HeaderClassName
{
color: #E30932;
}
.AnyTagClassName
{
color: #E30932;
}
</style>
background-color css
<style>
a { background-color: #E30932; }
a { background-color: rgb(227,9,50); }
div.DivClassName
{
background-color: #E30932;
}
.BgClassName
{
background-color: #E30932;
}
</style>
border-color css
<style>
span { border-color: #E30932; }
span { border-color: rgb(227,9,50); }
td.TdClassName
{
border-color: #E30932;
}
.TagClassName
{
border-color: #E30932;
}
</style>