Shades of Crimson #E01D3E
Tints of Crimson #E01D3E
RGB
CMYK
RGB Variations
Color information
#E01D3E (or 0xE01D3E) is known color: Crimson. HEX triplet: E0, 1D and 3E. RGB value is (224,29,62). Sum of RGB (Red+Green+Blue) = 224+29+62=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D3E is #1FE2C1. Grayscale: #5B5B5B. Windows color (decimal): -2089666 or 4070880. OLE color: 4070880.
HSL color Cylindrical-coordinate representation of color #E01D3E: hue angle of 349.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01D3E is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 62 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.12 |
| HSL | 349.85º | 0.77% | 0.5% | - |
| HSV(B) | 349.85º | 0.87% | 0.88% | - |
| XYZ | 32.05 | 17.07 | 6.16 | - |
| YUV | 91.07 | 111.6 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 62 | 0 | 0.87 | 0.72 | 0.12 | 349.85 | 0.77 | 0.5 |
| Hex | E0 | 1D | 3E | 0 | 57 | 48 | C | 15E | 4D | 32 |
| Octal | 340 | 35 | 76 | 0 | 127 | 110 | 14 | 536 | 115 | 62 |
| Binary | 11100000 | 11101 | 111110 | 0 | 1010111 | 1001000 | 1100 | 101011110 | 1001101 | 110010 |
Color Harmonies of #E01D3E
Complementary color
Monochromatic Colors of #E01D3E
Black with #E01D3E
Text Example
Text Example
White with #E01D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01D3E; }
p { color: rgb(224,29,62); }
H1.HeaderClassName
{
color: #E01D3E;
}
.AnyTagClassName
{
color: #E01D3E;
}
</style>
background-color css
<style>
a { background-color: #E01D3E; }
a { background-color: rgb(224,29,62); }
div.DivClassName
{
background-color: #E01D3E;
}
.BgClassName
{
background-color: #E01D3E;
}
</style>
border-color css
<style>
span { border-color: #E01D3E; }
span { border-color: rgb(224,29,62); }
td.TdClassName
{
border-color: #E01D3E;
}
.TagClassName
{
border-color: #E01D3E;
}
</style>