Shades of Crimson #E1102F
Tints of Crimson #E1102F
RGB
CMYK
RGB Variations
Color information
#E1102F (or 0xE1102F) is known color: Crimson. HEX triplet: E1, 10 and 2F. RGB value is (225,16,47). Sum of RGB (Red+Green+Blue) = 225+16+47=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1102F is #1EEFD0. Grayscale: #525252. Windows color (decimal): -2027473 or 3084513. OLE color: 3084513.
HSL color Cylindrical-coordinate representation of color #E1102F: hue angle of 351.1º 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 #E1102F is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 47 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.12 |
| HSL | 351.1º | 0.87% | 0.47% | - |
| HSV(B) | 351.1º | 0.93% | 0.88% | - |
| XYZ | 31.75 | 16.58 | 4.22 | - |
| YUV | 82.03 | 108.24 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 47 | 0 | 0.93 | 0.79 | 0.12 | 351.1 | 0.87 | 0.47 |
| Hex | E1 | 10 | 2F | 0 | 5D | 4F | C | 15F | 57 | 2F |
| Octal | 341 | 20 | 57 | 0 | 135 | 117 | 14 | 537 | 127 | 57 |
| Binary | 11100001 | 10000 | 101111 | 0 | 1011101 | 1001111 | 1100 | 101011111 | 1010111 | 101111 |
Color Harmonies of #E1102F
Complementary color
Monochromatic Colors of #E1102F
Black with #E1102F
Text Example
Text Example
White with #E1102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1102F; }
p { color: rgb(225,16,47); }
H1.HeaderClassName
{
color: #E1102F;
}
.AnyTagClassName
{
color: #E1102F;
}
</style>
background-color css
<style>
a { background-color: #E1102F; }
a { background-color: rgb(225,16,47); }
div.DivClassName
{
background-color: #E1102F;
}
.BgClassName
{
background-color: #E1102F;
}
</style>
border-color css
<style>
span { border-color: #E1102F; }
span { border-color: rgb(225,16,47); }
td.TdClassName
{
border-color: #E1102F;
}
.TagClassName
{
border-color: #E1102F;
}
</style>