Shades of Torch Red #F20912
Tints of Torch Red #F20912
RGB
CMYK
RGB Variations
Color information
#F20912 (or 0xF20912) is known color: Torch Red. HEX triplet: F2, 09 and 12. RGB value is (242,9,18). Sum of RGB (Red+Green+Blue) = 242+9+18=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F20912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20912 is #0DF6ED. Grayscale: #4F4F4F. Windows color (decimal): -915182 or 1182194. OLE color: 1182194.
HSL color Cylindrical-coordinate representation of color #F20912: hue angle of 357.68º 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 #F20912 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.05 |
| HSL | 357.68º | 0.93% | 0.49% | - |
| HSV(B) | 357.68º | 0.96% | 0.95% | - |
| XYZ | 36.82 | 19.12 | 2.32 | - |
| YUV | 79.69 | 93.19 | 243.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 18 | 0 | 0.96 | 0.93 | 0.05 | 357.68 | 0.93 | 0.49 |
| Hex | F2 | 9 | 12 | 0 | 60 | 5D | 5 | 166 | 5D | 31 |
| Octal | 362 | 11 | 22 | 0 | 140 | 135 | 5 | 546 | 135 | 61 |
| Binary | 11110010 | 1001 | 10010 | 0 | 1100000 | 1011101 | 101 | 101100110 | 1011101 | 110001 |
Color Harmonies of #F20912
Complementary color
Monochromatic Colors of #F20912
Black with #F20912
Text Example
Text Example
White with #F20912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20912; }
p { color: rgb(242,9,18); }
H1.HeaderClassName
{
color: #F20912;
}
.AnyTagClassName
{
color: #F20912;
}
</style>
background-color css
<style>
a { background-color: #F20912; }
a { background-color: rgb(242,9,18); }
div.DivClassName
{
background-color: #F20912;
}
.BgClassName
{
background-color: #F20912;
}
</style>
border-color css
<style>
span { border-color: #F20912; }
span { border-color: rgb(242,9,18); }
td.TdClassName
{
border-color: #F20912;
}
.TagClassName
{
border-color: #F20912;
}
</style>