Shades of Crimson #E31434
Tints of Crimson #E31434
RGB
CMYK
RGB Variations
Color information
#E31434 (or 0xE31434) is known color: Crimson. HEX triplet: E3, 14 and 34. RGB value is (227,20,52). Sum of RGB (Red+Green+Blue) = 227+20+52=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E31434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31434 is #1CEBCB. Grayscale: #555555. Windows color (decimal): -1895372 or 3413219. OLE color: 3413219.
HSL color Cylindrical-coordinate representation of color #E31434: hue angle of 350.72º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31434 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 52 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.11 |
| HSL | 350.72º | 0.84% | 0.48% | - |
| HSV(B) | 350.72º | 0.91% | 0.89% | - |
| XYZ | 32.55 | 17.08 | 4.83 | - |
| YUV | 85.54 | 109.08 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 52 | 0 | 0.91 | 0.77 | 0.11 | 350.72 | 0.84 | 0.48 |
| Hex | E3 | 14 | 34 | 0 | 5B | 4D | B | 15F | 54 | 30 |
| Octal | 343 | 24 | 64 | 0 | 133 | 115 | 13 | 537 | 124 | 60 |
| Binary | 11100011 | 10100 | 110100 | 0 | 1011011 | 1001101 | 1011 | 101011111 | 1010100 | 110000 |
Color Harmonies of #E31434
Complementary color
Monochromatic Colors of #E31434
Black with #E31434
Text Example
Text Example
White with #E31434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31434; }
p { color: rgb(227,20,52); }
H1.HeaderClassName
{
color: #E31434;
}
.AnyTagClassName
{
color: #E31434;
}
</style>
background-color css
<style>
a { background-color: #E31434; }
a { background-color: rgb(227,20,52); }
div.DivClassName
{
background-color: #E31434;
}
.BgClassName
{
background-color: #E31434;
}
</style>
border-color css
<style>
span { border-color: #E31434; }
span { border-color: rgb(227,20,52); }
td.TdClassName
{
border-color: #E31434;
}
.TagClassName
{
border-color: #E31434;
}
</style>