Shades of Crimson #E31D3C
Tints of Crimson #E31D3C
RGB
CMYK
RGB Variations
Color information
#E31D3C (or 0xE31D3C) is known color: Crimson. HEX triplet: E3, 1D and 3C. RGB value is (227,29,60). Sum of RGB (Red+Green+Blue) = 227+29+60=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E31D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31D3C is #1CE2C3. Grayscale: #5B5B5B. Windows color (decimal): -1893060 or 3939811. OLE color: 3939811.
HSL color Cylindrical-coordinate representation of color #E31D3C: hue angle of 350.61º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31D3C is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 60 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.11 |
| HSL | 350.61º | 0.78% | 0.5% | - |
| HSV(B) | 350.61º | 0.87% | 0.89% | - |
| XYZ | 32.93 | 17.54 | 5.92 | - |
| YUV | 91.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 60 | 0 | 0.87 | 0.74 | 0.11 | 350.61 | 0.78 | 0.5 |
| Hex | E3 | 1D | 3C | 0 | 57 | 4A | B | 15F | 4E | 32 |
| Octal | 343 | 35 | 74 | 0 | 127 | 112 | 13 | 537 | 116 | 62 |
| Binary | 11100011 | 11101 | 111100 | 0 | 1010111 | 1001010 | 1011 | 101011111 | 1001110 | 110010 |
Color Harmonies of #E31D3C
Complementary color
Monochromatic Colors of #E31D3C
Black with #E31D3C
Text Example
Text Example
White with #E31D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31D3C; }
p { color: rgb(227,29,60); }
H1.HeaderClassName
{
color: #E31D3C;
}
.AnyTagClassName
{
color: #E31D3C;
}
</style>
background-color css
<style>
a { background-color: #E31D3C; }
a { background-color: rgb(227,29,60); }
div.DivClassName
{
background-color: #E31D3C;
}
.BgClassName
{
background-color: #E31D3C;
}
</style>
border-color css
<style>
span { border-color: #E31D3C; }
span { border-color: rgb(227,29,60); }
td.TdClassName
{
border-color: #E31D3C;
}
.TagClassName
{
border-color: #E31D3C;
}
</style>