Shades of Torch Red #F00032
Tints of Torch Red #F00032
RGB
CMYK
RGB Variations
Color information
#F00032 (or 0xF00032) is known color: Torch Red. HEX triplet: F0, 00 and 32. RGB value is (240,0,50). Sum of RGB (Red+Green+Blue) = 240+0+50=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F00032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00032 is #0FFFCD. Grayscale: #4D4D4D. Windows color (decimal): -1048526 or 3277040. OLE color: 3277040.
HSL color Cylindrical-coordinate representation of color #F00032: hue angle of 347.5º 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 #F00032 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.79 | 0.06 |
| HSL | 347.5º | 1% | 0.47% | - |
| HSV(B) | 347.5º | 1% | 0.94% | - |
| XYZ | 36.51 | 18.76 | 4.71 | - |
| YUV | 77.46 | 112.51 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 50 | 0 | 1 | 0.79 | 0.06 | 347.5 | 1 | 0.47 |
| Hex | F0 | 0 | 32 | 0 | 64 | 4F | 6 | 15C | 64 | 2F |
| Octal | 360 | 0 | 62 | 0 | 144 | 117 | 6 | 534 | 144 | 57 |
| Binary | 11110000 | 0 | 110010 | 0 | 1100100 | 1001111 | 110 | 101011100 | 1100100 | 101111 |
Color Harmonies of #F00032
Complementary color
Monochromatic Colors of #F00032
Black with #F00032
Text Example
Text Example
White with #F00032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00032; }
p { color: rgb(240,0,50); }
H1.HeaderClassName
{
color: #F00032;
}
.AnyTagClassName
{
color: #F00032;
}
</style>
background-color css
<style>
a { background-color: #F00032; }
a { background-color: rgb(240,0,50); }
div.DivClassName
{
background-color: #F00032;
}
.BgClassName
{
background-color: #F00032;
}
</style>
border-color css
<style>
span { border-color: #F00032; }
span { border-color: rgb(240,0,50); }
td.TdClassName
{
border-color: #F00032;
}
.TagClassName
{
border-color: #F00032;
}
</style>