Shades of Torch Red #F1052B
Tints of Torch Red #F1052B
RGB
CMYK
RGB Variations
Color information
#F1052B (or 0xF1052B) is known color: Torch Red. HEX triplet: F1, 05 and 2B. RGB value is (241,5,43). Sum of RGB (Red+Green+Blue) = 241+5+43=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F1052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1052B is #0EFAD4. Grayscale: #4F4F4F. Windows color (decimal): -981717 or 2819569. OLE color: 2819569.
HSL color Cylindrical-coordinate representation of color #F1052B: hue angle of 350.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1052B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.05 |
| HSL | 350.34º | 0.96% | 0.48% | - |
| HSV(B) | 350.34º | 0.98% | 0.95% | - |
| XYZ | 36.77 | 18.98 | 4.01 | - |
| YUV | 79.9 | 107.19 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 43 | 0 | 0.98 | 0.82 | 0.05 | 350.34 | 0.96 | 0.48 |
| Hex | F1 | 5 | 2B | 0 | 62 | 52 | 5 | 15E | 60 | 30 |
| Octal | 361 | 5 | 53 | 0 | 142 | 122 | 5 | 536 | 140 | 60 |
| Binary | 11110001 | 101 | 101011 | 0 | 1100010 | 1010010 | 101 | 101011110 | 1100000 | 110000 |
Color Harmonies of #F1052B
Complementary color
Monochromatic Colors of #F1052B
Black with #F1052B
Text Example
Text Example
White with #F1052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1052B; }
p { color: rgb(241,5,43); }
H1.HeaderClassName
{
color: #F1052B;
}
.AnyTagClassName
{
color: #F1052B;
}
</style>
background-color css
<style>
a { background-color: #F1052B; }
a { background-color: rgb(241,5,43); }
div.DivClassName
{
background-color: #F1052B;
}
.BgClassName
{
background-color: #F1052B;
}
</style>
border-color css
<style>
span { border-color: #F1052B; }
span { border-color: rgb(241,5,43); }
td.TdClassName
{
border-color: #F1052B;
}
.TagClassName
{
border-color: #F1052B;
}
</style>