Shades of Torch Red #F4051B
Tints of Torch Red #F4051B
RGB
CMYK
RGB Variations
Color information
#F4051B (or 0xF4051B) is known color: Torch Red. HEX triplet: F4, 05 and 1B. RGB value is (244,5,27). Sum of RGB (Red+Green+Blue) = 244+5+27=276 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.41% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 244 - color contains mainly: red. Hex color #F4051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4051B is #0BFAE4. Grayscale: #4F4F4F. Windows color (decimal): -785125 or 1770996. OLE color: 1770996.
HSL color Cylindrical-coordinate representation of color #F4051B: hue angle of 354.48º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4051B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.04 |
| HSL | 354.48º | 0.96% | 0.49% | - |
| HSV(B) | 354.48º | 0.98% | 0.96% | - |
| XYZ | 37.56 | 19.42 | 2.81 | - |
| YUV | 78.97 | 98.68 | 245.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 27 | 0 | 0.98 | 0.89 | 0.04 | 354.48 | 0.96 | 0.49 |
| Hex | F4 | 5 | 1B | 0 | 62 | 59 | 4 | 162 | 60 | 31 |
| Octal | 364 | 5 | 33 | 0 | 142 | 131 | 4 | 542 | 140 | 61 |
| Binary | 11110100 | 101 | 11011 | 0 | 1100010 | 1011001 | 100 | 101100010 | 1100000 | 110001 |
Color Harmonies of #F4051B
Complementary color
Monochromatic Colors of #F4051B
Black with #F4051B
Text Example
Text Example
White with #F4051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4051B; }
p { color: rgb(244,5,27); }
H1.HeaderClassName
{
color: #F4051B;
}
.AnyTagClassName
{
color: #F4051B;
}
</style>
background-color css
<style>
a { background-color: #F4051B; }
a { background-color: rgb(244,5,27); }
div.DivClassName
{
background-color: #F4051B;
}
.BgClassName
{
background-color: #F4051B;
}
</style>
border-color css
<style>
span { border-color: #F4051B; }
span { border-color: rgb(244,5,27); }
td.TdClassName
{
border-color: #F4051B;
}
.TagClassName
{
border-color: #F4051B;
}
</style>