Shades of Crimson #E0013C
Tints of Crimson #E0013C
RGB
CMYK
RGB Variations
Color information
#E0013C (or 0xE0013C) is known color: Crimson. HEX triplet: E0, 01 and 3C. RGB value is (224,1,60). Sum of RGB (Red+Green+Blue) = 224+1+60=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E0013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0013C is #1FFEC3. Grayscale: #4A4A4A. Windows color (decimal): -2096836 or 3932640. OLE color: 3932640.
HSL color Cylindrical-coordinate representation of color #E0013C: hue angle of 344.13º 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 #E0013C is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.12 |
| HSL | 344.13º | 0.99% | 0.44% | - |
| HSV(B) | 344.13º | 1% | 0.88% | - |
| XYZ | 31.57 | 16.2 | 5.74 | - |
| YUV | 74.4 | 119.88 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 60 | 0 | 1.00 | 0.73 | 0.12 | 344.13 | 0.99 | 0.44 |
| Hex | E0 | 1 | 3C | 0 | 64 | 49 | C | 158 | 63 | 2C |
| Octal | 340 | 1 | 74 | 0 | 144 | 111 | 14 | 530 | 143 | 54 |
| Binary | 11100000 | 1 | 111100 | 0 | 1100100 | 1001001 | 1100 | 101011000 | 1100011 | 101100 |
Color Harmonies of #E0013C
Complementary color
Monochromatic Colors of #E0013C
Black with #E0013C
Text Example
Text Example
White with #E0013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0013C; }
p { color: rgb(224,1,60); }
H1.HeaderClassName
{
color: #E0013C;
}
.AnyTagClassName
{
color: #E0013C;
}
</style>
background-color css
<style>
a { background-color: #E0013C; }
a { background-color: rgb(224,1,60); }
div.DivClassName
{
background-color: #E0013C;
}
.BgClassName
{
background-color: #E0013C;
}
</style>
border-color css
<style>
span { border-color: #E0013C; }
span { border-color: rgb(224,1,60); }
td.TdClassName
{
border-color: #E0013C;
}
.TagClassName
{
border-color: #E0013C;
}
</style>