Shades of Torch Red #F00031
Tints of Torch Red #F00031
RGB
CMYK
RGB Variations
Color information
#F00031 (or 0xF00031) is known color: Torch Red. HEX triplet: F0, 00 and 31. RGB value is (240,0,49). Sum of RGB (Red+Green+Blue) = 240+0+49=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F00031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00031 is #0FFFCE. Grayscale: #4D4D4D. Windows color (decimal): -1048527 or 3211504. OLE color: 3211504.
HSL color Cylindrical-coordinate representation of color #F00031: hue angle of 347.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00031 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.80 | 0.06 |
| HSL | 347.75º | 1% | 0.47% | - |
| HSV(B) | 347.75º | 1% | 0.94% | - |
| XYZ | 36.49 | 18.75 | 4.6 | - |
| YUV | 77.35 | 112.01 | 244.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 49 | 0 | 1 | 0.80 | 0.06 | 347.75 | 1 | 0.47 |
| Hex | F0 | 0 | 31 | 0 | 64 | 50 | 6 | 15C | 64 | 2F |
| Octal | 360 | 0 | 61 | 0 | 144 | 120 | 6 | 534 | 144 | 57 |
| Binary | 11110000 | 0 | 110001 | 0 | 1100100 | 1010000 | 110 | 101011100 | 1100100 | 101111 |
Color Harmonies of #F00031
Complementary color
Monochromatic Colors of #F00031
Black with #F00031
Text Example
Text Example
White with #F00031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00031; }
p { color: rgb(240,0,49); }
H1.HeaderClassName
{
color: #F00031;
}
.AnyTagClassName
{
color: #F00031;
}
</style>
background-color css
<style>
a { background-color: #F00031; }
a { background-color: rgb(240,0,49); }
div.DivClassName
{
background-color: #F00031;
}
.BgClassName
{
background-color: #F00031;
}
</style>
border-color css
<style>
span { border-color: #F00031; }
span { border-color: rgb(240,0,49); }
td.TdClassName
{
border-color: #F00031;
}
.TagClassName
{
border-color: #F00031;
}
</style>