Shades of Torch Red #F40936
Tints of Torch Red #F40936
RGB
CMYK
RGB Variations
Color information
#F40936 (or 0xF40936) is known color: Torch Red. HEX triplet: F4, 09 and 36. RGB value is (244,9,54). Sum of RGB (Red+Green+Blue) = 244+9+54=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F40936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40936 is #0BF6C9. Grayscale: #545454. Windows color (decimal): -784074 or 3541492. OLE color: 3541492.
HSL color Cylindrical-coordinate representation of color #F40936: hue angle of 348.51º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40936 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 54 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.04 |
| HSL | 348.51º | 0.93% | 0.5% | - |
| HSV(B) | 348.51º | 0.96% | 0.96% | - |
| XYZ | 38.07 | 19.69 | 5.28 | - |
| YUV | 84.4 | 110.86 | 241.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 54 | 0 | 0.96 | 0.78 | 0.04 | 348.51 | 0.93 | 0.5 |
| Hex | F4 | 9 | 36 | 0 | 60 | 4E | 4 | 15D | 5D | 32 |
| Octal | 364 | 11 | 66 | 0 | 140 | 116 | 4 | 535 | 135 | 62 |
| Binary | 11110100 | 1001 | 110110 | 0 | 1100000 | 1001110 | 100 | 101011101 | 1011101 | 110010 |
Color Harmonies of #F40936
Complementary color
Monochromatic Colors of #F40936
Black with #F40936
Text Example
Text Example
White with #F40936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40936; }
p { color: rgb(244,9,54); }
H1.HeaderClassName
{
color: #F40936;
}
.AnyTagClassName
{
color: #F40936;
}
</style>
background-color css
<style>
a { background-color: #F40936; }
a { background-color: rgb(244,9,54); }
div.DivClassName
{
background-color: #F40936;
}
.BgClassName
{
background-color: #F40936;
}
</style>
border-color css
<style>
span { border-color: #F40936; }
span { border-color: rgb(244,9,54); }
td.TdClassName
{
border-color: #F40936;
}
.TagClassName
{
border-color: #F40936;
}
</style>