Shades of Torch Red #F10F34
Tints of Torch Red #F10F34
RGB
CMYK
RGB Variations
Color information
#F10F34 (or 0xF10F34) is known color: Torch Red. HEX triplet: F1, 0F and 34. RGB value is (241,15,52). Sum of RGB (Red+Green+Blue) = 241+15+52=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10F34 is #0EF0CB. Grayscale: #565656. Windows color (decimal): -979148 or 3411953. OLE color: 3411953.
HSL color Cylindrical-coordinate representation of color #F10F34: hue angle of 350.18º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F34 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 52 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.05 |
| HSL | 350.18º | 0.89% | 0.5% | - |
| HSV(B) | 350.18º | 0.94% | 0.95% | - |
| XYZ | 37.07 | 19.29 | 5.02 | - |
| YUV | 86.79 | 108.37 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 52 | 0 | 0.94 | 0.78 | 0.05 | 350.18 | 0.89 | 0.5 |
| Hex | F1 | F | 34 | 0 | 5E | 4E | 5 | 15E | 59 | 32 |
| Octal | 361 | 17 | 64 | 0 | 136 | 116 | 5 | 536 | 131 | 62 |
| Binary | 11110001 | 1111 | 110100 | 0 | 1011110 | 1001110 | 101 | 101011110 | 1011001 | 110010 |
Color Harmonies of #F10F34
Complementary color
Monochromatic Colors of #F10F34
Black with #F10F34
Text Example
Text Example
White with #F10F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F34; }
p { color: rgb(241,15,52); }
H1.HeaderClassName
{
color: #F10F34;
}
.AnyTagClassName
{
color: #F10F34;
}
</style>
background-color css
<style>
a { background-color: #F10F34; }
a { background-color: rgb(241,15,52); }
div.DivClassName
{
background-color: #F10F34;
}
.BgClassName
{
background-color: #F10F34;
}
</style>
border-color css
<style>
span { border-color: #F10F34; }
span { border-color: rgb(241,15,52); }
td.TdClassName
{
border-color: #F10F34;
}
.TagClassName
{
border-color: #F10F34;
}
</style>