Shades of Torch Red #F10923
Tints of Torch Red #F10923
RGB
CMYK
RGB Variations
Color information
#F10923 (or 0xF10923) is known color: Torch Red. HEX triplet: F1, 09 and 23. RGB value is (241,9,35). Sum of RGB (Red+Green+Blue) = 241+9+35=285 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.56% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 241 - color contains mainly: red. Hex color #F10923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10923 is #0EF6DC. Grayscale: #515151. Windows color (decimal): -980701 or 2296305. OLE color: 2296305.
HSL color Cylindrical-coordinate representation of color #F10923: hue angle of 353.28º 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 #F10923 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.05 |
| HSL | 353.28º | 0.93% | 0.49% | - |
| HSV(B) | 353.28º | 0.96% | 0.95% | - |
| XYZ | 36.68 | 19.02 | 3.33 | - |
| YUV | 81.33 | 101.86 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 35 | 0 | 0.96 | 0.85 | 0.05 | 353.28 | 0.93 | 0.49 |
| Hex | F1 | 9 | 23 | 0 | 60 | 55 | 5 | 161 | 5D | 31 |
| Octal | 361 | 11 | 43 | 0 | 140 | 125 | 5 | 541 | 135 | 61 |
| Binary | 11110001 | 1001 | 100011 | 0 | 1100000 | 1010101 | 101 | 101100001 | 1011101 | 110001 |
Color Harmonies of #F10923
Complementary color
Monochromatic Colors of #F10923
Black with #F10923
Text Example
Text Example
White with #F10923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10923; }
p { color: rgb(241,9,35); }
H1.HeaderClassName
{
color: #F10923;
}
.AnyTagClassName
{
color: #F10923;
}
</style>
background-color css
<style>
a { background-color: #F10923; }
a { background-color: rgb(241,9,35); }
div.DivClassName
{
background-color: #F10923;
}
.BgClassName
{
background-color: #F10923;
}
</style>
border-color css
<style>
span { border-color: #F10923; }
span { border-color: rgb(241,9,35); }
td.TdClassName
{
border-color: #F10923;
}
.TagClassName
{
border-color: #F10923;
}
</style>