Shades of Crimson #E10441
Tints of Crimson #E10441
RGB
CMYK
RGB Variations
Color information
#E10441 (or 0xE10441) is known color: Crimson. HEX triplet: E1, 04 and 41. RGB value is (225,4,65). Sum of RGB (Red+Green+Blue) = 225+4+65=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E10441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10441 is #1EFBBE. Grayscale: #4D4D4D. Windows color (decimal): -2030527 or 4261089. OLE color: 4261089.
HSL color Cylindrical-coordinate representation of color #E10441: hue angle of 343.44º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10441 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.12 |
| HSL | 343.44º | 0.97% | 0.45% | - |
| HSV(B) | 343.44º | 0.98% | 0.88% | - |
| XYZ | 32.05 | 16.48 | 6.49 | - |
| YUV | 77.03 | 121.22 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 65 | 0 | 0.98 | 0.71 | 0.12 | 343.44 | 0.97 | 0.45 |
| Hex | E1 | 4 | 41 | 0 | 62 | 47 | C | 157 | 61 | 2D |
| Octal | 341 | 4 | 101 | 0 | 142 | 107 | 14 | 527 | 141 | 55 |
| Binary | 11100001 | 100 | 1000001 | 0 | 1100010 | 1000111 | 1100 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E10441
Complementary color
Monochromatic Colors of #E10441
Black with #E10441
Text Example
Text Example
White with #E10441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10441; }
p { color: rgb(225,4,65); }
H1.HeaderClassName
{
color: #E10441;
}
.AnyTagClassName
{
color: #E10441;
}
</style>
background-color css
<style>
a { background-color: #E10441; }
a { background-color: rgb(225,4,65); }
div.DivClassName
{
background-color: #E10441;
}
.BgClassName
{
background-color: #E10441;
}
</style>
border-color css
<style>
span { border-color: #E10441; }
span { border-color: rgb(225,4,65); }
td.TdClassName
{
border-color: #E10441;
}
.TagClassName
{
border-color: #E10441;
}
</style>