Shades of Torch Red #F00A1D
Tints of Torch Red #F00A1D
RGB
CMYK
RGB Variations
Color information
#F00A1D (or 0xF00A1D) is known color: Torch Red. HEX triplet: F0, 0A and 1D. RGB value is (240,10,29). Sum of RGB (Red+Green+Blue) = 240+10+29=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00A1D is #0FF5E2. Grayscale: #515151. Windows color (decimal): -1045987 or 1903344. OLE color: 1903344.
HSL color Cylindrical-coordinate representation of color #F00A1D: hue angle of 355.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A1D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.06 |
| HSL | 355.04º | 0.92% | 0.49% | - |
| HSV(B) | 355.04º | 0.96% | 0.94% | - |
| XYZ | 36.27 | 18.83 | 2.89 | - |
| YUV | 80.94 | 98.7 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 29 | 0 | 0.96 | 0.88 | 0.06 | 355.04 | 0.92 | 0.49 |
| Hex | F0 | A | 1D | 0 | 60 | 58 | 6 | 163 | 5C | 31 |
| Octal | 360 | 12 | 35 | 0 | 140 | 130 | 6 | 543 | 134 | 61 |
| Binary | 11110000 | 1010 | 11101 | 0 | 1100000 | 1011000 | 110 | 101100011 | 1011100 | 110001 |
Color Harmonies of #F00A1D
Complementary color
Monochromatic Colors of #F00A1D
Black with #F00A1D
Text Example
Text Example
White with #F00A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A1D; }
p { color: rgb(240,10,29); }
H1.HeaderClassName
{
color: #F00A1D;
}
.AnyTagClassName
{
color: #F00A1D;
}
</style>
background-color css
<style>
a { background-color: #F00A1D; }
a { background-color: rgb(240,10,29); }
div.DivClassName
{
background-color: #F00A1D;
}
.BgClassName
{
background-color: #F00A1D;
}
</style>
border-color css
<style>
span { border-color: #F00A1D; }
span { border-color: rgb(240,10,29); }
td.TdClassName
{
border-color: #F00A1D;
}
.TagClassName
{
border-color: #F00A1D;
}
</style>