Shades of Torch Red #F10A23
Tints of Torch Red #F10A23
RGB
CMYK
RGB Variations
Color information
#F10A23 (or 0xF10A23) is known color: Torch Red. HEX triplet: F1, 0A and 23. RGB value is (241,10,35). Sum of RGB (Red+Green+Blue) = 241+10+35=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10A23 is #0EF5DC. Grayscale: #525252. Windows color (decimal): -980445 or 2296561. OLE color: 2296561.
HSL color Cylindrical-coordinate representation of color #F10A23: hue angle of 353.51º degrees, saturation: 0.92, 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 #F10A23 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 35 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.05 |
| HSL | 353.51º | 0.92% | 0.49% | - |
| HSV(B) | 353.51º | 0.96% | 0.95% | - |
| XYZ | 36.69 | 19.04 | 3.33 | - |
| YUV | 81.92 | 101.53 | 241.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 35 | 0 | 0.96 | 0.85 | 0.05 | 353.51 | 0.92 | 0.49 |
| Hex | F1 | A | 23 | 0 | 60 | 55 | 5 | 162 | 5C | 31 |
| Octal | 361 | 12 | 43 | 0 | 140 | 125 | 5 | 542 | 134 | 61 |
| Binary | 11110001 | 1010 | 100011 | 0 | 1100000 | 1010101 | 101 | 101100010 | 1011100 | 110001 |
Color Harmonies of #F10A23
Complementary color
Monochromatic Colors of #F10A23
Black with #F10A23
Text Example
Text Example
White with #F10A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A23; }
p { color: rgb(241,10,35); }
H1.HeaderClassName
{
color: #F10A23;
}
.AnyTagClassName
{
color: #F10A23;
}
</style>
background-color css
<style>
a { background-color: #F10A23; }
a { background-color: rgb(241,10,35); }
div.DivClassName
{
background-color: #F10A23;
}
.BgClassName
{
background-color: #F10A23;
}
</style>
border-color css
<style>
span { border-color: #F10A23; }
span { border-color: rgb(241,10,35); }
td.TdClassName
{
border-color: #F10A23;
}
.TagClassName
{
border-color: #F10A23;
}
</style>