Shades of Crimson #E2013C
Tints of Crimson #E2013C
RGB
CMYK
RGB Variations
Color information
#E2013C (or 0xE2013C) is known color: Crimson. HEX triplet: E2, 01 and 3C. RGB value is (226,1,60). Sum of RGB (Red+Green+Blue) = 226+1+60=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E2013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2013C is #1DFEC3. Grayscale: #4A4A4A. Windows color (decimal): -1965764 or 3932642. OLE color: 3932642.
HSL color Cylindrical-coordinate representation of color #E2013C: hue angle of 344.27º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2013C is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.11 |
| HSL | 344.27º | 0.99% | 0.45% | - |
| HSV(B) | 344.27º | 1% | 0.89% | - |
| XYZ | 32.19 | 16.52 | 5.77 | - |
| YUV | 75 | 119.54 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 60 | 0 | 1.00 | 0.73 | 0.11 | 344.27 | 0.99 | 0.45 |
| Hex | E2 | 1 | 3C | 0 | 64 | 49 | B | 158 | 63 | 2D |
| Octal | 342 | 1 | 74 | 0 | 144 | 111 | 13 | 530 | 143 | 55 |
| Binary | 11100010 | 1 | 111100 | 0 | 1100100 | 1001001 | 1011 | 101011000 | 1100011 | 101101 |
Color Harmonies of #E2013C
Complementary color
Monochromatic Colors of #E2013C
Black with #E2013C
Text Example
Text Example
White with #E2013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2013C; }
p { color: rgb(226,1,60); }
H1.HeaderClassName
{
color: #E2013C;
}
.AnyTagClassName
{
color: #E2013C;
}
</style>
background-color css
<style>
a { background-color: #E2013C; }
a { background-color: rgb(226,1,60); }
div.DivClassName
{
background-color: #E2013C;
}
.BgClassName
{
background-color: #E2013C;
}
</style>
border-color css
<style>
span { border-color: #E2013C; }
span { border-color: rgb(226,1,60); }
td.TdClassName
{
border-color: #E2013C;
}
.TagClassName
{
border-color: #E2013C;
}
</style>