Shades of Crimson #E11C3E
Tints of Crimson #E11C3E
RGB
CMYK
RGB Variations
Color information
#E11C3E (or 0xE11C3E) is known color: Crimson. HEX triplet: E1, 1C and 3E. RGB value is (225,28,62). Sum of RGB (Red+Green+Blue) = 225+28+62=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C3E is #1EE3C1. Grayscale: #5A5A5A. Windows color (decimal): -2024386 or 4070625. OLE color: 4070625.
HSL color Cylindrical-coordinate representation of color #E11C3E: hue angle of 349.64º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C3E is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 62 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.12 |
| HSL | 349.64º | 0.78% | 0.5% | - |
| HSV(B) | 349.64º | 0.88% | 0.88% | - |
| XYZ | 32.34 | 17.19 | 6.17 | - |
| YUV | 90.78 | 111.77 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 62 | 0 | 0.88 | 0.72 | 0.12 | 349.64 | 0.78 | 0.5 |
| Hex | E1 | 1C | 3E | 0 | 58 | 48 | C | 15E | 4E | 32 |
| Octal | 341 | 34 | 76 | 0 | 130 | 110 | 14 | 536 | 116 | 62 |
| Binary | 11100001 | 11100 | 111110 | 0 | 1011000 | 1001000 | 1100 | 101011110 | 1001110 | 110010 |
Color Harmonies of #E11C3E
Complementary color
Monochromatic Colors of #E11C3E
Black with #E11C3E
Text Example
Text Example
White with #E11C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C3E; }
p { color: rgb(225,28,62); }
H1.HeaderClassName
{
color: #E11C3E;
}
.AnyTagClassName
{
color: #E11C3E;
}
</style>
background-color css
<style>
a { background-color: #E11C3E; }
a { background-color: rgb(225,28,62); }
div.DivClassName
{
background-color: #E11C3E;
}
.BgClassName
{
background-color: #E11C3E;
}
</style>
border-color css
<style>
span { border-color: #E11C3E; }
span { border-color: rgb(225,28,62); }
td.TdClassName
{
border-color: #E11C3E;
}
.TagClassName
{
border-color: #E11C3E;
}
</style>