Shades of Crimson #E10737
Tints of Crimson #E10737
RGB
CMYK
RGB Variations
Color information
#E10737 (or 0xE10737) is known color: Crimson. HEX triplet: E1, 07 and 37. RGB value is (225,7,55). Sum of RGB (Red+Green+Blue) = 225+7+55=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E10737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10737 is #1EF8C8. Grayscale: #4D4D4D. Windows color (decimal): -2029769 or 3606497. OLE color: 3606497.
HSL color Cylindrical-coordinate representation of color #E10737: hue angle of 346.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10737 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 55 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.12 |
| HSL | 346.79º | 0.94% | 0.45% | - |
| HSV(B) | 346.79º | 0.97% | 0.88% | - |
| XYZ | 31.82 | 16.44 | 5.11 | - |
| YUV | 77.65 | 115.22 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 55 | 0 | 0.97 | 0.76 | 0.12 | 346.79 | 0.94 | 0.45 |
| Hex | E1 | 7 | 37 | 0 | 61 | 4C | C | 15B | 5E | 2D |
| Octal | 341 | 7 | 67 | 0 | 141 | 114 | 14 | 533 | 136 | 55 |
| Binary | 11100001 | 111 | 110111 | 0 | 1100001 | 1001100 | 1100 | 101011011 | 1011110 | 101101 |
Color Harmonies of #E10737
Complementary color
Monochromatic Colors of #E10737
Black with #E10737
Text Example
Text Example
White with #E10737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10737; }
p { color: rgb(225,7,55); }
H1.HeaderClassName
{
color: #E10737;
}
.AnyTagClassName
{
color: #E10737;
}
</style>
background-color css
<style>
a { background-color: #E10737; }
a { background-color: rgb(225,7,55); }
div.DivClassName
{
background-color: #E10737;
}
.BgClassName
{
background-color: #E10737;
}
</style>
border-color css
<style>
span { border-color: #E10737; }
span { border-color: rgb(225,7,55); }
td.TdClassName
{
border-color: #E10737;
}
.TagClassName
{
border-color: #E10737;
}
</style>