Shades of Torch Red #F4071C
Tints of Torch Red #F4071C
RGB
CMYK
RGB Variations
Color information
#F4071C (or 0xF4071C) is known color: Torch Red. HEX triplet: F4, 07 and 1C. RGB value is (244,7,28). Sum of RGB (Red+Green+Blue) = 244+7+28=279 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.46% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 244 - color contains mainly: red. Hex color #F4071C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4071C is #0BF8E3. Grayscale: #505050. Windows color (decimal): -784612 or 1837044. OLE color: 1837044.
HSL color Cylindrical-coordinate representation of color #F4071C: hue angle of 354.68º 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 #F4071C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.04 |
| HSL | 354.68º | 0.94% | 0.49% | - |
| HSV(B) | 354.68º | 0.97% | 0.96% | - |
| XYZ | 37.59 | 19.47 | 2.88 | - |
| YUV | 80.26 | 98.52 | 244.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 28 | 0 | 0.97 | 0.89 | 0.04 | 354.68 | 0.94 | 0.49 |
| Hex | F4 | 7 | 1C | 0 | 61 | 59 | 4 | 163 | 5E | 31 |
| Octal | 364 | 7 | 34 | 0 | 141 | 131 | 4 | 543 | 136 | 61 |
| Binary | 11110100 | 111 | 11100 | 0 | 1100001 | 1011001 | 100 | 101100011 | 1011110 | 110001 |
Color Harmonies of #F4071C
Complementary color
Monochromatic Colors of #F4071C
Black with #F4071C
Text Example
Text Example
White with #F4071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4071C; }
p { color: rgb(244,7,28); }
H1.HeaderClassName
{
color: #F4071C;
}
.AnyTagClassName
{
color: #F4071C;
}
</style>
background-color css
<style>
a { background-color: #F4071C; }
a { background-color: rgb(244,7,28); }
div.DivClassName
{
background-color: #F4071C;
}
.BgClassName
{
background-color: #F4071C;
}
</style>
border-color css
<style>
span { border-color: #F4071C; }
span { border-color: rgb(244,7,28); }
td.TdClassName
{
border-color: #F4071C;
}
.TagClassName
{
border-color: #F4071C;
}
</style>