Shades of Crimson #E10A3E
Tints of Crimson #E10A3E
RGB
CMYK
RGB Variations
Color information
#E10A3E (or 0xE10A3E) is known color: Crimson. HEX triplet: E1, 0A and 3E. RGB value is (225,10,62). Sum of RGB (Red+Green+Blue) = 225+10+62=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A3E is #1EF5C1. Grayscale: #505050. Windows color (decimal): -2028994 or 4066017. OLE color: 4066017.
HSL color Cylindrical-coordinate representation of color #E10A3E: hue angle of 345.49º degrees, saturation: 0.91, 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 #E10A3E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 62 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.12 |
| HSL | 345.49º | 0.91% | 0.46% | - |
| HSV(B) | 345.49º | 0.96% | 0.88% | - |
| XYZ | 32.03 | 16.57 | 6.07 | - |
| YUV | 80.21 | 117.73 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 62 | 0 | 0.96 | 0.72 | 0.12 | 345.49 | 0.91 | 0.46 |
| Hex | E1 | A | 3E | 0 | 60 | 48 | C | 159 | 5B | 2E |
| Octal | 341 | 12 | 76 | 0 | 140 | 110 | 14 | 531 | 133 | 56 |
| Binary | 11100001 | 1010 | 111110 | 0 | 1100000 | 1001000 | 1100 | 101011001 | 1011011 | 101110 |
Color Harmonies of #E10A3E
Complementary color
Monochromatic Colors of #E10A3E
Black with #E10A3E
Text Example
Text Example
White with #E10A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A3E; }
p { color: rgb(225,10,62); }
H1.HeaderClassName
{
color: #E10A3E;
}
.AnyTagClassName
{
color: #E10A3E;
}
</style>
background-color css
<style>
a { background-color: #E10A3E; }
a { background-color: rgb(225,10,62); }
div.DivClassName
{
background-color: #E10A3E;
}
.BgClassName
{
background-color: #E10A3E;
}
</style>
border-color css
<style>
span { border-color: #E10A3E; }
span { border-color: rgb(225,10,62); }
td.TdClassName
{
border-color: #E10A3E;
}
.TagClassName
{
border-color: #E10A3E;
}
</style>