Shades of Torch Red #F10933
Tints of Torch Red #F10933
RGB
CMYK
RGB Variations
Color information
#F10933 (or 0xF10933) is known color: Torch Red. HEX triplet: F1, 09 and 33. RGB value is (241,9,51). Sum of RGB (Red+Green+Blue) = 241+9+51=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F10933 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10933 is #0EF6CC. Grayscale: #535353. Windows color (decimal): -980685 or 3344881. OLE color: 3344881.
HSL color Cylindrical-coordinate representation of color #F10933: hue angle of 349.14º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10933 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 51 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.05 |
| HSL | 349.14º | 0.93% | 0.49% | - |
| HSV(B) | 349.14º | 0.96% | 0.95% | - |
| XYZ | 36.97 | 19.14 | 4.88 | - |
| YUV | 83.16 | 109.86 | 240.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 51 | 0 | 0.96 | 0.79 | 0.05 | 349.14 | 0.93 | 0.49 |
| Hex | F1 | 9 | 33 | 0 | 60 | 4F | 5 | 15D | 5D | 31 |
| Octal | 361 | 11 | 63 | 0 | 140 | 117 | 5 | 535 | 135 | 61 |
| Binary | 11110001 | 1001 | 110011 | 0 | 1100000 | 1001111 | 101 | 101011101 | 1011101 | 110001 |
Color Harmonies of #F10933
Complementary color
Monochromatic Colors of #F10933
Black with #F10933
Text Example
Text Example
White with #F10933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10933; }
p { color: rgb(241,9,51); }
H1.HeaderClassName
{
color: #F10933;
}
.AnyTagClassName
{
color: #F10933;
}
</style>
background-color css
<style>
a { background-color: #F10933; }
a { background-color: rgb(241,9,51); }
div.DivClassName
{
background-color: #F10933;
}
.BgClassName
{
background-color: #F10933;
}
</style>
border-color css
<style>
span { border-color: #F10933; }
span { border-color: rgb(241,9,51); }
td.TdClassName
{
border-color: #F10933;
}
.TagClassName
{
border-color: #F10933;
}
</style>