Shades of Torch Red #F1061C
Tints of Torch Red #F1061C
RGB
CMYK
RGB Variations
Color information
#F1061C (or 0xF1061C) is known color: Torch Red. HEX triplet: F1, 06 and 1C. RGB value is (241,6,28). Sum of RGB (Red+Green+Blue) = 241+6+28=275 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.64% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 241 - color contains mainly: red. Hex color #F1061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1061C is #0EF9E3. Grayscale: #4E4E4E. Windows color (decimal): -981476 or 1836785. OLE color: 1836785.
HSL color Cylindrical-coordinate representation of color #F1061C: hue angle of 354.38º 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 #F1061C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 28 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.05 |
| HSL | 354.38º | 0.95% | 0.48% | - |
| HSV(B) | 354.38º | 0.98% | 0.95% | - |
| XYZ | 36.55 | 18.91 | 2.82 | - |
| YUV | 78.77 | 99.36 | 243.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 28 | 0 | 0.98 | 0.88 | 0.05 | 354.38 | 0.95 | 0.48 |
| Hex | F1 | 6 | 1C | 0 | 62 | 58 | 5 | 162 | 5F | 30 |
| Octal | 361 | 6 | 34 | 0 | 142 | 130 | 5 | 542 | 137 | 60 |
| Binary | 11110001 | 110 | 11100 | 0 | 1100010 | 1011000 | 101 | 101100010 | 1011111 | 110000 |
Color Harmonies of #F1061C
Complementary color
Monochromatic Colors of #F1061C
Black with #F1061C
Text Example
Text Example
White with #F1061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1061C; }
p { color: rgb(241,6,28); }
H1.HeaderClassName
{
color: #F1061C;
}
.AnyTagClassName
{
color: #F1061C;
}
</style>
background-color css
<style>
a { background-color: #F1061C; }
a { background-color: rgb(241,6,28); }
div.DivClassName
{
background-color: #F1061C;
}
.BgClassName
{
background-color: #F1061C;
}
</style>
border-color css
<style>
span { border-color: #F1061C; }
span { border-color: rgb(241,6,28); }
td.TdClassName
{
border-color: #F1061C;
}
.TagClassName
{
border-color: #F1061C;
}
</style>