Shades of Torch Red #F40A1B
Tints of Torch Red #F40A1B
RGB
CMYK
RGB Variations
Color information
#F40A1B (or 0xF40A1B) is known color: Torch Red. HEX triplet: F4, 0A and 1B. RGB value is (244,10,27). Sum of RGB (Red+Green+Blue) = 244+10+27=281 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.83% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40A1B is #0BF5E4. Grayscale: #525252. Windows color (decimal): -783845 or 1772276. OLE color: 1772276.
HSL color Cylindrical-coordinate representation of color #F40A1B: hue angle of 355.64º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40A1B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.04 |
| HSL | 355.64º | 0.92% | 0.5% | - |
| HSV(B) | 355.64º | 0.96% | 0.96% | - |
| XYZ | 37.61 | 19.53 | 2.82 | - |
| YUV | 81.9 | 97.02 | 243.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 27 | 0 | 0.96 | 0.89 | 0.04 | 355.64 | 0.92 | 0.5 |
| Hex | F4 | A | 1B | 0 | 60 | 59 | 4 | 164 | 5C | 32 |
| Octal | 364 | 12 | 33 | 0 | 140 | 131 | 4 | 544 | 134 | 62 |
| Binary | 11110100 | 1010 | 11011 | 0 | 1100000 | 1011001 | 100 | 101100100 | 1011100 | 110010 |
Color Harmonies of #F40A1B
Complementary color
Monochromatic Colors of #F40A1B
Black with #F40A1B
Text Example
Text Example
White with #F40A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40A1B; }
p { color: rgb(244,10,27); }
H1.HeaderClassName
{
color: #F40A1B;
}
.AnyTagClassName
{
color: #F40A1B;
}
</style>
background-color css
<style>
a { background-color: #F40A1B; }
a { background-color: rgb(244,10,27); }
div.DivClassName
{
background-color: #F40A1B;
}
.BgClassName
{
background-color: #F40A1B;
}
</style>
border-color css
<style>
span { border-color: #F40A1B; }
span { border-color: rgb(244,10,27); }
td.TdClassName
{
border-color: #F40A1B;
}
.TagClassName
{
border-color: #F40A1B;
}
</style>