Shades of Torch Red #EE041F
Tints of Torch Red #EE041F
RGB
CMYK
RGB Variations
Color information
#EE041F (or 0xEE041F) is known color: Torch Red. HEX triplet: EE, 04 and 1F. RGB value is (238,4,31). Sum of RGB (Red+Green+Blue) = 238+4+31=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE041F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE041F is #11FBE0. Grayscale: #4D4D4D. Windows color (decimal): -1178593 or 2032878. OLE color: 2032878.
HSL color Cylindrical-coordinate representation of color #EE041F: hue angle of 353.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE041F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 31 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.07 |
| HSL | 353.08º | 0.97% | 0.47% | - |
| HSV(B) | 353.08º | 0.98% | 0.93% | - |
| XYZ | 35.55 | 18.36 | 2.97 | - |
| YUV | 77.04 | 102.02 | 242.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 31 | 0 | 0.98 | 0.87 | 0.07 | 353.08 | 0.97 | 0.47 |
| Hex | EE | 4 | 1F | 0 | 62 | 57 | 7 | 161 | 61 | 2F |
| Octal | 356 | 4 | 37 | 0 | 142 | 127 | 7 | 541 | 141 | 57 |
| Binary | 11101110 | 100 | 11111 | 0 | 1100010 | 1010111 | 111 | 101100001 | 1100001 | 101111 |
Color Harmonies of #EE041F
Complementary color
Monochromatic Colors of #EE041F
Black with #EE041F
Text Example
Text Example
White with #EE041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE041F; }
p { color: rgb(238,4,31); }
H1.HeaderClassName
{
color: #EE041F;
}
.AnyTagClassName
{
color: #EE041F;
}
</style>
background-color css
<style>
a { background-color: #EE041F; }
a { background-color: rgb(238,4,31); }
div.DivClassName
{
background-color: #EE041F;
}
.BgClassName
{
background-color: #EE041F;
}
</style>
border-color css
<style>
span { border-color: #EE041F; }
span { border-color: rgb(238,4,31); }
td.TdClassName
{
border-color: #EE041F;
}
.TagClassName
{
border-color: #EE041F;
}
</style>