Shades of Crimson #E11738
Tints of Crimson #E11738
RGB
CMYK
RGB Variations
Color information
#E11738 (or 0xE11738) is known color: Crimson. HEX triplet: E1, 17 and 38. RGB value is (225,23,56). Sum of RGB (Red+Green+Blue) = 225+23+56=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E11738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11738 is #1EE8C7. Grayscale: #575757. Windows color (decimal): -2025672 or 3676129. OLE color: 3676129.
HSL color Cylindrical-coordinate representation of color #E11738: hue angle of 350.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11738 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 56 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.12 |
| HSL | 350.2º | 0.81% | 0.49% | - |
| HSV(B) | 350.2º | 0.9% | 0.88% | - |
| XYZ | 32.07 | 16.91 | 5.31 | - |
| YUV | 87.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 56 | 0 | 0.90 | 0.75 | 0.12 | 350.2 | 0.81 | 0.49 |
| Hex | E1 | 17 | 38 | 0 | 5A | 4B | C | 15E | 51 | 31 |
| Octal | 341 | 27 | 70 | 0 | 132 | 113 | 14 | 536 | 121 | 61 |
| Binary | 11100001 | 10111 | 111000 | 0 | 1011010 | 1001011 | 1100 | 101011110 | 1010001 | 110001 |
Color Harmonies of #E11738
Complementary color
Monochromatic Colors of #E11738
Black with #E11738
Text Example
Text Example
White with #E11738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11738; }
p { color: rgb(225,23,56); }
H1.HeaderClassName
{
color: #E11738;
}
.AnyTagClassName
{
color: #E11738;
}
</style>
background-color css
<style>
a { background-color: #E11738; }
a { background-color: rgb(225,23,56); }
div.DivClassName
{
background-color: #E11738;
}
.BgClassName
{
background-color: #E11738;
}
</style>
border-color css
<style>
span { border-color: #E11738; }
span { border-color: rgb(225,23,56); }
td.TdClassName
{
border-color: #E11738;
}
.TagClassName
{
border-color: #E11738;
}
</style>