Shades of Crimson #E31030
Tints of Crimson #E31030
RGB
CMYK
RGB Variations
Color information
#E31030 (or 0xE31030) is known color: Crimson. HEX triplet: E3, 10 and 30. RGB value is (227,16,48). Sum of RGB (Red+Green+Blue) = 227+16+48=291 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.01% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 227 - color contains mainly: red. Hex color #E31030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31030 is #1CEFCF. Grayscale: #525252. Windows color (decimal): -1896400 or 3150051. OLE color: 3150051.
HSL color Cylindrical-coordinate representation of color #E31030: hue angle of 350.9º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31030 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 48 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.11 |
| HSL | 350.9º | 0.87% | 0.48% | - |
| HSV(B) | 350.9º | 0.93% | 0.89% | - |
| XYZ | 32.4 | 16.91 | 4.35 | - |
| YUV | 82.74 | 108.4 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 48 | 0 | 0.93 | 0.79 | 0.11 | 350.9 | 0.87 | 0.48 |
| Hex | E3 | 10 | 30 | 0 | 5D | 4F | B | 15F | 57 | 30 |
| Octal | 343 | 20 | 60 | 0 | 135 | 117 | 13 | 537 | 127 | 60 |
| Binary | 11100011 | 10000 | 110000 | 0 | 1011101 | 1001111 | 1011 | 101011111 | 1010111 | 110000 |
Color Harmonies of #E31030
Complementary color
Monochromatic Colors of #E31030
Black with #E31030
Text Example
Text Example
White with #E31030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31030; }
p { color: rgb(227,16,48); }
H1.HeaderClassName
{
color: #E31030;
}
.AnyTagClassName
{
color: #E31030;
}
</style>
background-color css
<style>
a { background-color: #E31030; }
a { background-color: rgb(227,16,48); }
div.DivClassName
{
background-color: #E31030;
}
.BgClassName
{
background-color: #E31030;
}
</style>
border-color css
<style>
span { border-color: #E31030; }
span { border-color: rgb(227,16,48); }
td.TdClassName
{
border-color: #E31030;
}
.TagClassName
{
border-color: #E31030;
}
</style>