Shades of Torch Red #EE101B
Tints of Torch Red #EE101B
RGB
CMYK
RGB Variations
Color information
#EE101B (or 0xEE101B) is known color: Torch Red. HEX triplet: EE, 10 and 1B. RGB value is (238,16,27). Sum of RGB (Red+Green+Blue) = 238+16+27=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE101B is #11EFE4. Grayscale: #535353. Windows color (decimal): -1175525 or 1773806. OLE color: 1773806.
HSL color Cylindrical-coordinate representation of color #EE101B: hue angle of 357.03º 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 #EE101B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.07 |
| HSL | 357.03º | 0.87% | 0.5% | - |
| HSV(B) | 357.03º | 0.93% | 0.93% | - |
| XYZ | 35.64 | 18.63 | 2.75 | - |
| YUV | 83.63 | 96.05 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 27 | 0 | 0.93 | 0.89 | 0.07 | 357.03 | 0.87 | 0.5 |
| Hex | EE | 10 | 1B | 0 | 5D | 59 | 7 | 165 | 57 | 32 |
| Octal | 356 | 20 | 33 | 0 | 135 | 131 | 7 | 545 | 127 | 62 |
| Binary | 11101110 | 10000 | 11011 | 0 | 1011101 | 1011001 | 111 | 101100101 | 1010111 | 110010 |
Color Harmonies of #EE101B
Complementary color
Monochromatic Colors of #EE101B
Black with #EE101B
Text Example
Text Example
White with #EE101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE101B; }
p { color: rgb(238,16,27); }
H1.HeaderClassName
{
color: #EE101B;
}
.AnyTagClassName
{
color: #EE101B;
}
</style>
background-color css
<style>
a { background-color: #EE101B; }
a { background-color: rgb(238,16,27); }
div.DivClassName
{
background-color: #EE101B;
}
.BgClassName
{
background-color: #EE101B;
}
</style>
border-color css
<style>
span { border-color: #EE101B; }
span { border-color: rgb(238,16,27); }
td.TdClassName
{
border-color: #EE101B;
}
.TagClassName
{
border-color: #EE101B;
}
</style>