Shades of Torch Red #F4011F
Tints of Torch Red #F4011F
RGB
CMYK
RGB Variations
Color information
#F4011F (or 0xF4011F) is known color: Torch Red. HEX triplet: F4, 01 and 1F. RGB value is (244,1,31). Sum of RGB (Red+Green+Blue) = 244+1+31=276 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.41% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 244 - color contains mainly: red. Hex color #F4011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4011F is #0BFEE0. Grayscale: #4D4D4D. Windows color (decimal): -786145 or 2032116. OLE color: 2032116.
HSL color Cylindrical-coordinate representation of color #F4011F: hue angle of 352.59º 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 #F4011F is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.04 |
| HSL | 352.59º | 0.99% | 0.48% | - |
| HSV(B) | 352.59º | 1% | 0.96% | - |
| XYZ | 37.57 | 19.35 | 3.05 | - |
| YUV | 77.08 | 102.01 | 247.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 31 | 0 | 1.00 | 0.87 | 0.04 | 352.59 | 0.99 | 0.48 |
| Hex | F4 | 1 | 1F | 0 | 64 | 57 | 4 | 161 | 63 | 30 |
| Octal | 364 | 1 | 37 | 0 | 144 | 127 | 4 | 541 | 143 | 60 |
| Binary | 11110100 | 1 | 11111 | 0 | 1100100 | 1010111 | 100 | 101100001 | 1100011 | 110000 |
Color Harmonies of #F4011F
Complementary color
Monochromatic Colors of #F4011F
Black with #F4011F
Text Example
Text Example
White with #F4011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4011F; }
p { color: rgb(244,1,31); }
H1.HeaderClassName
{
color: #F4011F;
}
.AnyTagClassName
{
color: #F4011F;
}
</style>
background-color css
<style>
a { background-color: #F4011F; }
a { background-color: rgb(244,1,31); }
div.DivClassName
{
background-color: #F4011F;
}
.BgClassName
{
background-color: #F4011F;
}
</style>
border-color css
<style>
span { border-color: #F4011F; }
span { border-color: rgb(244,1,31); }
td.TdClassName
{
border-color: #F4011F;
}
.TagClassName
{
border-color: #F4011F;
}
</style>