Shades of Crimson #E1173D
Tints of Crimson #E1173D
RGB
CMYK
RGB Variations
Color information
#E1173D (or 0xE1173D) is known color: Crimson. HEX triplet: E1, 17 and 3D. RGB value is (225,23,61). Sum of RGB (Red+Green+Blue) = 225+23+61=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1173D is #1EE8C2. Grayscale: #575757. Windows color (decimal): -2025667 or 4003809. OLE color: 4003809.
HSL color Cylindrical-coordinate representation of color #E1173D: hue angle of 348.71º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1173D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.12 |
| HSL | 348.71º | 0.81% | 0.49% | - |
| HSV(B) | 348.71º | 0.9% | 0.88% | - |
| XYZ | 32.2 | 16.96 | 5.99 | - |
| YUV | 87.73 | 112.92 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 61 | 0 | 0.90 | 0.73 | 0.12 | 348.71 | 0.81 | 0.49 |
| Hex | E1 | 17 | 3D | 0 | 5A | 49 | C | 15D | 51 | 31 |
| Octal | 341 | 27 | 75 | 0 | 132 | 111 | 14 | 535 | 121 | 61 |
| Binary | 11100001 | 10111 | 111101 | 0 | 1011010 | 1001001 | 1100 | 101011101 | 1010001 | 110001 |
Color Harmonies of #E1173D
Complementary color
Monochromatic Colors of #E1173D
Black with #E1173D
Text Example
Text Example
White with #E1173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1173D; }
p { color: rgb(225,23,61); }
H1.HeaderClassName
{
color: #E1173D;
}
.AnyTagClassName
{
color: #E1173D;
}
</style>
background-color css
<style>
a { background-color: #E1173D; }
a { background-color: rgb(225,23,61); }
div.DivClassName
{
background-color: #E1173D;
}
.BgClassName
{
background-color: #E1173D;
}
</style>
border-color css
<style>
span { border-color: #E1173D; }
span { border-color: rgb(225,23,61); }
td.TdClassName
{
border-color: #E1173D;
}
.TagClassName
{
border-color: #E1173D;
}
</style>