Shades of Crimson #E10445
Tints of Crimson #E10445
RGB
CMYK
RGB Variations
Color information
#E10445 (or 0xE10445) is known color: Crimson. HEX triplet: E1, 04 and 45. RGB value is (225,4,69). Sum of RGB (Red+Green+Blue) = 225+4+69=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E10445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10445 is #1EFBBA. Grayscale: #4D4D4D. Windows color (decimal): -2030523 or 4523233. OLE color: 4523233.
HSL color Cylindrical-coordinate representation of color #E10445: hue angle of 342.35º 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 #E10445 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.12 |
| HSL | 342.35º | 0.97% | 0.45% | - |
| HSV(B) | 342.35º | 0.98% | 0.88% | - |
| XYZ | 32.17 | 16.52 | 7.12 | - |
| YUV | 77.49 | 123.22 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 69 | 0 | 0.98 | 0.69 | 0.12 | 342.35 | 0.97 | 0.45 |
| Hex | E1 | 4 | 45 | 0 | 62 | 45 | C | 156 | 61 | 2D |
| Octal | 341 | 4 | 105 | 0 | 142 | 105 | 14 | 526 | 141 | 55 |
| Binary | 11100001 | 100 | 1000101 | 0 | 1100010 | 1000101 | 1100 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E10445
Complementary color
Monochromatic Colors of #E10445
Black with #E10445
Text Example
Text Example
White with #E10445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10445; }
p { color: rgb(225,4,69); }
H1.HeaderClassName
{
color: #E10445;
}
.AnyTagClassName
{
color: #E10445;
}
</style>
background-color css
<style>
a { background-color: #E10445; }
a { background-color: rgb(225,4,69); }
div.DivClassName
{
background-color: #E10445;
}
.BgClassName
{
background-color: #E10445;
}
</style>
border-color css
<style>
span { border-color: #E10445; }
span { border-color: rgb(225,4,69); }
td.TdClassName
{
border-color: #E10445;
}
.TagClassName
{
border-color: #E10445;
}
</style>