Shades of Torch Red #EE121F
Tints of Torch Red #EE121F
RGB
CMYK
RGB Variations
Color information
#EE121F (or 0xEE121F) is known color: Torch Red. HEX triplet: EE, 12 and 1F. RGB value is (238,18,31). Sum of RGB (Red+Green+Blue) = 238+18+31=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE121F is #11EDE0. Grayscale: #555555. Windows color (decimal): -1175009 or 2036462. OLE color: 2036462.
HSL color Cylindrical-coordinate representation of color #EE121F: hue angle of 356.45º 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 #EE121F is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 31 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.07 |
| HSL | 356.45º | 0.87% | 0.5% | - |
| HSV(B) | 356.45º | 0.92% | 0.93% | - |
| XYZ | 35.72 | 18.71 | 3.02 | - |
| YUV | 85.26 | 97.39 | 236.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 31 | 0 | 0.92 | 0.87 | 0.07 | 356.45 | 0.87 | 0.5 |
| Hex | EE | 12 | 1F | 0 | 5C | 57 | 7 | 164 | 57 | 32 |
| Octal | 356 | 22 | 37 | 0 | 134 | 127 | 7 | 544 | 127 | 62 |
| Binary | 11101110 | 10010 | 11111 | 0 | 1011100 | 1010111 | 111 | 101100100 | 1010111 | 110010 |
Color Harmonies of #EE121F
Complementary color
Monochromatic Colors of #EE121F
Black with #EE121F
Text Example
Text Example
White with #EE121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE121F; }
p { color: rgb(238,18,31); }
H1.HeaderClassName
{
color: #EE121F;
}
.AnyTagClassName
{
color: #EE121F;
}
</style>
background-color css
<style>
a { background-color: #EE121F; }
a { background-color: rgb(238,18,31); }
div.DivClassName
{
background-color: #EE121F;
}
.BgClassName
{
background-color: #EE121F;
}
</style>
border-color css
<style>
span { border-color: #EE121F; }
span { border-color: rgb(238,18,31); }
td.TdClassName
{
border-color: #EE121F;
}
.TagClassName
{
border-color: #EE121F;
}
</style>