Shades of Torch Red #F0062D
Tints of Torch Red #F0062D
RGB
CMYK
RGB Variations
Color information
#F0062D (or 0xF0062D) is known color: Torch Red. HEX triplet: F0, 06 and 2D. RGB value is (240,6,45). Sum of RGB (Red+Green+Blue) = 240+6+45=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F0062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0062D is #0FF9D2. Grayscale: #505050. Windows color (decimal): -1046995 or 2950896. OLE color: 2950896.
HSL color Cylindrical-coordinate representation of color #F0062D: hue angle of 350º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0062D is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 45 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.06 |
| HSL | 350º | 0.95% | 0.48% | - |
| HSV(B) | 350º | 0.98% | 0.94% | - |
| XYZ | 36.47 | 18.84 | 4.2 | - |
| YUV | 80.41 | 108.02 | 241.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 45 | 0 | 0.98 | 0.81 | 0.06 | 350 | 0.95 | 0.48 |
| Hex | F0 | 6 | 2D | 0 | 62 | 51 | 6 | 15E | 5F | 30 |
| Octal | 360 | 6 | 55 | 0 | 142 | 121 | 6 | 536 | 137 | 60 |
| Binary | 11110000 | 110 | 101101 | 0 | 1100010 | 1010001 | 110 | 101011110 | 1011111 | 110000 |
Color Harmonies of #F0062D
Complementary color
Monochromatic Colors of #F0062D
Black with #F0062D
Text Example
Text Example
White with #F0062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0062D; }
p { color: rgb(240,6,45); }
H1.HeaderClassName
{
color: #F0062D;
}
.AnyTagClassName
{
color: #F0062D;
}
</style>
background-color css
<style>
a { background-color: #F0062D; }
a { background-color: rgb(240,6,45); }
div.DivClassName
{
background-color: #F0062D;
}
.BgClassName
{
background-color: #F0062D;
}
</style>
border-color css
<style>
span { border-color: #F0062D; }
span { border-color: rgb(240,6,45); }
td.TdClassName
{
border-color: #F0062D;
}
.TagClassName
{
border-color: #F0062D;
}
</style>