Shades of Crimson #E10939
Tints of Crimson #E10939
RGB
CMYK
RGB Variations
Color information
#E10939 (or 0xE10939) is known color: Crimson. HEX triplet: E1, 09 and 39. RGB value is (225,9,57). Sum of RGB (Red+Green+Blue) = 225+9+57=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E10939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10939 is #1EF6C6. Grayscale: #4F4F4F. Windows color (decimal): -2029255 or 3738081. OLE color: 3738081.
HSL color Cylindrical-coordinate representation of color #E10939: hue angle of 346.67º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10939 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 57 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.12 |
| HSL | 346.67º | 0.92% | 0.46% | - |
| HSV(B) | 346.67º | 0.96% | 0.88% | - |
| XYZ | 31.89 | 16.5 | 5.37 | - |
| YUV | 79.06 | 115.56 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 57 | 0 | 0.96 | 0.75 | 0.12 | 346.67 | 0.92 | 0.46 |
| Hex | E1 | 9 | 39 | 0 | 60 | 4B | C | 15B | 5C | 2E |
| Octal | 341 | 11 | 71 | 0 | 140 | 113 | 14 | 533 | 134 | 56 |
| Binary | 11100001 | 1001 | 111001 | 0 | 1100000 | 1001011 | 1100 | 101011011 | 1011100 | 101110 |
Color Harmonies of #E10939
Complementary color
Monochromatic Colors of #E10939
Black with #E10939
Text Example
Text Example
White with #E10939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10939; }
p { color: rgb(225,9,57); }
H1.HeaderClassName
{
color: #E10939;
}
.AnyTagClassName
{
color: #E10939;
}
</style>
background-color css
<style>
a { background-color: #E10939; }
a { background-color: rgb(225,9,57); }
div.DivClassName
{
background-color: #E10939;
}
.BgClassName
{
background-color: #E10939;
}
</style>
border-color css
<style>
span { border-color: #E10939; }
span { border-color: rgb(225,9,57); }
td.TdClassName
{
border-color: #E10939;
}
.TagClassName
{
border-color: #E10939;
}
</style>