Shades of Torch Red #F20915
Tints of Torch Red #F20915
RGB
CMYK
RGB Variations
Color information
#F20915 (or 0xF20915) is known color: Torch Red. HEX triplet: F2, 09 and 15. RGB value is (242,9,21). Sum of RGB (Red+Green+Blue) = 242+9+21=272 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.97% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 242 - color contains mainly: red. Hex color #F20915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20915 is #0DF6EA. Grayscale: #505050. Windows color (decimal): -915179 or 1378802. OLE color: 1378802.
HSL color Cylindrical-coordinate representation of color #F20915: hue angle of 356.91º 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 #F20915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.05 |
| HSL | 356.91º | 0.93% | 0.49% | - |
| HSV(B) | 356.91º | 0.96% | 0.95% | - |
| XYZ | 36.85 | 19.13 | 2.46 | - |
| YUV | 80.04 | 94.69 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 21 | 0 | 0.96 | 0.91 | 0.05 | 356.91 | 0.93 | 0.49 |
| Hex | F2 | 9 | 15 | 0 | 60 | 5B | 5 | 165 | 5D | 31 |
| Octal | 362 | 11 | 25 | 0 | 140 | 133 | 5 | 545 | 135 | 61 |
| Binary | 11110010 | 1001 | 10101 | 0 | 1100000 | 1011011 | 101 | 101100101 | 1011101 | 110001 |
Color Harmonies of #F20915
Complementary color
Monochromatic Colors of #F20915
Black with #F20915
Text Example
Text Example
White with #F20915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20915; }
p { color: rgb(242,9,21); }
H1.HeaderClassName
{
color: #F20915;
}
.AnyTagClassName
{
color: #F20915;
}
</style>
background-color css
<style>
a { background-color: #F20915; }
a { background-color: rgb(242,9,21); }
div.DivClassName
{
background-color: #F20915;
}
.BgClassName
{
background-color: #F20915;
}
</style>
border-color css
<style>
span { border-color: #F20915; }
span { border-color: rgb(242,9,21); }
td.TdClassName
{
border-color: #F20915;
}
.TagClassName
{
border-color: #F20915;
}
</style>