Shades of Torch Red #F4032E
Tints of Torch Red #F4032E
RGB
CMYK
RGB Variations
Color information
#F4032E (or 0xF4032E) is known color: Torch Red. HEX triplet: F4, 03 and 2E. RGB value is (244,3,46). Sum of RGB (Red+Green+Blue) = 244+3+46=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F4032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4032E is #0BFCD1. Grayscale: #505050. Windows color (decimal): -785618 or 3015668. OLE color: 3015668.
HSL color Cylindrical-coordinate representation of color #F4032E: hue angle of 349.29º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4032E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.04 |
| HSL | 349.29º | 0.98% | 0.48% | - |
| HSV(B) | 349.29º | 0.99% | 0.96% | - |
| XYZ | 37.83 | 19.5 | 4.35 | - |
| YUV | 79.96 | 108.84 | 245 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 46 | 0 | 0.99 | 0.81 | 0.04 | 349.29 | 0.98 | 0.48 |
| Hex | F4 | 3 | 2E | 0 | 63 | 51 | 4 | 15D | 62 | 30 |
| Octal | 364 | 3 | 56 | 0 | 143 | 121 | 4 | 535 | 142 | 60 |
| Binary | 11110100 | 11 | 101110 | 0 | 1100011 | 1010001 | 100 | 101011101 | 1100010 | 110000 |
Color Harmonies of #F4032E
Complementary color
Monochromatic Colors of #F4032E
Black with #F4032E
Text Example
Text Example
White with #F4032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4032E; }
p { color: rgb(244,3,46); }
H1.HeaderClassName
{
color: #F4032E;
}
.AnyTagClassName
{
color: #F4032E;
}
</style>
background-color css
<style>
a { background-color: #F4032E; }
a { background-color: rgb(244,3,46); }
div.DivClassName
{
background-color: #F4032E;
}
.BgClassName
{
background-color: #F4032E;
}
</style>
border-color css
<style>
span { border-color: #F4032E; }
span { border-color: rgb(244,3,46); }
td.TdClassName
{
border-color: #F4032E;
}
.TagClassName
{
border-color: #F4032E;
}
</style>