Shades of Torch Red #EE0F1F
Tints of Torch Red #EE0F1F
RGB
CMYK
RGB Variations
Color information
#EE0F1F (or 0xEE0F1F) is known color: Torch Red. HEX triplet: EE, 0F and 1F. RGB value is (238,15,31). Sum of RGB (Red+Green+Blue) = 238+15+31=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F1F is #11F0E0. Grayscale: #535353. Windows color (decimal): -1175777 or 2035694. OLE color: 2035694.
HSL color Cylindrical-coordinate representation of color #EE0F1F: hue angle of 355.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F1F is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 31 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.07 |
| HSL | 355.7º | 0.88% | 0.5% | - |
| HSV(B) | 355.7º | 0.94% | 0.93% | - |
| XYZ | 35.68 | 18.62 | 3.01 | - |
| YUV | 83.5 | 98.38 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 31 | 0 | 0.94 | 0.87 | 0.07 | 355.7 | 0.88 | 0.5 |
| Hex | EE | F | 1F | 0 | 5E | 57 | 7 | 164 | 58 | 32 |
| Octal | 356 | 17 | 37 | 0 | 136 | 127 | 7 | 544 | 130 | 62 |
| Binary | 11101110 | 1111 | 11111 | 0 | 1011110 | 1010111 | 111 | 101100100 | 1011000 | 110010 |
Color Harmonies of #EE0F1F
Complementary color
Monochromatic Colors of #EE0F1F
Black with #EE0F1F
Text Example
Text Example
White with #EE0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F1F; }
p { color: rgb(238,15,31); }
H1.HeaderClassName
{
color: #EE0F1F;
}
.AnyTagClassName
{
color: #EE0F1F;
}
</style>
background-color css
<style>
a { background-color: #EE0F1F; }
a { background-color: rgb(238,15,31); }
div.DivClassName
{
background-color: #EE0F1F;
}
.BgClassName
{
background-color: #EE0F1F;
}
</style>
border-color css
<style>
span { border-color: #EE0F1F; }
span { border-color: rgb(238,15,31); }
td.TdClassName
{
border-color: #EE0F1F;
}
.TagClassName
{
border-color: #EE0F1F;
}
</style>