Shades of Crimson #E3003E
Tints of Crimson #E3003E
RGB
CMYK
RGB Variations
Color information
#E3003E (or 0xE3003E) is known color: Crimson. HEX triplet: E3, 00 and 3E. RGB value is (227,0,62). Sum of RGB (Red+Green+Blue) = 227+0+62=289 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.55% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 227 - color contains mainly: red. Hex color #E3003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3003E is #1CFFC1. Grayscale: #4A4A4A. Windows color (decimal): -1900482 or 4063459. OLE color: 4063459.
HSL color Cylindrical-coordinate representation of color #E3003E: hue angle of 343.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3003E is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.73 | 0.11 |
| HSL | 343.61º | 1% | 0.45% | - |
| HSV(B) | 343.61º | 1% | 0.89% | - |
| XYZ | 32.55 | 16.68 | 6.06 | - |
| YUV | 74.94 | 120.71 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 62 | 0 | 1 | 0.73 | 0.11 | 343.61 | 1 | 0.45 |
| Hex | E3 | 0 | 3E | 0 | 64 | 49 | B | 158 | 64 | 2D |
| Octal | 343 | 0 | 76 | 0 | 144 | 111 | 13 | 530 | 144 | 55 |
| Binary | 11100011 | 0 | 111110 | 0 | 1100100 | 1001001 | 1011 | 101011000 | 1100100 | 101101 |
Color Harmonies of #E3003E
Complementary color
Monochromatic Colors of #E3003E
Black with #E3003E
Text Example
Text Example
White with #E3003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3003E; }
p { color: rgb(227,0,62); }
H1.HeaderClassName
{
color: #E3003E;
}
.AnyTagClassName
{
color: #E3003E;
}
</style>
background-color css
<style>
a { background-color: #E3003E; }
a { background-color: rgb(227,0,62); }
div.DivClassName
{
background-color: #E3003E;
}
.BgClassName
{
background-color: #E3003E;
}
</style>
border-color css
<style>
span { border-color: #E3003E; }
span { border-color: rgb(227,0,62); }
td.TdClassName
{
border-color: #E3003E;
}
.TagClassName
{
border-color: #E3003E;
}
</style>