Shades of Torch Red #F0041D
Tints of Torch Red #F0041D
RGB
CMYK
RGB Variations
Color information
#F0041D (or 0xF0041D) is known color: Torch Red. HEX triplet: F0, 04 and 1D. RGB value is (240,4,29). Sum of RGB (Red+Green+Blue) = 240+4+29=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0041D is #0FFBE2. Grayscale: #4D4D4D. Windows color (decimal): -1047523 or 1901808. OLE color: 1901808.
HSL color Cylindrical-coordinate representation of color #F0041D: hue angle of 353.64º 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 #F0041D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.06 |
| HSL | 353.64º | 0.97% | 0.48% | - |
| HSV(B) | 353.64º | 0.98% | 0.94% | - |
| XYZ | 36.2 | 18.7 | 2.86 | - |
| YUV | 77.41 | 100.69 | 243.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 29 | 0 | 0.98 | 0.88 | 0.06 | 353.64 | 0.97 | 0.48 |
| Hex | F0 | 4 | 1D | 0 | 62 | 58 | 6 | 162 | 61 | 30 |
| Octal | 360 | 4 | 35 | 0 | 142 | 130 | 6 | 542 | 141 | 60 |
| Binary | 11110000 | 100 | 11101 | 0 | 1100010 | 1011000 | 110 | 101100010 | 1100001 | 110000 |
Color Harmonies of #F0041D
Complementary color
Monochromatic Colors of #F0041D
Black with #F0041D
Text Example
Text Example
White with #F0041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0041D; }
p { color: rgb(240,4,29); }
H1.HeaderClassName
{
color: #F0041D;
}
.AnyTagClassName
{
color: #F0041D;
}
</style>
background-color css
<style>
a { background-color: #F0041D; }
a { background-color: rgb(240,4,29); }
div.DivClassName
{
background-color: #F0041D;
}
.BgClassName
{
background-color: #F0041D;
}
</style>
border-color css
<style>
span { border-color: #F0041D; }
span { border-color: rgb(240,4,29); }
td.TdClassName
{
border-color: #F0041D;
}
.TagClassName
{
border-color: #F0041D;
}
</style>