Shades of Torch Red #F4062C
Tints of Torch Red #F4062C
RGB
CMYK
RGB Variations
Color information
#F4062C (or 0xF4062C) is known color: Torch Red. HEX triplet: F4, 06 and 2C. RGB value is (244,6,44). Sum of RGB (Red+Green+Blue) = 244+6+44=294 (38% of max value = 765). Red value is 244 (95.70% from 255 or 82.99% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 244 - color contains mainly: red. Hex color #F4062C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4062C is #0BF9D3. Grayscale: #515151. Windows color (decimal): -784852 or 2885364. OLE color: 2885364.
HSL color Cylindrical-coordinate representation of color #F4062C: hue angle of 350.42º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4062C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 44 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.04 |
| HSL | 350.42º | 0.95% | 0.49% | - |
| HSV(B) | 350.42º | 0.98% | 0.96% | - |
| XYZ | 37.83 | 19.55 | 4.16 | - |
| YUV | 81.49 | 106.85 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 44 | 0 | 0.98 | 0.82 | 0.04 | 350.42 | 0.95 | 0.49 |
| Hex | F4 | 6 | 2C | 0 | 62 | 52 | 4 | 15E | 5F | 31 |
| Octal | 364 | 6 | 54 | 0 | 142 | 122 | 4 | 536 | 137 | 61 |
| Binary | 11110100 | 110 | 101100 | 0 | 1100010 | 1010010 | 100 | 101011110 | 1011111 | 110001 |
Color Harmonies of #F4062C
Complementary color
Monochromatic Colors of #F4062C
Black with #F4062C
Text Example
Text Example
White with #F4062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4062C; }
p { color: rgb(244,6,44); }
H1.HeaderClassName
{
color: #F4062C;
}
.AnyTagClassName
{
color: #F4062C;
}
</style>
background-color css
<style>
a { background-color: #F4062C; }
a { background-color: rgb(244,6,44); }
div.DivClassName
{
background-color: #F4062C;
}
.BgClassName
{
background-color: #F4062C;
}
</style>
border-color css
<style>
span { border-color: #F4062C; }
span { border-color: rgb(244,6,44); }
td.TdClassName
{
border-color: #F4062C;
}
.TagClassName
{
border-color: #F4062C;
}
</style>