Shades of Crimson #E1103A
Tints of Crimson #E1103A
RGB
CMYK
RGB Variations
Color information
#E1103A (or 0xE1103A) is known color: Crimson. HEX triplet: E1, 10 and 3A. RGB value is (225,16,58). Sum of RGB (Red+Green+Blue) = 225+16+58=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E1103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1103A is #1EEFC5. Grayscale: #535353. Windows color (decimal): -2027462 or 3805409. OLE color: 3805409.
HSL color Cylindrical-coordinate representation of color #E1103A: hue angle of 347.94º 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 #E1103A is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 58 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.12 |
| HSL | 347.94º | 0.87% | 0.47% | - |
| HSV(B) | 347.94º | 0.93% | 0.88% | - |
| XYZ | 32 | 16.68 | 5.54 | - |
| YUV | 83.28 | 113.74 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 58 | 0 | 0.93 | 0.74 | 0.12 | 347.94 | 0.87 | 0.47 |
| Hex | E1 | 10 | 3A | 0 | 5D | 4A | C | 15C | 57 | 2F |
| Octal | 341 | 20 | 72 | 0 | 135 | 112 | 14 | 534 | 127 | 57 |
| Binary | 11100001 | 10000 | 111010 | 0 | 1011101 | 1001010 | 1100 | 101011100 | 1010111 | 101111 |
Color Harmonies of #E1103A
Complementary color
Monochromatic Colors of #E1103A
Black with #E1103A
Text Example
Text Example
White with #E1103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1103A; }
p { color: rgb(225,16,58); }
H1.HeaderClassName
{
color: #E1103A;
}
.AnyTagClassName
{
color: #E1103A;
}
</style>
background-color css
<style>
a { background-color: #E1103A; }
a { background-color: rgb(225,16,58); }
div.DivClassName
{
background-color: #E1103A;
}
.BgClassName
{
background-color: #E1103A;
}
</style>
border-color css
<style>
span { border-color: #E1103A; }
span { border-color: rgb(225,16,58); }
td.TdClassName
{
border-color: #E1103A;
}
.TagClassName
{
border-color: #E1103A;
}
</style>