Shades of Torch Red #F0012D
Tints of Torch Red #F0012D
RGB
CMYK
RGB Variations
Color information
#F0012D (or 0xF0012D) is known color: Torch Red. HEX triplet: F0, 01 and 2D. RGB value is (240,1,45). Sum of RGB (Red+Green+Blue) = 240+1+45=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0012D is #0FFED2. Grayscale: #4D4D4D. Windows color (decimal): -1048275 or 2949616. OLE color: 2949616.
HSL color Cylindrical-coordinate representation of color #F0012D: hue angle of 348.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0012D is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.06 |
| HSL | 348.95º | 0.99% | 0.47% | - |
| HSV(B) | 348.95º | 1% | 0.94% | - |
| XYZ | 36.42 | 18.74 | 4.18 | - |
| YUV | 77.48 | 109.68 | 243.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 45 | 0 | 1.00 | 0.81 | 0.06 | 348.95 | 0.99 | 0.47 |
| Hex | F0 | 1 | 2D | 0 | 64 | 51 | 6 | 15D | 63 | 2F |
| Octal | 360 | 1 | 55 | 0 | 144 | 121 | 6 | 535 | 143 | 57 |
| Binary | 11110000 | 1 | 101101 | 0 | 1100100 | 1010001 | 110 | 101011101 | 1100011 | 101111 |
Color Harmonies of #F0012D
Complementary color
Monochromatic Colors of #F0012D
Black with #F0012D
Text Example
Text Example
White with #F0012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0012D; }
p { color: rgb(240,1,45); }
H1.HeaderClassName
{
color: #F0012D;
}
.AnyTagClassName
{
color: #F0012D;
}
</style>
background-color css
<style>
a { background-color: #F0012D; }
a { background-color: rgb(240,1,45); }
div.DivClassName
{
background-color: #F0012D;
}
.BgClassName
{
background-color: #F0012D;
}
</style>
border-color css
<style>
span { border-color: #F0012D; }
span { border-color: rgb(240,1,45); }
td.TdClassName
{
border-color: #F0012D;
}
.TagClassName
{
border-color: #F0012D;
}
</style>