Shades of Torch Red #F0032F
Tints of Torch Red #F0032F
RGB
CMYK
RGB Variations
Color information
#F0032F (or 0xF0032F) is known color: Torch Red. HEX triplet: F0, 03 and 2F. RGB value is (240,3,47). Sum of RGB (Red+Green+Blue) = 240+3+47=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F0032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0032F is #0FFCD0. Grayscale: #4E4E4E. Windows color (decimal): -1047761 or 3081200. OLE color: 3081200.
HSL color Cylindrical-coordinate representation of color #F0032F: hue angle of 348.86º 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 #F0032F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.06 |
| HSL | 348.86º | 0.98% | 0.48% | - |
| HSV(B) | 348.86º | 0.99% | 0.94% | - |
| XYZ | 36.48 | 18.8 | 4.39 | - |
| YUV | 78.88 | 110.02 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 47 | 0 | 0.99 | 0.80 | 0.06 | 348.86 | 0.98 | 0.48 |
| Hex | F0 | 3 | 2F | 0 | 63 | 50 | 6 | 15D | 62 | 30 |
| Octal | 360 | 3 | 57 | 0 | 143 | 120 | 6 | 535 | 142 | 60 |
| Binary | 11110000 | 11 | 101111 | 0 | 1100011 | 1010000 | 110 | 101011101 | 1100010 | 110000 |
Color Harmonies of #F0032F
Complementary color
Monochromatic Colors of #F0032F
Black with #F0032F
Text Example
Text Example
White with #F0032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0032F; }
p { color: rgb(240,3,47); }
H1.HeaderClassName
{
color: #F0032F;
}
.AnyTagClassName
{
color: #F0032F;
}
</style>
background-color css
<style>
a { background-color: #F0032F; }
a { background-color: rgb(240,3,47); }
div.DivClassName
{
background-color: #F0032F;
}
.BgClassName
{
background-color: #F0032F;
}
</style>
border-color css
<style>
span { border-color: #F0032F; }
span { border-color: rgb(240,3,47); }
td.TdClassName
{
border-color: #F0032F;
}
.TagClassName
{
border-color: #F0032F;
}
</style>