Shades of Torch Red #F4000F
Tints of Torch Red #F4000F
RGB
CMYK
RGB Variations
Color information
#F4000F (or 0xF4000F) is known color: Torch Red. HEX triplet: F4, 00 and 0F. RGB value is (244,0,15). Sum of RGB (Red+Green+Blue) = 244+0+15=259 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.21% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 244 - color contains mainly: red. Hex color #F4000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4000F is #0BFFF0. Grayscale: #4A4A4A. Windows color (decimal): -786417 or 983284. OLE color: 983284.
HSL color Cylindrical-coordinate representation of color #F4000F: hue angle of 356.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4000F is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.94 | 0.04 |
| HSL | 356.31º | 1% | 0.48% | - |
| HSV(B) | 356.31º | 1% | 0.96% | - |
| XYZ | 37.39 | 19.27 | 2.2 | - |
| YUV | 74.67 | 94.34 | 248.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 15 | 0 | 1 | 0.94 | 0.04 | 356.31 | 1 | 0.48 |
| Hex | F4 | 0 | F | 0 | 64 | 5E | 4 | 164 | 64 | 30 |
| Octal | 364 | 0 | 17 | 0 | 144 | 136 | 4 | 544 | 144 | 60 |
| Binary | 11110100 | 0 | 1111 | 0 | 1100100 | 1011110 | 100 | 101100100 | 1100100 | 110000 |
Color Harmonies of #F4000F
Complementary color
Monochromatic Colors of #F4000F
Black with #F4000F
Text Example
Text Example
White with #F4000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4000F; }
p { color: rgb(244,0,15); }
H1.HeaderClassName
{
color: #F4000F;
}
.AnyTagClassName
{
color: #F4000F;
}
</style>
background-color css
<style>
a { background-color: #F4000F; }
a { background-color: rgb(244,0,15); }
div.DivClassName
{
background-color: #F4000F;
}
.BgClassName
{
background-color: #F4000F;
}
</style>
border-color css
<style>
span { border-color: #F4000F; }
span { border-color: rgb(244,0,15); }
td.TdClassName
{
border-color: #F4000F;
}
.TagClassName
{
border-color: #F4000F;
}
</style>