Shades of Crimson #E10345
Tints of Crimson #E10345
RGB
CMYK
RGB Variations
Color information
#E10345 (or 0xE10345) is known color: Crimson. HEX triplet: E1, 03 and 45. RGB value is (225,3,69). Sum of RGB (Red+Green+Blue) = 225+3+69=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E10345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10345 is #1EFCBA. Grayscale: #4C4C4C. Windows color (decimal): -2030779 or 4522977. OLE color: 4522977.
HSL color Cylindrical-coordinate representation of color #E10345: hue angle of 342.16º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10345 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.12 |
| HSL | 342.16º | 0.97% | 0.45% | - |
| HSV(B) | 342.16º | 0.99% | 0.88% | - |
| XYZ | 32.16 | 16.5 | 7.12 | - |
| YUV | 76.9 | 123.55 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 69 | 0 | 0.99 | 0.69 | 0.12 | 342.16 | 0.97 | 0.45 |
| Hex | E1 | 3 | 45 | 0 | 63 | 45 | C | 156 | 61 | 2D |
| Octal | 341 | 3 | 105 | 0 | 143 | 105 | 14 | 526 | 141 | 55 |
| Binary | 11100001 | 11 | 1000101 | 0 | 1100011 | 1000101 | 1100 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E10345
Complementary color
Monochromatic Colors of #E10345
Black with #E10345
Text Example
Text Example
White with #E10345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10345; }
p { color: rgb(225,3,69); }
H1.HeaderClassName
{
color: #E10345;
}
.AnyTagClassName
{
color: #E10345;
}
</style>
background-color css
<style>
a { background-color: #E10345; }
a { background-color: rgb(225,3,69); }
div.DivClassName
{
background-color: #E10345;
}
.BgClassName
{
background-color: #E10345;
}
</style>
border-color css
<style>
span { border-color: #E10345; }
span { border-color: rgb(225,3,69); }
td.TdClassName
{
border-color: #E10345;
}
.TagClassName
{
border-color: #E10345;
}
</style>