Shades of Torch Red #F40336
Tints of Torch Red #F40336
RGB
CMYK
RGB Variations
Color information
#F40336 (or 0xF40336) is known color: Torch Red. HEX triplet: F4, 03 and 36. RGB value is (244,3,54). Sum of RGB (Red+Green+Blue) = 244+3+54=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F40336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40336 is #0BFCC9. Grayscale: #505050. Windows color (decimal): -785610 or 3539956. OLE color: 3539956.
HSL color Cylindrical-coordinate representation of color #F40336: hue angle of 347.3º 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 #F40336 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 54 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.04 |
| HSL | 347.3º | 0.98% | 0.48% | - |
| HSV(B) | 347.3º | 0.99% | 0.96% | - |
| XYZ | 38.01 | 19.56 | 5.26 | - |
| YUV | 80.87 | 112.84 | 244.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 54 | 0 | 0.99 | 0.78 | 0.04 | 347.3 | 0.98 | 0.48 |
| Hex | F4 | 3 | 36 | 0 | 63 | 4E | 4 | 15B | 62 | 30 |
| Octal | 364 | 3 | 66 | 0 | 143 | 116 | 4 | 533 | 142 | 60 |
| Binary | 11110100 | 11 | 110110 | 0 | 1100011 | 1001110 | 100 | 101011011 | 1100010 | 110000 |
Color Harmonies of #F40336
Complementary color
Monochromatic Colors of #F40336
Black with #F40336
Text Example
Text Example
White with #F40336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40336; }
p { color: rgb(244,3,54); }
H1.HeaderClassName
{
color: #F40336;
}
.AnyTagClassName
{
color: #F40336;
}
</style>
background-color css
<style>
a { background-color: #F40336; }
a { background-color: rgb(244,3,54); }
div.DivClassName
{
background-color: #F40336;
}
.BgClassName
{
background-color: #F40336;
}
</style>
border-color css
<style>
span { border-color: #F40336; }
span { border-color: rgb(244,3,54); }
td.TdClassName
{
border-color: #F40336;
}
.TagClassName
{
border-color: #F40336;
}
</style>