Shades of Torch Red #F4010F
Tints of Torch Red #F4010F
RGB
CMYK
RGB Variations
Color information
#F4010F (or 0xF4010F) is known color: Torch Red. HEX triplet: F4, 01 and 0F. RGB value is (244,1,15). Sum of RGB (Red+Green+Blue) = 244+1+15=260 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.85% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 244 - color contains mainly: red. Hex color #F4010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4010F is #0BFEF0. Grayscale: #4B4B4B. Windows color (decimal): -786161 or 983540. OLE color: 983540.
HSL color Cylindrical-coordinate representation of color #F4010F: hue angle of 356.54º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4010F is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.04 |
| HSL | 356.54º | 0.99% | 0.48% | - |
| HSV(B) | 356.54º | 1% | 0.96% | - |
| XYZ | 37.41 | 19.29 | 2.2 | - |
| YUV | 75.25 | 94.01 | 248.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 15 | 0 | 1.00 | 0.94 | 0.04 | 356.54 | 0.99 | 0.48 |
| Hex | F4 | 1 | F | 0 | 64 | 5E | 4 | 165 | 63 | 30 |
| Octal | 364 | 1 | 17 | 0 | 144 | 136 | 4 | 545 | 143 | 60 |
| Binary | 11110100 | 1 | 1111 | 0 | 1100100 | 1011110 | 100 | 101100101 | 1100011 | 110000 |
Color Harmonies of #F4010F
Complementary color
Monochromatic Colors of #F4010F
Black with #F4010F
Text Example
Text Example
White with #F4010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4010F; }
p { color: rgb(244,1,15); }
H1.HeaderClassName
{
color: #F4010F;
}
.AnyTagClassName
{
color: #F4010F;
}
</style>
background-color css
<style>
a { background-color: #F4010F; }
a { background-color: rgb(244,1,15); }
div.DivClassName
{
background-color: #F4010F;
}
.BgClassName
{
background-color: #F4010F;
}
</style>
border-color css
<style>
span { border-color: #F4010F; }
span { border-color: rgb(244,1,15); }
td.TdClassName
{
border-color: #F4010F;
}
.TagClassName
{
border-color: #F4010F;
}
</style>