Shades of Torch Red #F0031D
Tints of Torch Red #F0031D
RGB
CMYK
RGB Variations
Color information
#F0031D (or 0xF0031D) is known color: Torch Red. HEX triplet: F0, 03 and 1D. RGB value is (240,3,29). Sum of RGB (Red+Green+Blue) = 240+3+29=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F0031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0031D is #0FFCE2. Grayscale: #4C4C4C. Windows color (decimal): -1047779 or 1901552. OLE color: 1901552.
HSL color Cylindrical-coordinate representation of color #F0031D: hue angle of 353.42º 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 #F0031D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.06 |
| HSL | 353.42º | 0.98% | 0.48% | - |
| HSV(B) | 353.42º | 0.99% | 0.94% | - |
| XYZ | 36.19 | 18.68 | 2.86 | - |
| YUV | 76.83 | 101.02 | 244.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 29 | 0 | 0.99 | 0.88 | 0.06 | 353.42 | 0.98 | 0.48 |
| Hex | F0 | 3 | 1D | 0 | 63 | 58 | 6 | 161 | 62 | 30 |
| Octal | 360 | 3 | 35 | 0 | 143 | 130 | 6 | 541 | 142 | 60 |
| Binary | 11110000 | 11 | 11101 | 0 | 1100011 | 1011000 | 110 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F0031D
Complementary color
Monochromatic Colors of #F0031D
Black with #F0031D
Text Example
Text Example
White with #F0031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0031D; }
p { color: rgb(240,3,29); }
H1.HeaderClassName
{
color: #F0031D;
}
.AnyTagClassName
{
color: #F0031D;
}
</style>
background-color css
<style>
a { background-color: #F0031D; }
a { background-color: rgb(240,3,29); }
div.DivClassName
{
background-color: #F0031D;
}
.BgClassName
{
background-color: #F0031D;
}
</style>
border-color css
<style>
span { border-color: #F0031D; }
span { border-color: rgb(240,3,29); }
td.TdClassName
{
border-color: #F0031D;
}
.TagClassName
{
border-color: #F0031D;
}
</style>