Shades of Crimson #E2013F
Tints of Crimson #E2013F
RGB
CMYK
RGB Variations
Color information
#E2013F (or 0xE2013F) is known color: Crimson. HEX triplet: E2, 01 and 3F. RGB value is (226,1,63). Sum of RGB (Red+Green+Blue) = 226+1+63=290 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.93% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 226 - color contains mainly: red. Hex color #E2013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2013F is #1DFEC0. Grayscale: #4B4B4B. Windows color (decimal): -1965761 or 4129250. OLE color: 4129250.
HSL color Cylindrical-coordinate representation of color #E2013F: hue angle of 343.47º 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 #E2013F is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.11 |
| HSL | 343.47º | 0.99% | 0.45% | - |
| HSV(B) | 343.47º | 1% | 0.89% | - |
| XYZ | 32.27 | 16.55 | 6.2 | - |
| YUV | 75.34 | 121.04 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 63 | 0 | 1.00 | 0.72 | 0.11 | 343.47 | 0.99 | 0.45 |
| Hex | E2 | 1 | 3F | 0 | 64 | 48 | B | 157 | 63 | 2D |
| Octal | 342 | 1 | 77 | 0 | 144 | 110 | 13 | 527 | 143 | 55 |
| Binary | 11100010 | 1 | 111111 | 0 | 1100100 | 1001000 | 1011 | 101010111 | 1100011 | 101101 |
Color Harmonies of #E2013F
Complementary color
Monochromatic Colors of #E2013F
Black with #E2013F
Text Example
Text Example
White with #E2013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2013F; }
p { color: rgb(226,1,63); }
H1.HeaderClassName
{
color: #E2013F;
}
.AnyTagClassName
{
color: #E2013F;
}
</style>
background-color css
<style>
a { background-color: #E2013F; }
a { background-color: rgb(226,1,63); }
div.DivClassName
{
background-color: #E2013F;
}
.BgClassName
{
background-color: #E2013F;
}
</style>
border-color css
<style>
span { border-color: #E2013F; }
span { border-color: rgb(226,1,63); }
td.TdClassName
{
border-color: #E2013F;
}
.TagClassName
{
border-color: #E2013F;
}
</style>