Shades of Torch Red #F4020D
Tints of Torch Red #F4020D
RGB
CMYK
RGB Variations
Color information
#F4020D (or 0xF4020D) is known color: Torch Red. HEX triplet: F4, 02 and 0D. RGB value is (244,2,13). Sum of RGB (Red+Green+Blue) = 244+2+13=259 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.21% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 244 - color contains mainly: red. Hex color #F4020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4020D is #0BFDF2. Grayscale: #4B4B4B. Windows color (decimal): -785907 or 852724. OLE color: 852724.
HSL color Cylindrical-coordinate representation of color #F4020D: hue angle of 357.27º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4020D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.04 |
| HSL | 357.27º | 0.98% | 0.48% | - |
| HSV(B) | 357.27º | 0.99% | 0.96% | - |
| XYZ | 37.4 | 19.31 | 2.14 | - |
| YUV | 75.61 | 92.67 | 248.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 13 | 0 | 0.99 | 0.95 | 0.04 | 357.27 | 0.98 | 0.48 |
| Hex | F4 | 2 | D | 0 | 63 | 5F | 4 | 165 | 62 | 30 |
| Octal | 364 | 2 | 15 | 0 | 143 | 137 | 4 | 545 | 142 | 60 |
| Binary | 11110100 | 10 | 1101 | 0 | 1100011 | 1011111 | 100 | 101100101 | 1100010 | 110000 |
Color Harmonies of #F4020D
Complementary color
Monochromatic Colors of #F4020D
Black with #F4020D
Text Example
Text Example
White with #F4020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4020D; }
p { color: rgb(244,2,13); }
H1.HeaderClassName
{
color: #F4020D;
}
.AnyTagClassName
{
color: #F4020D;
}
</style>
background-color css
<style>
a { background-color: #F4020D; }
a { background-color: rgb(244,2,13); }
div.DivClassName
{
background-color: #F4020D;
}
.BgClassName
{
background-color: #F4020D;
}
</style>
border-color css
<style>
span { border-color: #F4020D; }
span { border-color: rgb(244,2,13); }
td.TdClassName
{
border-color: #F4020D;
}
.TagClassName
{
border-color: #F4020D;
}
</style>