Shades of Torch Red #F4081C
Tints of Torch Red #F4081C
RGB
CMYK
RGB Variations
Color information
#F4081C (or 0xF4081C) is known color: Torch Red. HEX triplet: F4, 08 and 1C. RGB value is (244,8,28). Sum of RGB (Red+Green+Blue) = 244+8+28=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F4081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4081C is #0BF7E3. Grayscale: #515151. Windows color (decimal): -784356 or 1837300. OLE color: 1837300.
HSL color Cylindrical-coordinate representation of color #F4081C: hue angle of 354.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4081C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 28 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.04 |
| HSL | 354.92º | 0.94% | 0.49% | - |
| HSV(B) | 354.92º | 0.97% | 0.96% | - |
| XYZ | 37.6 | 19.49 | 2.88 | - |
| YUV | 80.84 | 98.19 | 244.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 28 | 0 | 0.97 | 0.89 | 0.04 | 354.92 | 0.94 | 0.49 |
| Hex | F4 | 8 | 1C | 0 | 61 | 59 | 4 | 163 | 5E | 31 |
| Octal | 364 | 10 | 34 | 0 | 141 | 131 | 4 | 543 | 136 | 61 |
| Binary | 11110100 | 1000 | 11100 | 0 | 1100001 | 1011001 | 100 | 101100011 | 1011110 | 110001 |
Color Harmonies of #F4081C
Complementary color
Monochromatic Colors of #F4081C
Black with #F4081C
Text Example
Text Example
White with #F4081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4081C; }
p { color: rgb(244,8,28); }
H1.HeaderClassName
{
color: #F4081C;
}
.AnyTagClassName
{
color: #F4081C;
}
</style>
background-color css
<style>
a { background-color: #F4081C; }
a { background-color: rgb(244,8,28); }
div.DivClassName
{
background-color: #F4081C;
}
.BgClassName
{
background-color: #F4081C;
}
</style>
border-color css
<style>
span { border-color: #F4081C; }
span { border-color: rgb(244,8,28); }
td.TdClassName
{
border-color: #F4081C;
}
.TagClassName
{
border-color: #F4081C;
}
</style>