Shades of Torch Red #F10618
Tints of Torch Red #F10618
RGB
CMYK
RGB Variations
Color information
#F10618 (or 0xF10618) is known color: Torch Red. HEX triplet: F1, 06 and 18. RGB value is (241,6,24). Sum of RGB (Red+Green+Blue) = 241+6+24=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F10618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10618 is #0EF9E7. Grayscale: #4E4E4E. Windows color (decimal): -981480 or 1574641. OLE color: 1574641.
HSL color Cylindrical-coordinate representation of color #F10618: hue angle of 355.4º 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 #F10618 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.05 |
| HSL | 355.4º | 0.95% | 0.48% | - |
| HSV(B) | 355.4º | 0.98% | 0.95% | - |
| XYZ | 36.51 | 18.9 | 2.59 | - |
| YUV | 78.32 | 97.36 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 24 | 0 | 0.98 | 0.90 | 0.05 | 355.4 | 0.95 | 0.48 |
| Hex | F1 | 6 | 18 | 0 | 62 | 5A | 5 | 163 | 5F | 30 |
| Octal | 361 | 6 | 30 | 0 | 142 | 132 | 5 | 543 | 137 | 60 |
| Binary | 11110001 | 110 | 11000 | 0 | 1100010 | 1011010 | 101 | 101100011 | 1011111 | 110000 |
Color Harmonies of #F10618
Complementary color
Monochromatic Colors of #F10618
Black with #F10618
Text Example
Text Example
White with #F10618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10618; }
p { color: rgb(241,6,24); }
H1.HeaderClassName
{
color: #F10618;
}
.AnyTagClassName
{
color: #F10618;
}
</style>
background-color css
<style>
a { background-color: #F10618; }
a { background-color: rgb(241,6,24); }
div.DivClassName
{
background-color: #F10618;
}
.BgClassName
{
background-color: #F10618;
}
</style>
border-color css
<style>
span { border-color: #F10618; }
span { border-color: rgb(241,6,24); }
td.TdClassName
{
border-color: #F10618;
}
.TagClassName
{
border-color: #F10618;
}
</style>