Shades of Torch Red #F4162A
Tints of Torch Red #F4162A
RGB
CMYK
RGB Variations
Color information
#F4162A (or 0xF4162A) is known color: Torch Red. HEX triplet: F4, 16 and 2A. RGB value is (244,22,42). Sum of RGB (Red+Green+Blue) = 244+22+42=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4162A is #0BE9D5. Grayscale: #5A5A5A. Windows color (decimal): -780758 or 2758388. OLE color: 2758388.
HSL color Cylindrical-coordinate representation of color #F4162A: hue angle of 354.59º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4162A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.04 |
| HSL | 354.59º | 0.91% | 0.52% | - |
| HSV(B) | 354.59º | 0.91% | 0.96% | - |
| XYZ | 38.01 | 19.97 | 4.04 | - |
| YUV | 90.66 | 100.55 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 42 | 0 | 0.91 | 0.83 | 0.04 | 354.59 | 0.91 | 0.52 |
| Hex | F4 | 16 | 2A | 0 | 5B | 53 | 4 | 163 | 5B | 34 |
| Octal | 364 | 26 | 52 | 0 | 133 | 123 | 4 | 543 | 133 | 64 |
| Binary | 11110100 | 10110 | 101010 | 0 | 1011011 | 1010011 | 100 | 101100011 | 1011011 | 110100 |
Color Harmonies of #F4162A
Complementary color
Monochromatic Colors of #F4162A
Black with #F4162A
Text Example
Text Example
White with #F4162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4162A; }
p { color: rgb(244,22,42); }
H1.HeaderClassName
{
color: #F4162A;
}
.AnyTagClassName
{
color: #F4162A;
}
</style>
background-color css
<style>
a { background-color: #F4162A; }
a { background-color: rgb(244,22,42); }
div.DivClassName
{
background-color: #F4162A;
}
.BgClassName
{
background-color: #F4162A;
}
</style>
border-color css
<style>
span { border-color: #F4162A; }
span { border-color: rgb(244,22,42); }
td.TdClassName
{
border-color: #F4162A;
}
.TagClassName
{
border-color: #F4162A;
}
</style>