Shades of Torch Red #F1092A
Tints of Torch Red #F1092A
RGB
CMYK
RGB Variations
Color information
#F1092A (or 0xF1092A) is known color: Torch Red. HEX triplet: F1, 09 and 2A. RGB value is (241,9,42). Sum of RGB (Red+Green+Blue) = 241+9+42=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F1092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1092A is #0EF6D5. Grayscale: #525252. Windows color (decimal): -980694 or 2755057. OLE color: 2755057.
HSL color Cylindrical-coordinate representation of color #F1092A: hue angle of 351.47º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1092A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.05 |
| HSL | 351.47º | 0.93% | 0.49% | - |
| HSV(B) | 351.47º | 0.96% | 0.95% | - |
| XYZ | 36.79 | 19.06 | 3.93 | - |
| YUV | 82.13 | 105.36 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 42 | 0 | 0.96 | 0.83 | 0.05 | 351.47 | 0.93 | 0.49 |
| Hex | F1 | 9 | 2A | 0 | 60 | 53 | 5 | 15F | 5D | 31 |
| Octal | 361 | 11 | 52 | 0 | 140 | 123 | 5 | 537 | 135 | 61 |
| Binary | 11110001 | 1001 | 101010 | 0 | 1100000 | 1010011 | 101 | 101011111 | 1011101 | 110001 |
Color Harmonies of #F1092A
Complementary color
Monochromatic Colors of #F1092A
Black with #F1092A
Text Example
Text Example
White with #F1092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1092A; }
p { color: rgb(241,9,42); }
H1.HeaderClassName
{
color: #F1092A;
}
.AnyTagClassName
{
color: #F1092A;
}
</style>
background-color css
<style>
a { background-color: #F1092A; }
a { background-color: rgb(241,9,42); }
div.DivClassName
{
background-color: #F1092A;
}
.BgClassName
{
background-color: #F1092A;
}
</style>
border-color css
<style>
span { border-color: #F1092A; }
span { border-color: rgb(241,9,42); }
td.TdClassName
{
border-color: #F1092A;
}
.TagClassName
{
border-color: #F1092A;
}
</style>