Shades of Crimson #E2103F
Tints of Crimson #E2103F
RGB
CMYK
RGB Variations
Color information
#E2103F (or 0xE2103F) is known color: Crimson. HEX triplet: E2, 10 and 3F. RGB value is (226,16,63). Sum of RGB (Red+Green+Blue) = 226+16+63=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2103F is #1DEFC0. Grayscale: #545454. Windows color (decimal): -1961921 or 4133090. OLE color: 4133090.
HSL color Cylindrical-coordinate representation of color #E2103F: hue angle of 346.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2103F is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 63 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.11 |
| HSL | 346.57º | 0.87% | 0.47% | - |
| HSV(B) | 346.57º | 0.93% | 0.89% | - |
| XYZ | 32.45 | 16.9 | 6.25 | - |
| YUV | 84.15 | 116.07 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 63 | 0 | 0.93 | 0.72 | 0.11 | 346.57 | 0.87 | 0.47 |
| Hex | E2 | 10 | 3F | 0 | 5D | 48 | B | 15B | 57 | 2F |
| Octal | 342 | 20 | 77 | 0 | 135 | 110 | 13 | 533 | 127 | 57 |
| Binary | 11100010 | 10000 | 111111 | 0 | 1011101 | 1001000 | 1011 | 101011011 | 1010111 | 101111 |
Color Harmonies of #E2103F
Complementary color
Monochromatic Colors of #E2103F
Black with #E2103F
Text Example
Text Example
White with #E2103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2103F; }
p { color: rgb(226,16,63); }
H1.HeaderClassName
{
color: #E2103F;
}
.AnyTagClassName
{
color: #E2103F;
}
</style>
background-color css
<style>
a { background-color: #E2103F; }
a { background-color: rgb(226,16,63); }
div.DivClassName
{
background-color: #E2103F;
}
.BgClassName
{
background-color: #E2103F;
}
</style>
border-color css
<style>
span { border-color: #E2103F; }
span { border-color: rgb(226,16,63); }
td.TdClassName
{
border-color: #E2103F;
}
.TagClassName
{
border-color: #E2103F;
}
</style>