Shades of Crimson #E1153E
Tints of Crimson #E1153E
RGB
CMYK
RGB Variations
Color information
#E1153E (or 0xE1153E) is known color: Crimson. HEX triplet: E1, 15 and 3E. RGB value is (225,21,62). Sum of RGB (Red+Green+Blue) = 225+21+62=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1153E is #1EEAC1. Grayscale: #565656. Windows color (decimal): -2026178 or 4068833. OLE color: 4068833.
HSL color Cylindrical-coordinate representation of color #E1153E: hue angle of 347.94º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1153E is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 62 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.12 |
| HSL | 347.94º | 0.83% | 0.48% | - |
| HSV(B) | 347.94º | 0.91% | 0.88% | - |
| XYZ | 32.19 | 16.89 | 6.12 | - |
| YUV | 86.67 | 114.09 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 62 | 0 | 0.91 | 0.72 | 0.12 | 347.94 | 0.83 | 0.48 |
| Hex | E1 | 15 | 3E | 0 | 5B | 48 | C | 15C | 53 | 30 |
| Octal | 341 | 25 | 76 | 0 | 133 | 110 | 14 | 534 | 123 | 60 |
| Binary | 11100001 | 10101 | 111110 | 0 | 1011011 | 1001000 | 1100 | 101011100 | 1010011 | 110000 |
Color Harmonies of #E1153E
Complementary color
Monochromatic Colors of #E1153E
Black with #E1153E
Text Example
Text Example
White with #E1153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1153E; }
p { color: rgb(225,21,62); }
H1.HeaderClassName
{
color: #E1153E;
}
.AnyTagClassName
{
color: #E1153E;
}
</style>
background-color css
<style>
a { background-color: #E1153E; }
a { background-color: rgb(225,21,62); }
div.DivClassName
{
background-color: #E1153E;
}
.BgClassName
{
background-color: #E1153E;
}
</style>
border-color css
<style>
span { border-color: #E1153E; }
span { border-color: rgb(225,21,62); }
td.TdClassName
{
border-color: #E1153E;
}
.TagClassName
{
border-color: #E1153E;
}
</style>