Shades of Crimson #E1153F
Tints of Crimson #E1153F
RGB
CMYK
RGB Variations
Color information
#E1153F (or 0xE1153F) is known color: Crimson. HEX triplet: E1, 15 and 3F. RGB value is (225,21,63). Sum of RGB (Red+Green+Blue) = 225+21+63=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1153F is #1EEAC0. Grayscale: #565656. Windows color (decimal): -2026177 or 4134369. OLE color: 4134369.
HSL color Cylindrical-coordinate representation of color #E1153F: hue angle of 347.65º 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 #E1153F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 63 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.12 |
| HSL | 347.65º | 0.83% | 0.48% | - |
| HSV(B) | 347.65º | 0.91% | 0.88% | - |
| XYZ | 32.22 | 16.9 | 6.27 | - |
| YUV | 86.78 | 114.59 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 63 | 0 | 0.91 | 0.72 | 0.12 | 347.65 | 0.83 | 0.48 |
| Hex | E1 | 15 | 3F | 0 | 5B | 48 | C | 15C | 53 | 30 |
| Octal | 341 | 25 | 77 | 0 | 133 | 110 | 14 | 534 | 123 | 60 |
| Binary | 11100001 | 10101 | 111111 | 0 | 1011011 | 1001000 | 1100 | 101011100 | 1010011 | 110000 |
Color Harmonies of #E1153F
Complementary color
Monochromatic Colors of #E1153F
Black with #E1153F
Text Example
Text Example
White with #E1153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1153F; }
p { color: rgb(225,21,63); }
H1.HeaderClassName
{
color: #E1153F;
}
.AnyTagClassName
{
color: #E1153F;
}
</style>
background-color css
<style>
a { background-color: #E1153F; }
a { background-color: rgb(225,21,63); }
div.DivClassName
{
background-color: #E1153F;
}
.BgClassName
{
background-color: #E1153F;
}
</style>
border-color css
<style>
span { border-color: #E1153F; }
span { border-color: rgb(225,21,63); }
td.TdClassName
{
border-color: #E1153F;
}
.TagClassName
{
border-color: #E1153F;
}
</style>