Shades of Torch Red #F41D2A
Tints of Torch Red #F41D2A
RGB
CMYK
RGB Variations
Color information
#F41D2A (or 0xF41D2A) is known color: Torch Red. HEX triplet: F4, 1D and 2A. RGB value is (244,29,42). Sum of RGB (Red+Green+Blue) = 244+29+42=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41D2A is #0BE2D5. Grayscale: #5E5E5E. Windows color (decimal): -778966 or 2760180. OLE color: 2760180.
HSL color Cylindrical-coordinate representation of color #F41D2A: hue angle of 356.37º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41D2A is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 42 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.04 |
| HSL | 356.37º | 0.91% | 0.54% | - |
| HSV(B) | 356.37º | 0.88% | 0.96% | - |
| XYZ | 38.17 | 20.28 | 4.09 | - |
| YUV | 94.77 | 98.23 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 42 | 0 | 0.88 | 0.83 | 0.04 | 356.37 | 0.91 | 0.54 |
| Hex | F4 | 1D | 2A | 0 | 58 | 53 | 4 | 164 | 5B | 36 |
| Octal | 364 | 35 | 52 | 0 | 130 | 123 | 4 | 544 | 133 | 66 |
| Binary | 11110100 | 11101 | 101010 | 0 | 1011000 | 1010011 | 100 | 101100100 | 1011011 | 110110 |
Color Harmonies of #F41D2A
Complementary color
Monochromatic Colors of #F41D2A
Black with #F41D2A
Text Example
Text Example
White with #F41D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D2A; }
p { color: rgb(244,29,42); }
H1.HeaderClassName
{
color: #F41D2A;
}
.AnyTagClassName
{
color: #F41D2A;
}
</style>
background-color css
<style>
a { background-color: #F41D2A; }
a { background-color: rgb(244,29,42); }
div.DivClassName
{
background-color: #F41D2A;
}
.BgClassName
{
background-color: #F41D2A;
}
</style>
border-color css
<style>
span { border-color: #F41D2A; }
span { border-color: rgb(244,29,42); }
td.TdClassName
{
border-color: #F41D2A;
}
.TagClassName
{
border-color: #F41D2A;
}
</style>