Shades of Torch Red #F10723
Tints of Torch Red #F10723
RGB
CMYK
RGB Variations
Color information
#F10723 (or 0xF10723) is known color: Torch Red. HEX triplet: F1, 07 and 23. RGB value is (241,7,35). Sum of RGB (Red+Green+Blue) = 241+7+35=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F10723 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10723 is #0EF8DC. Grayscale: #505050. Windows color (decimal): -981213 or 2295793. OLE color: 2295793.
HSL color Cylindrical-coordinate representation of color #F10723: hue angle of 352.82º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10723 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 35 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.05 |
| HSL | 352.82º | 0.94% | 0.49% | - |
| HSV(B) | 352.82º | 0.97% | 0.95% | - |
| XYZ | 36.65 | 18.97 | 3.32 | - |
| YUV | 80.16 | 102.52 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 35 | 0 | 0.97 | 0.85 | 0.05 | 352.82 | 0.94 | 0.49 |
| Hex | F1 | 7 | 23 | 0 | 61 | 55 | 5 | 161 | 5E | 31 |
| Octal | 361 | 7 | 43 | 0 | 141 | 125 | 5 | 541 | 136 | 61 |
| Binary | 11110001 | 111 | 100011 | 0 | 1100001 | 1010101 | 101 | 101100001 | 1011110 | 110001 |
Color Harmonies of #F10723
Complementary color
Monochromatic Colors of #F10723
Black with #F10723
Text Example
Text Example
White with #F10723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10723; }
p { color: rgb(241,7,35); }
H1.HeaderClassName
{
color: #F10723;
}
.AnyTagClassName
{
color: #F10723;
}
</style>
background-color css
<style>
a { background-color: #F10723; }
a { background-color: rgb(241,7,35); }
div.DivClassName
{
background-color: #F10723;
}
.BgClassName
{
background-color: #F10723;
}
</style>
border-color css
<style>
span { border-color: #F10723; }
span { border-color: rgb(241,7,35); }
td.TdClassName
{
border-color: #F10723;
}
.TagClassName
{
border-color: #F10723;
}
</style>