Shades of Torch Red #EE051F
Tints of Torch Red #EE051F
RGB
CMYK
RGB Variations
Color information
#EE051F (or 0xEE051F) is known color: Torch Red. HEX triplet: EE, 05 and 1F. RGB value is (238,5,31). Sum of RGB (Red+Green+Blue) = 238+5+31=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE051F is #11FAE0. Grayscale: #4D4D4D. Windows color (decimal): -1178337 or 2033134. OLE color: 2033134.
HSL color Cylindrical-coordinate representation of color #EE051F: hue angle of 353.3º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE051F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.07 |
| HSL | 353.3º | 0.96% | 0.48% | - |
| HSV(B) | 353.3º | 0.98% | 0.93% | - |
| XYZ | 35.56 | 18.38 | 2.97 | - |
| YUV | 77.63 | 101.69 | 242.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 31 | 0 | 0.98 | 0.87 | 0.07 | 353.3 | 0.96 | 0.48 |
| Hex | EE | 5 | 1F | 0 | 62 | 57 | 7 | 161 | 60 | 30 |
| Octal | 356 | 5 | 37 | 0 | 142 | 127 | 7 | 541 | 140 | 60 |
| Binary | 11101110 | 101 | 11111 | 0 | 1100010 | 1010111 | 111 | 101100001 | 1100000 | 110000 |
Color Harmonies of #EE051F
Complementary color
Monochromatic Colors of #EE051F
Black with #EE051F
Text Example
Text Example
White with #EE051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE051F; }
p { color: rgb(238,5,31); }
H1.HeaderClassName
{
color: #EE051F;
}
.AnyTagClassName
{
color: #EE051F;
}
</style>
background-color css
<style>
a { background-color: #EE051F; }
a { background-color: rgb(238,5,31); }
div.DivClassName
{
background-color: #EE051F;
}
.BgClassName
{
background-color: #EE051F;
}
</style>
border-color css
<style>
span { border-color: #EE051F; }
span { border-color: rgb(238,5,31); }
td.TdClassName
{
border-color: #EE051F;
}
.TagClassName
{
border-color: #EE051F;
}
</style>