Shades of Torch Red #F4052B
Tints of Torch Red #F4052B
RGB
CMYK
RGB Variations
Color information
#F4052B (or 0xF4052B) is known color: Torch Red. HEX triplet: F4, 05 and 2B. RGB value is (244,5,43). Sum of RGB (Red+Green+Blue) = 244+5+43=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F4052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4052B is #0BFAD4. Grayscale: #505050. Windows color (decimal): -785109 or 2819572. OLE color: 2819572.
HSL color Cylindrical-coordinate representation of color #F4052B: hue angle of 350.46º degrees, saturation: 0.96, 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 #F4052B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.04 |
| HSL | 350.46º | 0.96% | 0.49% | - |
| HSV(B) | 350.46º | 0.98% | 0.96% | - |
| XYZ | 37.8 | 19.52 | 4.06 | - |
| YUV | 80.79 | 106.68 | 244.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 43 | 0 | 0.98 | 0.82 | 0.04 | 350.46 | 0.96 | 0.49 |
| Hex | F4 | 5 | 2B | 0 | 62 | 52 | 4 | 15E | 60 | 31 |
| Octal | 364 | 5 | 53 | 0 | 142 | 122 | 4 | 536 | 140 | 61 |
| Binary | 11110100 | 101 | 101011 | 0 | 1100010 | 1010010 | 100 | 101011110 | 1100000 | 110001 |
Color Harmonies of #F4052B
Complementary color
Monochromatic Colors of #F4052B
Black with #F4052B
Text Example
Text Example
White with #F4052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4052B; }
p { color: rgb(244,5,43); }
H1.HeaderClassName
{
color: #F4052B;
}
.AnyTagClassName
{
color: #F4052B;
}
</style>
background-color css
<style>
a { background-color: #F4052B; }
a { background-color: rgb(244,5,43); }
div.DivClassName
{
background-color: #F4052B;
}
.BgClassName
{
background-color: #F4052B;
}
</style>
border-color css
<style>
span { border-color: #F4052B; }
span { border-color: rgb(244,5,43); }
td.TdClassName
{
border-color: #F4052B;
}
.TagClassName
{
border-color: #F4052B;
}
</style>