Shades of Torch Red #F40938
Tints of Torch Red #F40938
RGB
CMYK
RGB Variations
Color information
#F40938 (or 0xF40938) is known color: Torch Red. HEX triplet: F4, 09 and 38. RGB value is (244,9,56). Sum of RGB (Red+Green+Blue) = 244+9+56=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F40938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40938 is #0BF6C7. Grayscale: #545454. Windows color (decimal): -784072 or 3672564. OLE color: 3672564.
HSL color Cylindrical-coordinate representation of color #F40938: hue angle of 348º 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 #F40938 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.04 |
| HSL | 348º | 0.93% | 0.5% | - |
| HSV(B) | 348º | 0.96% | 0.96% | - |
| XYZ | 38.12 | 19.71 | 5.54 | - |
| YUV | 84.62 | 111.86 | 241.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 56 | 0 | 0.96 | 0.77 | 0.04 | 348 | 0.93 | 0.5 |
| Hex | F4 | 9 | 38 | 0 | 60 | 4D | 4 | 15C | 5D | 32 |
| Octal | 364 | 11 | 70 | 0 | 140 | 115 | 4 | 534 | 135 | 62 |
| Binary | 11110100 | 1001 | 111000 | 0 | 1100000 | 1001101 | 100 | 101011100 | 1011101 | 110010 |
Color Harmonies of #F40938
Complementary color
Monochromatic Colors of #F40938
Black with #F40938
Text Example
Text Example
White with #F40938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40938; }
p { color: rgb(244,9,56); }
H1.HeaderClassName
{
color: #F40938;
}
.AnyTagClassName
{
color: #F40938;
}
</style>
background-color css
<style>
a { background-color: #F40938; }
a { background-color: rgb(244,9,56); }
div.DivClassName
{
background-color: #F40938;
}
.BgClassName
{
background-color: #F40938;
}
</style>
border-color css
<style>
span { border-color: #F40938; }
span { border-color: rgb(244,9,56); }
td.TdClassName
{
border-color: #F40938;
}
.TagClassName
{
border-color: #F40938;
}
</style>