Shades of Torch Red #EE121B
Tints of Torch Red #EE121B
RGB
CMYK
RGB Variations
Color information
#EE121B (or 0xEE121B) is known color: Torch Red. HEX triplet: EE, 12 and 1B. RGB value is (238,18,27). Sum of RGB (Red+Green+Blue) = 238+18+27=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE121B is #11EDE4. Grayscale: #545454. Windows color (decimal): -1175013 or 1774318. OLE color: 1774318.
HSL color Cylindrical-coordinate representation of color #EE121B: hue angle of 357.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE121B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.07 |
| HSL | 357.55º | 0.87% | 0.5% | - |
| HSV(B) | 357.55º | 0.92% | 0.93% | - |
| XYZ | 35.67 | 18.69 | 2.76 | - |
| YUV | 84.81 | 95.39 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 27 | 0 | 0.92 | 0.89 | 0.07 | 357.55 | 0.87 | 0.5 |
| Hex | EE | 12 | 1B | 0 | 5C | 59 | 7 | 166 | 57 | 32 |
| Octal | 356 | 22 | 33 | 0 | 134 | 131 | 7 | 546 | 127 | 62 |
| Binary | 11101110 | 10010 | 11011 | 0 | 1011100 | 1011001 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EE121B
Complementary color
Monochromatic Colors of #EE121B
Black with #EE121B
Text Example
Text Example
White with #EE121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE121B; }
p { color: rgb(238,18,27); }
H1.HeaderClassName
{
color: #EE121B;
}
.AnyTagClassName
{
color: #EE121B;
}
</style>
background-color css
<style>
a { background-color: #EE121B; }
a { background-color: rgb(238,18,27); }
div.DivClassName
{
background-color: #EE121B;
}
.BgClassName
{
background-color: #EE121B;
}
</style>
border-color css
<style>
span { border-color: #EE121B; }
span { border-color: rgb(238,18,27); }
td.TdClassName
{
border-color: #EE121B;
}
.TagClassName
{
border-color: #EE121B;
}
</style>