Shades of Crimson #E1104B
Tints of Crimson #E1104B
RGB
CMYK
RGB Variations
Color information
#E1104B (or 0xE1104B) is known color: Crimson. HEX triplet: E1, 10 and 4B. RGB value is (225,16,75). Sum of RGB (Red+Green+Blue) = 225+16+75=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E1104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1104B is #1EEFB4. Grayscale: #555555. Windows color (decimal): -2027445 or 4919521. OLE color: 4919521.
HSL color Cylindrical-coordinate representation of color #E1104B: hue angle of 343.06º 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 #E1104B is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 75 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.12 |
| HSL | 343.06º | 0.87% | 0.47% | - |
| HSV(B) | 343.06º | 0.93% | 0.88% | - |
| XYZ | 32.51 | 16.89 | 8.2 | - |
| YUV | 85.22 | 122.24 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 75 | 0 | 0.93 | 0.67 | 0.12 | 343.06 | 0.87 | 0.47 |
| Hex | E1 | 10 | 4B | 0 | 5D | 43 | C | 157 | 57 | 2F |
| Octal | 341 | 20 | 113 | 0 | 135 | 103 | 14 | 527 | 127 | 57 |
| Binary | 11100001 | 10000 | 1001011 | 0 | 1011101 | 1000011 | 1100 | 101010111 | 1010111 | 101111 |
Color Harmonies of #E1104B
Complementary color
Monochromatic Colors of #E1104B
Black with #E1104B
Text Example
Text Example
White with #E1104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1104B; }
p { color: rgb(225,16,75); }
H1.HeaderClassName
{
color: #E1104B;
}
.AnyTagClassName
{
color: #E1104B;
}
</style>
background-color css
<style>
a { background-color: #E1104B; }
a { background-color: rgb(225,16,75); }
div.DivClassName
{
background-color: #E1104B;
}
.BgClassName
{
background-color: #E1104B;
}
</style>
border-color css
<style>
span { border-color: #E1104B; }
span { border-color: rgb(225,16,75); }
td.TdClassName
{
border-color: #E1104B;
}
.TagClassName
{
border-color: #E1104B;
}
</style>