Shades of Torch Red #F40A0D
Tints of Torch Red #F40A0D
RGB
CMYK
RGB Variations
Color information
#F40A0D (or 0xF40A0D) is known color: Torch Red. HEX triplet: F4, 0A and 0D. RGB value is (244,10,13). Sum of RGB (Red+Green+Blue) = 244+10+13=267 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.39% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40A0D is #0BF5F2. Grayscale: #505050. Windows color (decimal): -783859 or 854772. OLE color: 854772.
HSL color Cylindrical-coordinate representation of color #F40A0D: hue angle of 359.23º 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 #F40A0D is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 13 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.04 |
| HSL | 359.23º | 0.92% | 0.5% | - |
| HSV(B) | 359.23º | 0.96% | 0.96% | - |
| XYZ | 37.49 | 19.48 | 2.16 | - |
| YUV | 80.31 | 90.02 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 13 | 0 | 0.96 | 0.95 | 0.04 | 359.23 | 0.92 | 0.5 |
| Hex | F4 | A | D | 0 | 60 | 5F | 4 | 167 | 5C | 32 |
| Octal | 364 | 12 | 15 | 0 | 140 | 137 | 4 | 547 | 134 | 62 |
| Binary | 11110100 | 1010 | 1101 | 0 | 1100000 | 1011111 | 100 | 101100111 | 1011100 | 110010 |
Color Harmonies of #F40A0D
Complementary color
Monochromatic Colors of #F40A0D
Black with #F40A0D
Text Example
Text Example
White with #F40A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40A0D; }
p { color: rgb(244,10,13); }
H1.HeaderClassName
{
color: #F40A0D;
}
.AnyTagClassName
{
color: #F40A0D;
}
</style>
background-color css
<style>
a { background-color: #F40A0D; }
a { background-color: rgb(244,10,13); }
div.DivClassName
{
background-color: #F40A0D;
}
.BgClassName
{
background-color: #F40A0D;
}
</style>
border-color css
<style>
span { border-color: #F40A0D; }
span { border-color: rgb(244,10,13); }
td.TdClassName
{
border-color: #F40A0D;
}
.TagClassName
{
border-color: #F40A0D;
}
</style>