Shades of Crimson #E10B37
Tints of Crimson #E10B37
RGB
CMYK
RGB Variations
Color information
#E10B37 (or 0xE10B37) is known color: Crimson. HEX triplet: E1, 0B and 37. RGB value is (225,11,55). Sum of RGB (Red+Green+Blue) = 225+11+55=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10B37 is #1EF4C8. Grayscale: #505050. Windows color (decimal): -2028745 or 3607521. OLE color: 3607521.
HSL color Cylindrical-coordinate representation of color #E10B37: hue angle of 347.66º 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 #E10B37 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 55 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.12 |
| HSL | 347.66º | 0.91% | 0.46% | - |
| HSV(B) | 347.66º | 0.95% | 0.88% | - |
| XYZ | 31.86 | 16.52 | 5.12 | - |
| YUV | 80 | 113.9 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 55 | 0 | 0.95 | 0.76 | 0.12 | 347.66 | 0.91 | 0.46 |
| Hex | E1 | B | 37 | 0 | 5F | 4C | C | 15C | 5B | 2E |
| Octal | 341 | 13 | 67 | 0 | 137 | 114 | 14 | 534 | 133 | 56 |
| Binary | 11100001 | 1011 | 110111 | 0 | 1011111 | 1001100 | 1100 | 101011100 | 1011011 | 101110 |
Color Harmonies of #E10B37
Complementary color
Monochromatic Colors of #E10B37
Black with #E10B37
Text Example
Text Example
White with #E10B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10B37; }
p { color: rgb(225,11,55); }
H1.HeaderClassName
{
color: #E10B37;
}
.AnyTagClassName
{
color: #E10B37;
}
</style>
background-color css
<style>
a { background-color: #E10B37; }
a { background-color: rgb(225,11,55); }
div.DivClassName
{
background-color: #E10B37;
}
.BgClassName
{
background-color: #E10B37;
}
</style>
border-color css
<style>
span { border-color: #E10B37; }
span { border-color: rgb(225,11,55); }
td.TdClassName
{
border-color: #E10B37;
}
.TagClassName
{
border-color: #E10B37;
}
</style>