Shades of Crimson #E10443
Tints of Crimson #E10443
RGB
CMYK
RGB Variations
Color information
#E10443 (or 0xE10443) is known color: Crimson. HEX triplet: E1, 04 and 43. RGB value is (225,4,67). Sum of RGB (Red+Green+Blue) = 225+4+67=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E10443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10443 is #1EFBBC. Grayscale: #4D4D4D. Windows color (decimal): -2030525 or 4392161. OLE color: 4392161.
HSL color Cylindrical-coordinate representation of color #E10443: hue angle of 342.9º 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 #E10443 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.12 |
| HSL | 342.9º | 0.97% | 0.45% | - |
| HSV(B) | 342.9º | 0.98% | 0.88% | - |
| XYZ | 32.11 | 16.5 | 6.8 | - |
| YUV | 77.26 | 122.22 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 67 | 0 | 0.98 | 0.70 | 0.12 | 342.9 | 0.97 | 0.45 |
| Hex | E1 | 4 | 43 | 0 | 62 | 46 | C | 157 | 61 | 2D |
| Octal | 341 | 4 | 103 | 0 | 142 | 106 | 14 | 527 | 141 | 55 |
| Binary | 11100001 | 100 | 1000011 | 0 | 1100010 | 1000110 | 1100 | 101010111 | 1100001 | 101101 |
Color Harmonies of #E10443
Complementary color
Monochromatic Colors of #E10443
Black with #E10443
Text Example
Text Example
White with #E10443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10443; }
p { color: rgb(225,4,67); }
H1.HeaderClassName
{
color: #E10443;
}
.AnyTagClassName
{
color: #E10443;
}
</style>
background-color css
<style>
a { background-color: #E10443; }
a { background-color: rgb(225,4,67); }
div.DivClassName
{
background-color: #E10443;
}
.BgClassName
{
background-color: #E10443;
}
</style>
border-color css
<style>
span { border-color: #E10443; }
span { border-color: rgb(225,4,67); }
td.TdClassName
{
border-color: #E10443;
}
.TagClassName
{
border-color: #E10443;
}
</style>