Shades of Torch Red #F41013
Tints of Torch Red #F41013
RGB
CMYK
RGB Variations
Color information
#F41013 (or 0xF41013) is known color: Torch Red. HEX triplet: F4, 10 and 13. RGB value is (244,16,19). Sum of RGB (Red+Green+Blue) = 244+16+19=279 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.46% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 244 - color contains mainly: red. Hex color #F41013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41013 is #0BEFEC. Grayscale: #545454. Windows color (decimal): -782317 or 1249524. OLE color: 1249524.
HSL color Cylindrical-coordinate representation of color #F41013: hue angle of 359.21º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41013 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.04 |
| HSL | 359.21º | 0.91% | 0.51% | - |
| HSV(B) | 359.21º | 0.93% | 0.96% | - |
| XYZ | 37.61 | 19.65 | 2.43 | - |
| YUV | 84.51 | 91.04 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 19 | 0 | 0.93 | 0.92 | 0.04 | 359.21 | 0.91 | 0.51 |
| Hex | F4 | 10 | 13 | 0 | 5D | 5C | 4 | 167 | 5B | 33 |
| Octal | 364 | 20 | 23 | 0 | 135 | 134 | 4 | 547 | 133 | 63 |
| Binary | 11110100 | 10000 | 10011 | 0 | 1011101 | 1011100 | 100 | 101100111 | 1011011 | 110011 |
Color Harmonies of #F41013
Complementary color
Monochromatic Colors of #F41013
Black with #F41013
Text Example
Text Example
White with #F41013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41013; }
p { color: rgb(244,16,19); }
H1.HeaderClassName
{
color: #F41013;
}
.AnyTagClassName
{
color: #F41013;
}
</style>
background-color css
<style>
a { background-color: #F41013; }
a { background-color: rgb(244,16,19); }
div.DivClassName
{
background-color: #F41013;
}
.BgClassName
{
background-color: #F41013;
}
</style>
border-color css
<style>
span { border-color: #F41013; }
span { border-color: rgb(244,16,19); }
td.TdClassName
{
border-color: #F41013;
}
.TagClassName
{
border-color: #F41013;
}
</style>