Shades of Torch Red #F4181C
Tints of Torch Red #F4181C
RGB
CMYK
RGB Variations
Color information
#F4181C (or 0xF4181C) is known color: Torch Red. HEX triplet: F4, 18 and 1C. RGB value is (244,24,28). Sum of RGB (Red+Green+Blue) = 244+24+28=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F4181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4181C is #0BE7E3. Grayscale: #5A5A5A. Windows color (decimal): -780260 or 1841396. OLE color: 1841396.
HSL color Cylindrical-coordinate representation of color #F4181C: hue angle of 358.91º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4181C is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 28 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.04 |
| HSL | 358.91º | 0.91% | 0.53% | - |
| HSV(B) | 358.91º | 0.9% | 0.96% | - |
| XYZ | 37.84 | 19.97 | 2.96 | - |
| YUV | 90.24 | 92.89 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 28 | 0 | 0.90 | 0.89 | 0.04 | 358.91 | 0.91 | 0.53 |
| Hex | F4 | 18 | 1C | 0 | 5A | 59 | 4 | 167 | 5B | 35 |
| Octal | 364 | 30 | 34 | 0 | 132 | 131 | 4 | 547 | 133 | 65 |
| Binary | 11110100 | 11000 | 11100 | 0 | 1011010 | 1011001 | 100 | 101100111 | 1011011 | 110101 |
Color Harmonies of #F4181C
Complementary color
Monochromatic Colors of #F4181C
Black with #F4181C
Text Example
Text Example
White with #F4181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4181C; }
p { color: rgb(244,24,28); }
H1.HeaderClassName
{
color: #F4181C;
}
.AnyTagClassName
{
color: #F4181C;
}
</style>
background-color css
<style>
a { background-color: #F4181C; }
a { background-color: rgb(244,24,28); }
div.DivClassName
{
background-color: #F4181C;
}
.BgClassName
{
background-color: #F4181C;
}
</style>
border-color css
<style>
span { border-color: #F4181C; }
span { border-color: rgb(244,24,28); }
td.TdClassName
{
border-color: #F4181C;
}
.TagClassName
{
border-color: #F4181C;
}
</style>