Shades of Torch Red #F4032C
Tints of Torch Red #F4032C
RGB
CMYK
RGB Variations
Color information
#F4032C (or 0xF4032C) is known color: Torch Red. HEX triplet: F4, 03 and 2C. RGB value is (244,3,44). Sum of RGB (Red+Green+Blue) = 244+3+44=291 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.85% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 244 - color contains mainly: red. Hex color #F4032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4032C is #0BFCD3. Grayscale: #4F4F4F. Windows color (decimal): -785620 or 2884596. OLE color: 2884596.
HSL color Cylindrical-coordinate representation of color #F4032C: hue angle of 349.79º 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 #F4032C is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.04 |
| HSL | 349.79º | 0.98% | 0.48% | - |
| HSV(B) | 349.79º | 0.99% | 0.96% | - |
| XYZ | 37.8 | 19.48 | 4.15 | - |
| YUV | 79.73 | 107.84 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 44 | 0 | 0.99 | 0.82 | 0.04 | 349.79 | 0.98 | 0.48 |
| Hex | F4 | 3 | 2C | 0 | 63 | 52 | 4 | 15E | 62 | 30 |
| Octal | 364 | 3 | 54 | 0 | 143 | 122 | 4 | 536 | 142 | 60 |
| Binary | 11110100 | 11 | 101100 | 0 | 1100011 | 1010010 | 100 | 101011110 | 1100010 | 110000 |
Color Harmonies of #F4032C
Complementary color
Monochromatic Colors of #F4032C
Black with #F4032C
Text Example
Text Example
White with #F4032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4032C; }
p { color: rgb(244,3,44); }
H1.HeaderClassName
{
color: #F4032C;
}
.AnyTagClassName
{
color: #F4032C;
}
</style>
background-color css
<style>
a { background-color: #F4032C; }
a { background-color: rgb(244,3,44); }
div.DivClassName
{
background-color: #F4032C;
}
.BgClassName
{
background-color: #F4032C;
}
</style>
border-color css
<style>
span { border-color: #F4032C; }
span { border-color: rgb(244,3,44); }
td.TdClassName
{
border-color: #F4032C;
}
.TagClassName
{
border-color: #F4032C;
}
</style>