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