Shades of Crimson #E10A2B
Tints of Crimson #E10A2B
RGB
CMYK
RGB Variations
Color information
#E10A2B (or 0xE10A2B) is known color: Crimson. HEX triplet: E1, 0A and 2B. RGB value is (225,10,43). Sum of RGB (Red+Green+Blue) = 225+10+43=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A2B is #1EF5D4. Grayscale: #4E4E4E. Windows color (decimal): -2029013 or 2820833. OLE color: 2820833.
HSL color Cylindrical-coordinate representation of color #E10A2B: hue angle of 350.79º 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 #E10A2B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.12 |
| HSL | 350.79º | 0.91% | 0.46% | - |
| HSV(B) | 350.79º | 0.96% | 0.88% | - |
| XYZ | 31.6 | 16.4 | 3.79 | - |
| YUV | 78.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 43 | 0 | 0.96 | 0.81 | 0.12 | 350.79 | 0.91 | 0.46 |
| Hex | E1 | A | 2B | 0 | 60 | 51 | C | 15F | 5B | 2E |
| Octal | 341 | 12 | 53 | 0 | 140 | 121 | 14 | 537 | 133 | 56 |
| Binary | 11100001 | 1010 | 101011 | 0 | 1100000 | 1010001 | 1100 | 101011111 | 1011011 | 101110 |
Color Harmonies of #E10A2B
Complementary color
Monochromatic Colors of #E10A2B
Black with #E10A2B
Text Example
Text Example
White with #E10A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A2B; }
p { color: rgb(225,10,43); }
H1.HeaderClassName
{
color: #E10A2B;
}
.AnyTagClassName
{
color: #E10A2B;
}
</style>
background-color css
<style>
a { background-color: #E10A2B; }
a { background-color: rgb(225,10,43); }
div.DivClassName
{
background-color: #E10A2B;
}
.BgClassName
{
background-color: #E10A2B;
}
</style>
border-color css
<style>
span { border-color: #E10A2B; }
span { border-color: rgb(225,10,43); }
td.TdClassName
{
border-color: #E10A2B;
}
.TagClassName
{
border-color: #E10A2B;
}
</style>