Shades of Torch Red #F0041E
Tints of Torch Red #F0041E
RGB
CMYK
RGB Variations
Color information
#F0041E (or 0xF0041E) is known color: Torch Red. HEX triplet: F0, 04 and 1E. RGB value is (240,4,30). Sum of RGB (Red+Green+Blue) = 240+4+30=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F0041E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0041E is #0FFBE1. Grayscale: #4D4D4D. Windows color (decimal): -1047522 or 1967344. OLE color: 1967344.
HSL color Cylindrical-coordinate representation of color #F0041E: hue angle of 353.39º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0041E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 30 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.06 |
| HSL | 353.39º | 0.97% | 0.48% | - |
| HSV(B) | 353.39º | 0.98% | 0.94% | - |
| XYZ | 36.21 | 18.71 | 2.93 | - |
| YUV | 77.53 | 101.19 | 243.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 30 | 0 | 0.98 | 0.87 | 0.06 | 353.39 | 0.97 | 0.48 |
| Hex | F0 | 4 | 1E | 0 | 62 | 57 | 6 | 161 | 61 | 30 |
| Octal | 360 | 4 | 36 | 0 | 142 | 127 | 6 | 541 | 141 | 60 |
| Binary | 11110000 | 100 | 11110 | 0 | 1100010 | 1010111 | 110 | 101100001 | 1100001 | 110000 |
Color Harmonies of #F0041E
Complementary color
Monochromatic Colors of #F0041E
Black with #F0041E
Text Example
Text Example
White with #F0041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0041E; }
p { color: rgb(240,4,30); }
H1.HeaderClassName
{
color: #F0041E;
}
.AnyTagClassName
{
color: #F0041E;
}
</style>
background-color css
<style>
a { background-color: #F0041E; }
a { background-color: rgb(240,4,30); }
div.DivClassName
{
background-color: #F0041E;
}
.BgClassName
{
background-color: #F0041E;
}
</style>
border-color css
<style>
span { border-color: #F0041E; }
span { border-color: rgb(240,4,30); }
td.TdClassName
{
border-color: #F0041E;
}
.TagClassName
{
border-color: #F0041E;
}
</style>