Shades of Torch Red #F40241
Tints of Torch Red #F40241
RGB
CMYK
RGB Variations
Color information
#F40241 (or 0xF40241) is known color: Torch Red. HEX triplet: F4, 02 and 41. RGB value is (244,2,65). Sum of RGB (Red+Green+Blue) = 244+2+65=311 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.46% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 244 - color contains mainly: red. Hex color #F40241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40241 is #0BFDBE. Grayscale: #515151. Windows color (decimal): -785855 or 4260596. OLE color: 4260596.
HSL color Cylindrical-coordinate representation of color #F40241: hue angle of 344.38º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40241 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.04 |
| HSL | 344.38º | 0.98% | 0.48% | - |
| HSV(B) | 344.38º | 0.99% | 0.96% | - |
| XYZ | 38.28 | 19.66 | 6.78 | - |
| YUV | 81.54 | 118.67 | 243.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 65 | 0 | 0.99 | 0.73 | 0.04 | 344.38 | 0.98 | 0.48 |
| Hex | F4 | 2 | 41 | 0 | 63 | 49 | 4 | 158 | 62 | 30 |
| Octal | 364 | 2 | 101 | 0 | 143 | 111 | 4 | 530 | 142 | 60 |
| Binary | 11110100 | 10 | 1000001 | 0 | 1100011 | 1001001 | 100 | 101011000 | 1100010 | 110000 |
Color Harmonies of #F40241
Complementary color
Monochromatic Colors of #F40241
Black with #F40241
Text Example
Text Example
White with #F40241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40241; }
p { color: rgb(244,2,65); }
H1.HeaderClassName
{
color: #F40241;
}
.AnyTagClassName
{
color: #F40241;
}
</style>
background-color css
<style>
a { background-color: #F40241; }
a { background-color: rgb(244,2,65); }
div.DivClassName
{
background-color: #F40241;
}
.BgClassName
{
background-color: #F40241;
}
</style>
border-color css
<style>
span { border-color: #F40241; }
span { border-color: rgb(244,2,65); }
td.TdClassName
{
border-color: #F40241;
}
.TagClassName
{
border-color: #F40241;
}
</style>