Shades of Crimson #E30431
Tints of Crimson #E30431
RGB
CMYK
RGB Variations
Color information
#E30431 (or 0xE30431) is known color: Crimson. HEX triplet: E3, 04 and 31. RGB value is (227,4,49). Sum of RGB (Red+Green+Blue) = 227+4+49=280 (37% of max value = 765). Red value is 227 (89.06% from 255 or 81.07% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 227 - color contains mainly: red. Hex color #E30431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30431 is #1CFBCE. Grayscale: #4B4B4B. Windows color (decimal): -1899471 or 3212515. OLE color: 3212515.
HSL color Cylindrical-coordinate representation of color #E30431: hue angle of 347.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30431 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.11 |
| HSL | 347.89º | 0.97% | 0.45% | - |
| HSV(B) | 347.89º | 0.98% | 0.89% | - |
| XYZ | 32.28 | 16.64 | 4.42 | - |
| YUV | 75.81 | 112.88 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 49 | 0 | 0.98 | 0.78 | 0.11 | 347.89 | 0.97 | 0.45 |
| Hex | E3 | 4 | 31 | 0 | 62 | 4E | B | 15C | 61 | 2D |
| Octal | 343 | 4 | 61 | 0 | 142 | 116 | 13 | 534 | 141 | 55 |
| Binary | 11100011 | 100 | 110001 | 0 | 1100010 | 1001110 | 1011 | 101011100 | 1100001 | 101101 |
Color Harmonies of #E30431
Complementary color
Monochromatic Colors of #E30431
Black with #E30431
Text Example
Text Example
White with #E30431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30431; }
p { color: rgb(227,4,49); }
H1.HeaderClassName
{
color: #E30431;
}
.AnyTagClassName
{
color: #E30431;
}
</style>
background-color css
<style>
a { background-color: #E30431; }
a { background-color: rgb(227,4,49); }
div.DivClassName
{
background-color: #E30431;
}
.BgClassName
{
background-color: #E30431;
}
</style>
border-color css
<style>
span { border-color: #E30431; }
span { border-color: rgb(227,4,49); }
td.TdClassName
{
border-color: #E30431;
}
.TagClassName
{
border-color: #E30431;
}
</style>