Shades of Crimson #E10B3E
Tints of Crimson #E10B3E
RGB
CMYK
RGB Variations
Color information
#E10B3E (or 0xE10B3E) is known color: Crimson. HEX triplet: E1, 0B and 3E. RGB value is (225,11,62). Sum of RGB (Red+Green+Blue) = 225+11+62=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10B3E is #1EF4C1. Grayscale: #505050. Windows color (decimal): -2028738 or 4066273. OLE color: 4066273.
HSL color Cylindrical-coordinate representation of color #E10B3E: hue angle of 345.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10B3E is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.12 |
| HSL | 345.7º | 0.91% | 0.46% | - |
| HSV(B) | 345.7º | 0.95% | 0.88% | - |
| XYZ | 32.04 | 16.59 | 6.07 | - |
| YUV | 80.8 | 117.4 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 62 | 0 | 0.95 | 0.72 | 0.12 | 345.7 | 0.91 | 0.46 |
| Hex | E1 | B | 3E | 0 | 5F | 48 | C | 15A | 5B | 2E |
| Octal | 341 | 13 | 76 | 0 | 137 | 110 | 14 | 532 | 133 | 56 |
| Binary | 11100001 | 1011 | 111110 | 0 | 1011111 | 1001000 | 1100 | 101011010 | 1011011 | 101110 |
Color Harmonies of #E10B3E
Complementary color
Monochromatic Colors of #E10B3E
Black with #E10B3E
Text Example
Text Example
White with #E10B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10B3E; }
p { color: rgb(225,11,62); }
H1.HeaderClassName
{
color: #E10B3E;
}
.AnyTagClassName
{
color: #E10B3E;
}
</style>
background-color css
<style>
a { background-color: #E10B3E; }
a { background-color: rgb(225,11,62); }
div.DivClassName
{
background-color: #E10B3E;
}
.BgClassName
{
background-color: #E10B3E;
}
</style>
border-color css
<style>
span { border-color: #E10B3E; }
span { border-color: rgb(225,11,62); }
td.TdClassName
{
border-color: #E10B3E;
}
.TagClassName
{
border-color: #E10B3E;
}
</style>