Shades of Crimson #E1103D
Tints of Crimson #E1103D
RGB
CMYK
RGB Variations
Color information
#E1103D (or 0xE1103D) is known color: Crimson. HEX triplet: E1, 10 and 3D. RGB value is (225,16,61). Sum of RGB (Red+Green+Blue) = 225+16+61=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1103D is #1EEFC2. Grayscale: #535353. Windows color (decimal): -2027459 or 4002017. OLE color: 4002017.
HSL color Cylindrical-coordinate representation of color #E1103D: hue angle of 347.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1103D is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.12 |
| HSL | 347.08º | 0.87% | 0.47% | - |
| HSV(B) | 347.08º | 0.93% | 0.88% | - |
| XYZ | 32.08 | 16.72 | 5.95 | - |
| YUV | 83.62 | 115.24 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 61 | 0 | 0.93 | 0.73 | 0.12 | 347.08 | 0.87 | 0.47 |
| Hex | E1 | 10 | 3D | 0 | 5D | 49 | C | 15B | 57 | 2F |
| Octal | 341 | 20 | 75 | 0 | 135 | 111 | 14 | 533 | 127 | 57 |
| Binary | 11100001 | 10000 | 111101 | 0 | 1011101 | 1001001 | 1100 | 101011011 | 1010111 | 101111 |
Color Harmonies of #E1103D
Complementary color
Monochromatic Colors of #E1103D
Black with #E1103D
Text Example
Text Example
White with #E1103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1103D; }
p { color: rgb(225,16,61); }
H1.HeaderClassName
{
color: #E1103D;
}
.AnyTagClassName
{
color: #E1103D;
}
</style>
background-color css
<style>
a { background-color: #E1103D; }
a { background-color: rgb(225,16,61); }
div.DivClassName
{
background-color: #E1103D;
}
.BgClassName
{
background-color: #E1103D;
}
</style>
border-color css
<style>
span { border-color: #E1103D; }
span { border-color: rgb(225,16,61); }
td.TdClassName
{
border-color: #E1103D;
}
.TagClassName
{
border-color: #E1103D;
}
</style>