Shades of Torch Red #F00128
Tints of Torch Red #F00128
RGB
CMYK
RGB Variations
Color information
#F00128 (or 0xF00128) is known color: Torch Red. HEX triplet: F0, 01 and 28. RGB value is (240,1,40). Sum of RGB (Red+Green+Blue) = 240+1+40=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F00128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00128 is #0FFED7. Grayscale: #4C4C4C. Windows color (decimal): -1048280 or 2621936. OLE color: 2621936.
HSL color Cylindrical-coordinate representation of color #F00128: hue angle of 350.21º 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 #F00128 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.06 |
| HSL | 350.21º | 0.99% | 0.47% | - |
| HSV(B) | 350.21º | 1% | 0.94% | - |
| XYZ | 36.33 | 18.7 | 3.7 | - |
| YUV | 76.91 | 107.18 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 40 | 0 | 1.00 | 0.83 | 0.06 | 350.21 | 0.99 | 0.47 |
| Hex | F0 | 1 | 28 | 0 | 64 | 53 | 6 | 15E | 63 | 2F |
| Octal | 360 | 1 | 50 | 0 | 144 | 123 | 6 | 536 | 143 | 57 |
| Binary | 11110000 | 1 | 101000 | 0 | 1100100 | 1010011 | 110 | 101011110 | 1100011 | 101111 |
Color Harmonies of #F00128
Complementary color
Monochromatic Colors of #F00128
Black with #F00128
Text Example
Text Example
White with #F00128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00128; }
p { color: rgb(240,1,40); }
H1.HeaderClassName
{
color: #F00128;
}
.AnyTagClassName
{
color: #F00128;
}
</style>
background-color css
<style>
a { background-color: #F00128; }
a { background-color: rgb(240,1,40); }
div.DivClassName
{
background-color: #F00128;
}
.BgClassName
{
background-color: #F00128;
}
</style>
border-color css
<style>
span { border-color: #F00128; }
span { border-color: rgb(240,1,40); }
td.TdClassName
{
border-color: #F00128;
}
.TagClassName
{
border-color: #F00128;
}
</style>