Shades of Torch Red #F0001D
Tints of Torch Red #F0001D
RGB
CMYK
RGB Variations
Color information
#F0001D (or 0xF0001D) is known color: Torch Red. HEX triplet: F0, 00 and 1D. RGB value is (240,0,29). Sum of RGB (Red+Green+Blue) = 240+0+29=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F0001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0001D is #0FFFE2. Grayscale: #4B4B4B. Windows color (decimal): -1048547 or 1900784. OLE color: 1900784.
HSL color Cylindrical-coordinate representation of color #F0001D: hue angle of 352.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0001D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.88 | 0.06 |
| HSL | 352.75º | 1% | 0.47% | - |
| HSV(B) | 352.75º | 1% | 0.94% | - |
| XYZ | 36.16 | 18.61 | 2.85 | - |
| YUV | 75.07 | 102.01 | 245.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 29 | 0 | 1 | 0.88 | 0.06 | 352.75 | 1 | 0.47 |
| Hex | F0 | 0 | 1D | 0 | 64 | 58 | 6 | 161 | 64 | 2F |
| Octal | 360 | 0 | 35 | 0 | 144 | 130 | 6 | 541 | 144 | 57 |
| Binary | 11110000 | 0 | 11101 | 0 | 1100100 | 1011000 | 110 | 101100001 | 1100100 | 101111 |
Color Harmonies of #F0001D
Complementary color
Monochromatic Colors of #F0001D
Black with #F0001D
Text Example
Text Example
White with #F0001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0001D; }
p { color: rgb(240,0,29); }
H1.HeaderClassName
{
color: #F0001D;
}
.AnyTagClassName
{
color: #F0001D;
}
</style>
background-color css
<style>
a { background-color: #F0001D; }
a { background-color: rgb(240,0,29); }
div.DivClassName
{
background-color: #F0001D;
}
.BgClassName
{
background-color: #F0001D;
}
</style>
border-color css
<style>
span { border-color: #F0001D; }
span { border-color: rgb(240,0,29); }
td.TdClassName
{
border-color: #F0001D;
}
.TagClassName
{
border-color: #F0001D;
}
</style>