Shades of Torch Red #F41438
Tints of Torch Red #F41438
RGB
CMYK
RGB Variations
Color information
#F41438 (or 0xF41438) is known color: Torch Red. HEX triplet: F4, 14 and 38. RGB value is (244,20,56). Sum of RGB (Red+Green+Blue) = 244+20+56=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F41438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41438 is #0BEBC7. Grayscale: #5B5B5B. Windows color (decimal): -781256 or 3675380. OLE color: 3675380.
HSL color Cylindrical-coordinate representation of color #F41438: hue angle of 350.36º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41438 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 56 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.04 |
| HSL | 350.36º | 0.91% | 0.52% | - |
| HSV(B) | 350.36º | 0.92% | 0.96% | - |
| XYZ | 38.27 | 20.02 | 5.59 | - |
| YUV | 91.08 | 108.21 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 56 | 0 | 0.92 | 0.77 | 0.04 | 350.36 | 0.91 | 0.52 |
| Hex | F4 | 14 | 38 | 0 | 5C | 4D | 4 | 15E | 5B | 34 |
| Octal | 364 | 24 | 70 | 0 | 134 | 115 | 4 | 536 | 133 | 64 |
| Binary | 11110100 | 10100 | 111000 | 0 | 1011100 | 1001101 | 100 | 101011110 | 1011011 | 110100 |
Color Harmonies of #F41438
Complementary color
Monochromatic Colors of #F41438
Black with #F41438
Text Example
Text Example
White with #F41438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41438; }
p { color: rgb(244,20,56); }
H1.HeaderClassName
{
color: #F41438;
}
.AnyTagClassName
{
color: #F41438;
}
</style>
background-color css
<style>
a { background-color: #F41438; }
a { background-color: rgb(244,20,56); }
div.DivClassName
{
background-color: #F41438;
}
.BgClassName
{
background-color: #F41438;
}
</style>
border-color css
<style>
span { border-color: #F41438; }
span { border-color: rgb(244,20,56); }
td.TdClassName
{
border-color: #F41438;
}
.TagClassName
{
border-color: #F41438;
}
</style>