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