Shades of Torch Red #F4001B
Tints of Torch Red #F4001B
RGB
CMYK
RGB Variations
Color information
#F4001B (or 0xF4001B) is known color: Torch Red. HEX triplet: F4, 00 and 1B. RGB value is (244,0,27). Sum of RGB (Red+Green+Blue) = 244+0+27=271 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.04% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 244 - color contains mainly: red. Hex color #F4001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4001B is #0BFFE4. Grayscale: #4C4C4C. Windows color (decimal): -786405 or 1769716. OLE color: 1769716.
HSL color Cylindrical-coordinate representation of color #F4001B: hue angle of 353.36º 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 #F4001B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.89 | 0.04 |
| HSL | 353.36º | 1% | 0.48% | - |
| HSV(B) | 353.36º | 1% | 0.96% | - |
| XYZ | 37.51 | 19.31 | 2.79 | - |
| YUV | 76.03 | 100.34 | 247.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 27 | 0 | 1 | 0.89 | 0.04 | 353.36 | 1 | 0.48 |
| Hex | F4 | 0 | 1B | 0 | 64 | 59 | 4 | 161 | 64 | 30 |
| Octal | 364 | 0 | 33 | 0 | 144 | 131 | 4 | 541 | 144 | 60 |
| Binary | 11110100 | 0 | 11011 | 0 | 1100100 | 1011001 | 100 | 101100001 | 1100100 | 110000 |
Color Harmonies of #F4001B
Complementary color
Monochromatic Colors of #F4001B
Black with #F4001B
Text Example
Text Example
White with #F4001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4001B; }
p { color: rgb(244,0,27); }
H1.HeaderClassName
{
color: #F4001B;
}
.AnyTagClassName
{
color: #F4001B;
}
</style>
background-color css
<style>
a { background-color: #F4001B; }
a { background-color: rgb(244,0,27); }
div.DivClassName
{
background-color: #F4001B;
}
.BgClassName
{
background-color: #F4001B;
}
</style>
border-color css
<style>
span { border-color: #F4001B; }
span { border-color: rgb(244,0,27); }
td.TdClassName
{
border-color: #F4001B;
}
.TagClassName
{
border-color: #F4001B;
}
</style>