Shades of Crimson #E00137
Tints of Crimson #E00137
RGB
CMYK
RGB Variations
Color information
#E00137 (or 0xE00137) is known color: Crimson. HEX triplet: E0, 01 and 37. RGB value is (224,1,55). Sum of RGB (Red+Green+Blue) = 224+1+55=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E00137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00137 is #1FFEC8. Grayscale: #494949. Windows color (decimal): -2096841 or 3604960. OLE color: 3604960.
HSL color Cylindrical-coordinate representation of color #E00137: hue angle of 345.47º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00137 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.12 |
| HSL | 345.47º | 0.99% | 0.44% | - |
| HSV(B) | 345.47º | 1% | 0.88% | - |
| XYZ | 31.44 | 16.14 | 5.07 | - |
| YUV | 73.83 | 117.38 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 55 | 0 | 1.00 | 0.75 | 0.12 | 345.47 | 0.99 | 0.44 |
| Hex | E0 | 1 | 37 | 0 | 64 | 4B | C | 159 | 63 | 2C |
| Octal | 340 | 1 | 67 | 0 | 144 | 113 | 14 | 531 | 143 | 54 |
| Binary | 11100000 | 1 | 110111 | 0 | 1100100 | 1001011 | 1100 | 101011001 | 1100011 | 101100 |
Color Harmonies of #E00137
Complementary color
Monochromatic Colors of #E00137
Black with #E00137
Text Example
Text Example
White with #E00137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00137; }
p { color: rgb(224,1,55); }
H1.HeaderClassName
{
color: #E00137;
}
.AnyTagClassName
{
color: #E00137;
}
</style>
background-color css
<style>
a { background-color: #E00137; }
a { background-color: rgb(224,1,55); }
div.DivClassName
{
background-color: #E00137;
}
.BgClassName
{
background-color: #E00137;
}
</style>
border-color css
<style>
span { border-color: #E00137; }
span { border-color: rgb(224,1,55); }
td.TdClassName
{
border-color: #E00137;
}
.TagClassName
{
border-color: #E00137;
}
</style>