Shades of Crimson #E0013E
Tints of Crimson #E0013E
RGB
CMYK
RGB Variations
Color information
#E0013E (or 0xE0013E) is known color: Crimson. HEX triplet: E0, 01 and 3E. RGB value is (224,1,62). Sum of RGB (Red+Green+Blue) = 224+1+62=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0013E is #1FFEC1. Grayscale: #4A4A4A. Windows color (decimal): -2096834 or 4063712. OLE color: 4063712.
HSL color Cylindrical-coordinate representation of color #E0013E: hue angle of 343.59º 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 #E0013E is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.12 |
| HSL | 343.59º | 0.99% | 0.44% | - |
| HSV(B) | 343.59º | 1% | 0.88% | - |
| XYZ | 31.62 | 16.22 | 6.02 | - |
| YUV | 74.63 | 120.88 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 62 | 0 | 1.00 | 0.72 | 0.12 | 343.59 | 0.99 | 0.44 |
| Hex | E0 | 1 | 3E | 0 | 64 | 48 | C | 158 | 63 | 2C |
| Octal | 340 | 1 | 76 | 0 | 144 | 110 | 14 | 530 | 143 | 54 |
| Binary | 11100000 | 1 | 111110 | 0 | 1100100 | 1001000 | 1100 | 101011000 | 1100011 | 101100 |
Color Harmonies of #E0013E
Complementary color
Monochromatic Colors of #E0013E
Black with #E0013E
Text Example
Text Example
White with #E0013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0013E; }
p { color: rgb(224,1,62); }
H1.HeaderClassName
{
color: #E0013E;
}
.AnyTagClassName
{
color: #E0013E;
}
</style>
background-color css
<style>
a { background-color: #E0013E; }
a { background-color: rgb(224,1,62); }
div.DivClassName
{
background-color: #E0013E;
}
.BgClassName
{
background-color: #E0013E;
}
</style>
border-color css
<style>
span { border-color: #E0013E; }
span { border-color: rgb(224,1,62); }
td.TdClassName
{
border-color: #E0013E;
}
.TagClassName
{
border-color: #E0013E;
}
</style>