Shades of Crimson #E2002F
Tints of Crimson #E2002F
RGB
CMYK
RGB Variations
Color information
#E2002F (or 0xE2002F) is known color: Crimson. HEX triplet: E2, 00 and 2F. RGB value is (226,0,47). Sum of RGB (Red+Green+Blue) = 226+0+47=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E2002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2002F is #1DFFD0. Grayscale: #484848. Windows color (decimal): -1966033 or 3080418. OLE color: 3080418.
HSL color Cylindrical-coordinate representation of color #E2002F: hue angle of 347.52º 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 #E2002F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.79 | 0.11 |
| HSL | 347.52º | 1% | 0.44% | - |
| HSV(B) | 347.52º | 1% | 0.89% | - |
| XYZ | 31.88 | 16.37 | 4.17 | - |
| YUV | 72.93 | 113.37 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 47 | 0 | 1 | 0.79 | 0.11 | 347.52 | 1 | 0.44 |
| Hex | E2 | 0 | 2F | 0 | 64 | 4F | B | 15C | 64 | 2C |
| Octal | 342 | 0 | 57 | 0 | 144 | 117 | 13 | 534 | 144 | 54 |
| Binary | 11100010 | 0 | 101111 | 0 | 1100100 | 1001111 | 1011 | 101011100 | 1100100 | 101100 |
Color Harmonies of #E2002F
Complementary color
Monochromatic Colors of #E2002F
Black with #E2002F
Text Example
Text Example
White with #E2002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2002F; }
p { color: rgb(226,0,47); }
H1.HeaderClassName
{
color: #E2002F;
}
.AnyTagClassName
{
color: #E2002F;
}
</style>
background-color css
<style>
a { background-color: #E2002F; }
a { background-color: rgb(226,0,47); }
div.DivClassName
{
background-color: #E2002F;
}
.BgClassName
{
background-color: #E2002F;
}
</style>
border-color css
<style>
span { border-color: #E2002F; }
span { border-color: rgb(226,0,47); }
td.TdClassName
{
border-color: #E2002F;
}
.TagClassName
{
border-color: #E2002F;
}
</style>