Shades of Crimson #E10A2D
Tints of Crimson #E10A2D
RGB
CMYK
RGB Variations
Color information
#E10A2D (or 0xE10A2D) is known color: Crimson. HEX triplet: E1, 0A and 2D. RGB value is (225,10,45). Sum of RGB (Red+Green+Blue) = 225+10+45=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A2D is #1EF5D2. Grayscale: #4E4E4E. Windows color (decimal): -2029011 or 2951905. OLE color: 2951905.
HSL color Cylindrical-coordinate representation of color #E10A2D: hue angle of 350.23º 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 #E10A2D is Cyan = 0, Magento = 0.96, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 45 | - |
| CMYK | 0 | 0.96 | 0.8 | 0.12 |
| HSL | 350.23º | 0.91% | 0.46% | - |
| HSV(B) | 350.23º | 0.96% | 0.88% | - |
| XYZ | 31.63 | 16.41 | 3.98 | - |
| YUV | 78.28 | 109.23 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 45 | 0 | 0.96 | 0.8 | 0.12 | 350.23 | 0.91 | 0.46 |
| Hex | E1 | A | 2D | 0 | 60 | 50 | C | 15E | 5B | 2E |
| Octal | 341 | 12 | 55 | 0 | 140 | 120 | 14 | 536 | 133 | 56 |
| Binary | 11100001 | 1010 | 101101 | 0 | 1100000 | 1010000 | 1100 | 101011110 | 1011011 | 101110 |
Color Harmonies of #E10A2D
Complementary color
Monochromatic Colors of #E10A2D
Black with #E10A2D
Text Example
Text Example
White with #E10A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A2D; }
p { color: rgb(225,10,45); }
H1.HeaderClassName
{
color: #E10A2D;
}
.AnyTagClassName
{
color: #E10A2D;
}
</style>
background-color css
<style>
a { background-color: #E10A2D; }
a { background-color: rgb(225,10,45); }
div.DivClassName
{
background-color: #E10A2D;
}
.BgClassName
{
background-color: #E10A2D;
}
</style>
border-color css
<style>
span { border-color: #E10A2D; }
span { border-color: rgb(225,10,45); }
td.TdClassName
{
border-color: #E10A2D;
}
.TagClassName
{
border-color: #E10A2D;
}
</style>