Shades of Torch Red #F2091D
Tints of Torch Red #F2091D
RGB
CMYK
RGB Variations
Color information
#F2091D (or 0xF2091D) is known color: Torch Red. HEX triplet: F2, 09 and 1D. RGB value is (242,9,29). Sum of RGB (Red+Green+Blue) = 242+9+29=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F2091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2091D is #0DF6E2. Grayscale: #515151. Windows color (decimal): -915171 or 1903090. OLE color: 1903090.
HSL color Cylindrical-coordinate representation of color #F2091D: hue angle of 354.85º 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 #F2091D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.05 |
| HSL | 354.85º | 0.93% | 0.49% | - |
| HSV(B) | 354.85º | 0.96% | 0.95% | - |
| XYZ | 36.94 | 19.16 | 2.91 | - |
| YUV | 80.95 | 98.69 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 29 | 0 | 0.96 | 0.88 | 0.05 | 354.85 | 0.93 | 0.49 |
| Hex | F2 | 9 | 1D | 0 | 60 | 58 | 5 | 163 | 5D | 31 |
| Octal | 362 | 11 | 35 | 0 | 140 | 130 | 5 | 543 | 135 | 61 |
| Binary | 11110010 | 1001 | 11101 | 0 | 1100000 | 1011000 | 101 | 101100011 | 1011101 | 110001 |
Color Harmonies of #F2091D
Complementary color
Monochromatic Colors of #F2091D
Black with #F2091D
Text Example
Text Example
White with #F2091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2091D; }
p { color: rgb(242,9,29); }
H1.HeaderClassName
{
color: #F2091D;
}
.AnyTagClassName
{
color: #F2091D;
}
</style>
background-color css
<style>
a { background-color: #F2091D; }
a { background-color: rgb(242,9,29); }
div.DivClassName
{
background-color: #F2091D;
}
.BgClassName
{
background-color: #F2091D;
}
</style>
border-color css
<style>
span { border-color: #F2091D; }
span { border-color: rgb(242,9,29); }
td.TdClassName
{
border-color: #F2091D;
}
.TagClassName
{
border-color: #F2091D;
}
</style>