Shades of Torch Red #F2051F
Tints of Torch Red #F2051F
RGB
CMYK
RGB Variations
Color information
#F2051F (or 0xF2051F) is known color: Torch Red. HEX triplet: F2, 05 and 1F. RGB value is (242,5,31). Sum of RGB (Red+Green+Blue) = 242+5+31=278 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.05% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 242 - color contains mainly: red. Hex color #F2051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2051F is #0DFAE0. Grayscale: #4E4E4E. Windows color (decimal): -916193 or 2033138. OLE color: 2033138.
HSL color Cylindrical-coordinate representation of color #F2051F: hue angle of 353.42º degrees, saturation: 0.96, 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 #F2051F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.05 |
| HSL | 353.42º | 0.96% | 0.48% | - |
| HSV(B) | 353.42º | 0.98% | 0.95% | - |
| XYZ | 36.92 | 19.08 | 3.03 | - |
| YUV | 78.83 | 101.02 | 244.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 31 | 0 | 0.98 | 0.87 | 0.05 | 353.42 | 0.96 | 0.48 |
| Hex | F2 | 5 | 1F | 0 | 62 | 57 | 5 | 161 | 60 | 30 |
| Octal | 362 | 5 | 37 | 0 | 142 | 127 | 5 | 541 | 140 | 60 |
| Binary | 11110010 | 101 | 11111 | 0 | 1100010 | 1010111 | 101 | 101100001 | 1100000 | 110000 |
Color Harmonies of #F2051F
Complementary color
Monochromatic Colors of #F2051F
Black with #F2051F
Text Example
Text Example
White with #F2051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2051F; }
p { color: rgb(242,5,31); }
H1.HeaderClassName
{
color: #F2051F;
}
.AnyTagClassName
{
color: #F2051F;
}
</style>
background-color css
<style>
a { background-color: #F2051F; }
a { background-color: rgb(242,5,31); }
div.DivClassName
{
background-color: #F2051F;
}
.BgClassName
{
background-color: #F2051F;
}
</style>
border-color css
<style>
span { border-color: #F2051F; }
span { border-color: rgb(242,5,31); }
td.TdClassName
{
border-color: #F2051F;
}
.TagClassName
{
border-color: #F2051F;
}
</style>