Shades of Torch Red #F00144
Tints of Torch Red #F00144
RGB
CMYK
RGB Variations
Color information
#F00144 (or 0xF00144) is known color: Torch Red. HEX triplet: F0, 01 and 44. RGB value is (240,1,68). Sum of RGB (Red+Green+Blue) = 240+1+68=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F00144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00144 is #0FFEBB. Grayscale: #505050. Windows color (decimal): -1048252 or 4456944. OLE color: 4456944.
HSL color Cylindrical-coordinate representation of color #F00144: hue angle of 343.18º 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 #F00144 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.06 |
| HSL | 343.18º | 0.99% | 0.47% | - |
| HSV(B) | 343.18º | 1% | 0.94% | - |
| XYZ | 36.99 | 18.96 | 7.18 | - |
| YUV | 80.1 | 121.18 | 242.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 68 | 0 | 1.00 | 0.72 | 0.06 | 343.18 | 0.99 | 0.47 |
| Hex | F0 | 1 | 44 | 0 | 64 | 48 | 6 | 157 | 63 | 2F |
| Octal | 360 | 1 | 104 | 0 | 144 | 110 | 6 | 527 | 143 | 57 |
| Binary | 11110000 | 1 | 1000100 | 0 | 1100100 | 1001000 | 110 | 101010111 | 1100011 | 101111 |
Color Harmonies of #F00144
Complementary color
Monochromatic Colors of #F00144
Black with #F00144
Text Example
Text Example
White with #F00144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00144; }
p { color: rgb(240,1,68); }
H1.HeaderClassName
{
color: #F00144;
}
.AnyTagClassName
{
color: #F00144;
}
</style>
background-color css
<style>
a { background-color: #F00144; }
a { background-color: rgb(240,1,68); }
div.DivClassName
{
background-color: #F00144;
}
.BgClassName
{
background-color: #F00144;
}
</style>
border-color css
<style>
span { border-color: #F00144; }
span { border-color: rgb(240,1,68); }
td.TdClassName
{
border-color: #F00144;
}
.TagClassName
{
border-color: #F00144;
}
</style>