Shades of Red #E2100C
Tints of Red #E2100C
RGB
CMYK
RGB Variations
Color information
#E2100C (or 0xE2100C) is known color: Red. HEX triplet: E2, 10 and 0C. RGB value is (226,16,12). Sum of RGB (Red+Green+Blue) = 226+16+12=254 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.98% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 226 - color contains mainly: red. Hex color #E2100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2100C is #1DEFF3. Grayscale: #4E4E4E. Windows color (decimal): -1961972 or 790754. OLE color: 790754.
HSL color Cylindrical-coordinate representation of color #E2100C: hue angle of 1.12º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2100C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.11 |
| HSL | 1.12º | 0.9% | 0.47% | - |
| HSV(B) | 1.12º | 0.95% | 0.89% | - |
| XYZ | 31.62 | 16.57 | 1.88 | - |
| YUV | 78.33 | 90.57 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 12 | 0 | 0.93 | 0.95 | 0.11 | 1.12 | 0.9 | 0.47 |
| Hex | E2 | 10 | C | 0 | 5D | 5F | B | 1 | 5A | 2F |
| Octal | 342 | 20 | 14 | 0 | 135 | 137 | 13 | 1 | 132 | 57 |
| Binary | 11100010 | 10000 | 1100 | 0 | 1011101 | 1011111 | 1011 | 1 | 1011010 | 101111 |
Color Harmonies of #E2100C
Complementary color
Monochromatic Colors of #E2100C
Black with #E2100C
Text Example
Text Example
White with #E2100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2100C; }
p { color: rgb(226,16,12); }
H1.HeaderClassName
{
color: #E2100C;
}
.AnyTagClassName
{
color: #E2100C;
}
</style>
background-color css
<style>
a { background-color: #E2100C; }
a { background-color: rgb(226,16,12); }
div.DivClassName
{
background-color: #E2100C;
}
.BgClassName
{
background-color: #E2100C;
}
</style>
border-color css
<style>
span { border-color: #E2100C; }
span { border-color: rgb(226,16,12); }
td.TdClassName
{
border-color: #E2100C;
}
.TagClassName
{
border-color: #E2100C;
}
</style>