Shades of Torch Red #F10417
Tints of Torch Red #F10417
RGB
CMYK
RGB Variations
Color information
#F10417 (or 0xF10417) is known color: Torch Red. HEX triplet: F1, 04 and 17. RGB value is (241,4,23). Sum of RGB (Red+Green+Blue) = 241+4+23=268 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.93% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 241 - color contains mainly: red. Hex color #F10417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10417 is #0EFBE8. Grayscale: #4D4D4D. Windows color (decimal): -981993 or 1508593. OLE color: 1508593.
HSL color Cylindrical-coordinate representation of color #F10417: hue angle of 355.19º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10417 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.05 |
| HSL | 355.19º | 0.97% | 0.48% | - |
| HSV(B) | 355.19º | 0.98% | 0.95% | - |
| XYZ | 36.47 | 18.85 | 2.53 | - |
| YUV | 77.03 | 97.52 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 23 | 0 | 0.98 | 0.90 | 0.05 | 355.19 | 0.97 | 0.48 |
| Hex | F1 | 4 | 17 | 0 | 62 | 5A | 5 | 163 | 61 | 30 |
| Octal | 361 | 4 | 27 | 0 | 142 | 132 | 5 | 543 | 141 | 60 |
| Binary | 11110001 | 100 | 10111 | 0 | 1100010 | 1011010 | 101 | 101100011 | 1100001 | 110000 |
Color Harmonies of #F10417
Complementary color
Monochromatic Colors of #F10417
Black with #F10417
Text Example
Text Example
White with #F10417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10417; }
p { color: rgb(241,4,23); }
H1.HeaderClassName
{
color: #F10417;
}
.AnyTagClassName
{
color: #F10417;
}
</style>
background-color css
<style>
a { background-color: #F10417; }
a { background-color: rgb(241,4,23); }
div.DivClassName
{
background-color: #F10417;
}
.BgClassName
{
background-color: #F10417;
}
</style>
border-color css
<style>
span { border-color: #F10417; }
span { border-color: rgb(241,4,23); }
td.TdClassName
{
border-color: #F10417;
}
.TagClassName
{
border-color: #F10417;
}
</style>