Shades of Torch Red #EE151F
Tints of Torch Red #EE151F
RGB
CMYK
RGB Variations
Color information
#EE151F (or 0xEE151F) is known color: Torch Red. HEX triplet: EE, 15 and 1F. RGB value is (238,21,31). Sum of RGB (Red+Green+Blue) = 238+21+31=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE151F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE151F is #11EAE0. Grayscale: #575757. Windows color (decimal): -1174241 or 2037230. OLE color: 2037230.
HSL color Cylindrical-coordinate representation of color #EE151F: hue angle of 357.24º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE151F is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 31 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.07 |
| HSL | 357.24º | 0.86% | 0.51% | - |
| HSV(B) | 357.24º | 0.91% | 0.93% | - |
| XYZ | 35.78 | 18.81 | 3.04 | - |
| YUV | 87.02 | 96.39 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 31 | 0 | 0.91 | 0.87 | 0.07 | 357.24 | 0.86 | 0.51 |
| Hex | EE | 15 | 1F | 0 | 5B | 57 | 7 | 165 | 56 | 33 |
| Octal | 356 | 25 | 37 | 0 | 133 | 127 | 7 | 545 | 126 | 63 |
| Binary | 11101110 | 10101 | 11111 | 0 | 1011011 | 1010111 | 111 | 101100101 | 1010110 | 110011 |
Color Harmonies of #EE151F
Complementary color
Monochromatic Colors of #EE151F
Black with #EE151F
Text Example
Text Example
White with #EE151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE151F; }
p { color: rgb(238,21,31); }
H1.HeaderClassName
{
color: #EE151F;
}
.AnyTagClassName
{
color: #EE151F;
}
</style>
background-color css
<style>
a { background-color: #EE151F; }
a { background-color: rgb(238,21,31); }
div.DivClassName
{
background-color: #EE151F;
}
.BgClassName
{
background-color: #EE151F;
}
</style>
border-color css
<style>
span { border-color: #EE151F; }
span { border-color: rgb(238,21,31); }
td.TdClassName
{
border-color: #EE151F;
}
.TagClassName
{
border-color: #EE151F;
}
</style>