Shades of Torch Red #F0031F
Tints of Torch Red #F0031F
RGB
CMYK
RGB Variations
Color information
#F0031F (or 0xF0031F) is known color: Torch Red. HEX triplet: F0, 03 and 1F. RGB value is (240,3,31). Sum of RGB (Red+Green+Blue) = 240+3+31=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F0031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0031F is #0FFCE0. Grayscale: #4D4D4D. Windows color (decimal): -1047777 or 2032624. OLE color: 2032624.
HSL color Cylindrical-coordinate representation of color #F0031F: hue angle of 352.91º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0031F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.06 |
| HSL | 352.91º | 0.98% | 0.48% | - |
| HSV(B) | 352.91º | 0.99% | 0.94% | - |
| XYZ | 36.22 | 18.69 | 2.99 | - |
| YUV | 77.06 | 102.02 | 244.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 31 | 0 | 0.99 | 0.87 | 0.06 | 352.91 | 0.98 | 0.48 |
| Hex | F0 | 3 | 1F | 0 | 63 | 57 | 6 | 161 | 62 | 30 |
| Octal | 360 | 3 | 37 | 0 | 143 | 127 | 6 | 541 | 142 | 60 |
| Binary | 11110000 | 11 | 11111 | 0 | 1100011 | 1010111 | 110 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F0031F
Complementary color
Monochromatic Colors of #F0031F
Black with #F0031F
Text Example
Text Example
White with #F0031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0031F; }
p { color: rgb(240,3,31); }
H1.HeaderClassName
{
color: #F0031F;
}
.AnyTagClassName
{
color: #F0031F;
}
</style>
background-color css
<style>
a { background-color: #F0031F; }
a { background-color: rgb(240,3,31); }
div.DivClassName
{
background-color: #F0031F;
}
.BgClassName
{
background-color: #F0031F;
}
</style>
border-color css
<style>
span { border-color: #F0031F; }
span { border-color: rgb(240,3,31); }
td.TdClassName
{
border-color: #F0031F;
}
.TagClassName
{
border-color: #F0031F;
}
</style>