Shades of Torch Red #EE101E
Tints of Torch Red #EE101E
RGB
CMYK
RGB Variations
Color information
#EE101E (or 0xEE101E) is known color: Torch Red. HEX triplet: EE, 10 and 1E. RGB value is (238,16,30). Sum of RGB (Red+Green+Blue) = 238+16+30=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE101E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE101E is #11EFE1. Grayscale: #545454. Windows color (decimal): -1175522 or 1970414. OLE color: 1970414.
HSL color Cylindrical-coordinate representation of color #EE101E: hue angle of 356.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE101E is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 30 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.07 |
| HSL | 356.22º | 0.87% | 0.5% | - |
| HSV(B) | 356.22º | 0.93% | 0.93% | - |
| XYZ | 35.68 | 18.64 | 2.95 | - |
| YUV | 83.97 | 97.55 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 30 | 0 | 0.93 | 0.87 | 0.07 | 356.22 | 0.87 | 0.5 |
| Hex | EE | 10 | 1E | 0 | 5D | 57 | 7 | 164 | 57 | 32 |
| Octal | 356 | 20 | 36 | 0 | 135 | 127 | 7 | 544 | 127 | 62 |
| Binary | 11101110 | 10000 | 11110 | 0 | 1011101 | 1010111 | 111 | 101100100 | 1010111 | 110010 |
Color Harmonies of #EE101E
Complementary color
Monochromatic Colors of #EE101E
Black with #EE101E
Text Example
Text Example
White with #EE101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE101E; }
p { color: rgb(238,16,30); }
H1.HeaderClassName
{
color: #EE101E;
}
.AnyTagClassName
{
color: #EE101E;
}
</style>
background-color css
<style>
a { background-color: #EE101E; }
a { background-color: rgb(238,16,30); }
div.DivClassName
{
background-color: #EE101E;
}
.BgClassName
{
background-color: #EE101E;
}
</style>
border-color css
<style>
span { border-color: #EE101E; }
span { border-color: rgb(238,16,30); }
td.TdClassName
{
border-color: #EE101E;
}
.TagClassName
{
border-color: #EE101E;
}
</style>