Shades of Torch Red #F0032E
Tints of Torch Red #F0032E
RGB
CMYK
RGB Variations
Color information
#F0032E (or 0xF0032E) is known color: Torch Red. HEX triplet: F0, 03 and 2E. RGB value is (240,3,46). Sum of RGB (Red+Green+Blue) = 240+3+46=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F0032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0032E is #0FFCD1. Grayscale: #4E4E4E. Windows color (decimal): -1047762 or 3015664. OLE color: 3015664.
HSL color Cylindrical-coordinate representation of color #F0032E: hue angle of 349.11º 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 #F0032E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.06 |
| HSL | 349.11º | 0.98% | 0.48% | - |
| HSV(B) | 349.11º | 0.99% | 0.94% | - |
| XYZ | 36.46 | 18.79 | 4.29 | - |
| YUV | 78.77 | 109.52 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 46 | 0 | 0.99 | 0.81 | 0.06 | 349.11 | 0.98 | 0.48 |
| Hex | F0 | 3 | 2E | 0 | 63 | 51 | 6 | 15D | 62 | 30 |
| Octal | 360 | 3 | 56 | 0 | 143 | 121 | 6 | 535 | 142 | 60 |
| Binary | 11110000 | 11 | 101110 | 0 | 1100011 | 1010001 | 110 | 101011101 | 1100010 | 110000 |
Color Harmonies of #F0032E
Complementary color
Monochromatic Colors of #F0032E
Black with #F0032E
Text Example
Text Example
White with #F0032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0032E; }
p { color: rgb(240,3,46); }
H1.HeaderClassName
{
color: #F0032E;
}
.AnyTagClassName
{
color: #F0032E;
}
</style>
background-color css
<style>
a { background-color: #F0032E; }
a { background-color: rgb(240,3,46); }
div.DivClassName
{
background-color: #F0032E;
}
.BgClassName
{
background-color: #F0032E;
}
</style>
border-color css
<style>
span { border-color: #F0032E; }
span { border-color: rgb(240,3,46); }
td.TdClassName
{
border-color: #F0032E;
}
.TagClassName
{
border-color: #F0032E;
}
</style>