Shades of Torch Red #F10617
Tints of Torch Red #F10617
RGB
CMYK
RGB Variations
Color information
#F10617 (or 0xF10617) is known color: Torch Red. HEX triplet: F1, 06 and 17. RGB value is (241,6,23). Sum of RGB (Red+Green+Blue) = 241+6+23=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F10617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10617 is #0EF9E8. Grayscale: #4E4E4E. Windows color (decimal): -981481 or 1509105. OLE color: 1509105.
HSL color Cylindrical-coordinate representation of color #F10617: hue angle of 355.66º degrees, saturation: 0.95, 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 #F10617 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 23 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.05 |
| HSL | 355.66º | 0.95% | 0.48% | - |
| HSV(B) | 355.66º | 0.98% | 0.95% | - |
| XYZ | 36.5 | 18.89 | 2.53 | - |
| YUV | 78.2 | 96.86 | 244.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 23 | 0 | 0.98 | 0.90 | 0.05 | 355.66 | 0.95 | 0.48 |
| Hex | F1 | 6 | 17 | 0 | 62 | 5A | 5 | 164 | 5F | 30 |
| Octal | 361 | 6 | 27 | 0 | 142 | 132 | 5 | 544 | 137 | 60 |
| Binary | 11110001 | 110 | 10111 | 0 | 1100010 | 1011010 | 101 | 101100100 | 1011111 | 110000 |
Color Harmonies of #F10617
Complementary color
Monochromatic Colors of #F10617
Black with #F10617
Text Example
Text Example
White with #F10617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10617; }
p { color: rgb(241,6,23); }
H1.HeaderClassName
{
color: #F10617;
}
.AnyTagClassName
{
color: #F10617;
}
</style>
background-color css
<style>
a { background-color: #F10617; }
a { background-color: rgb(241,6,23); }
div.DivClassName
{
background-color: #F10617;
}
.BgClassName
{
background-color: #F10617;
}
</style>
border-color css
<style>
span { border-color: #F10617; }
span { border-color: rgb(241,6,23); }
td.TdClassName
{
border-color: #F10617;
}
.TagClassName
{
border-color: #F10617;
}
</style>