Shades of Crimson #E10143
Tints of Crimson #E10143
RGB
CMYK
RGB Variations
Color information
#E10143 (or 0xE10143) is known color: Crimson. HEX triplet: E1, 01 and 43. RGB value is (225,1,67). Sum of RGB (Red+Green+Blue) = 225+1+67=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E10143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10143 is #1EFEBC. Grayscale: #4B4B4B. Windows color (decimal): -2031293 or 4391393. OLE color: 4391393.
HSL color Cylindrical-coordinate representation of color #E10143: hue angle of 342.32º 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 #E10143 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.12 |
| HSL | 342.32º | 0.99% | 0.44% | - |
| HSV(B) | 342.32º | 1% | 0.88% | - |
| XYZ | 32.08 | 16.43 | 6.79 | - |
| YUV | 75.5 | 123.21 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 67 | 0 | 1.00 | 0.70 | 0.12 | 342.32 | 0.99 | 0.44 |
| Hex | E1 | 1 | 43 | 0 | 64 | 46 | C | 156 | 63 | 2C |
| Octal | 341 | 1 | 103 | 0 | 144 | 106 | 14 | 526 | 143 | 54 |
| Binary | 11100001 | 1 | 1000011 | 0 | 1100100 | 1000110 | 1100 | 101010110 | 1100011 | 101100 |
Color Harmonies of #E10143
Complementary color
Monochromatic Colors of #E10143
Black with #E10143
Text Example
Text Example
White with #E10143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10143; }
p { color: rgb(225,1,67); }
H1.HeaderClassName
{
color: #E10143;
}
.AnyTagClassName
{
color: #E10143;
}
</style>
background-color css
<style>
a { background-color: #E10143; }
a { background-color: rgb(225,1,67); }
div.DivClassName
{
background-color: #E10143;
}
.BgClassName
{
background-color: #E10143;
}
</style>
border-color css
<style>
span { border-color: #E10143; }
span { border-color: rgb(225,1,67); }
td.TdClassName
{
border-color: #E10143;
}
.TagClassName
{
border-color: #E10143;
}
</style>