Shades of Crimson #E10128
Tints of Crimson #E10128
RGB
CMYK
RGB Variations
Color information
#E10128 (or 0xE10128) is known color: Crimson. HEX triplet: E1, 01 and 28. RGB value is (225,1,40). Sum of RGB (Red+Green+Blue) = 225+1+40=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E10128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10128 is #1EFED7. Grayscale: #484848. Windows color (decimal): -2031320 or 2621921. OLE color: 2621921.
HSL color Cylindrical-coordinate representation of color #E10128: hue angle of 349.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10128 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.12 |
| HSL | 349.55º | 0.99% | 0.44% | - |
| HSV(B) | 349.55º | 1% | 0.88% | - |
| XYZ | 31.45 | 16.18 | 3.47 | - |
| YUV | 72.42 | 109.71 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 40 | 0 | 1.00 | 0.82 | 0.12 | 349.55 | 0.99 | 0.44 |
| Hex | E1 | 1 | 28 | 0 | 64 | 52 | C | 15E | 63 | 2C |
| Octal | 341 | 1 | 50 | 0 | 144 | 122 | 14 | 536 | 143 | 54 |
| Binary | 11100001 | 1 | 101000 | 0 | 1100100 | 1010010 | 1100 | 101011110 | 1100011 | 101100 |
Color Harmonies of #E10128
Complementary color
Monochromatic Colors of #E10128
Black with #E10128
Text Example
Text Example
White with #E10128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10128; }
p { color: rgb(225,1,40); }
H1.HeaderClassName
{
color: #E10128;
}
.AnyTagClassName
{
color: #E10128;
}
</style>
background-color css
<style>
a { background-color: #E10128; }
a { background-color: rgb(225,1,40); }
div.DivClassName
{
background-color: #E10128;
}
.BgClassName
{
background-color: #E10128;
}
</style>
border-color css
<style>
span { border-color: #E10128; }
span { border-color: rgb(225,1,40); }
td.TdClassName
{
border-color: #E10128;
}
.TagClassName
{
border-color: #E10128;
}
</style>