Shades of Crimson #E1123C
Tints of Crimson #E1123C
RGB
CMYK
RGB Variations
Color information
#E1123C (or 0xE1123C) is known color: Crimson. HEX triplet: E1, 12 and 3C. RGB value is (225,18,60). Sum of RGB (Red+Green+Blue) = 225+18+60=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1123C is #1EEDC3. Grayscale: #545454. Windows color (decimal): -2026948 or 3936993. OLE color: 3936993.
HSL color Cylindrical-coordinate representation of color #E1123C: hue angle of 347.83º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1123C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.12 |
| HSL | 347.83º | 0.85% | 0.48% | - |
| HSV(B) | 347.83º | 0.92% | 0.88% | - |
| XYZ | 32.08 | 16.77 | 5.82 | - |
| YUV | 84.68 | 114.08 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 60 | 0 | 0.92 | 0.73 | 0.12 | 347.83 | 0.85 | 0.48 |
| Hex | E1 | 12 | 3C | 0 | 5C | 49 | C | 15C | 55 | 30 |
| Octal | 341 | 22 | 74 | 0 | 134 | 111 | 14 | 534 | 125 | 60 |
| Binary | 11100001 | 10010 | 111100 | 0 | 1011100 | 1001001 | 1100 | 101011100 | 1010101 | 110000 |
Color Harmonies of #E1123C
Complementary color
Monochromatic Colors of #E1123C
Black with #E1123C
Text Example
Text Example
White with #E1123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1123C; }
p { color: rgb(225,18,60); }
H1.HeaderClassName
{
color: #E1123C;
}
.AnyTagClassName
{
color: #E1123C;
}
</style>
background-color css
<style>
a { background-color: #E1123C; }
a { background-color: rgb(225,18,60); }
div.DivClassName
{
background-color: #E1123C;
}
.BgClassName
{
background-color: #E1123C;
}
</style>
border-color css
<style>
span { border-color: #E1123C; }
span { border-color: rgb(225,18,60); }
td.TdClassName
{
border-color: #E1123C;
}
.TagClassName
{
border-color: #E1123C;
}
</style>