Shades of Crimson #E2003C
Tints of Crimson #E2003C
RGB
CMYK
RGB Variations
Color information
#E2003C (or 0xE2003C) is known color: Crimson. HEX triplet: E2, 00 and 3C. RGB value is (226,0,60). Sum of RGB (Red+Green+Blue) = 226+0+60=286 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.02% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 226 - color contains mainly: red. Hex color #E2003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2003C is #1DFFC3. Grayscale: #4A4A4A. Windows color (decimal): -1966020 or 3932386. OLE color: 3932386.
HSL color Cylindrical-coordinate representation of color #E2003C: hue angle of 344.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2003C is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.73 | 0.11 |
| HSL | 344.07º | 1% | 0.44% | - |
| HSV(B) | 344.07º | 1% | 0.89% | - |
| XYZ | 32.18 | 16.5 | 5.76 | - |
| YUV | 74.41 | 119.87 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 60 | 0 | 1 | 0.73 | 0.11 | 344.07 | 1 | 0.44 |
| Hex | E2 | 0 | 3C | 0 | 64 | 49 | B | 158 | 64 | 2C |
| Octal | 342 | 0 | 74 | 0 | 144 | 111 | 13 | 530 | 144 | 54 |
| Binary | 11100010 | 0 | 111100 | 0 | 1100100 | 1001001 | 1011 | 101011000 | 1100100 | 101100 |
Color Harmonies of #E2003C
Complementary color
Monochromatic Colors of #E2003C
Black with #E2003C
Text Example
Text Example
White with #E2003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2003C; }
p { color: rgb(226,0,60); }
H1.HeaderClassName
{
color: #E2003C;
}
.AnyTagClassName
{
color: #E2003C;
}
</style>
background-color css
<style>
a { background-color: #E2003C; }
a { background-color: rgb(226,0,60); }
div.DivClassName
{
background-color: #E2003C;
}
.BgClassName
{
background-color: #E2003C;
}
</style>
border-color css
<style>
span { border-color: #E2003C; }
span { border-color: rgb(226,0,60); }
td.TdClassName
{
border-color: #E2003C;
}
.TagClassName
{
border-color: #E2003C;
}
</style>