Shades of Torch Red #F01628
Tints of Torch Red #F01628
RGB
CMYK
RGB Variations
Color information
#F01628 (or 0xF01628) is known color: Torch Red. HEX triplet: F0, 16 and 28. RGB value is (240,22,40). Sum of RGB (Red+Green+Blue) = 240+22+40=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F01628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01628 is #0FE9D7. Grayscale: #595959. Windows color (decimal): -1042904 or 2627312. OLE color: 2627312.
HSL color Cylindrical-coordinate representation of color #F01628: hue angle of 355.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01628 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 40 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.06 |
| HSL | 355.05º | 0.88% | 0.51% | - |
| HSV(B) | 355.05º | 0.91% | 0.94% | - |
| XYZ | 36.61 | 19.25 | 3.79 | - |
| YUV | 89.23 | 100.22 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 40 | 0 | 0.91 | 0.83 | 0.06 | 355.05 | 0.88 | 0.51 |
| Hex | F0 | 16 | 28 | 0 | 5B | 53 | 6 | 163 | 58 | 33 |
| Octal | 360 | 26 | 50 | 0 | 133 | 123 | 6 | 543 | 130 | 63 |
| Binary | 11110000 | 10110 | 101000 | 0 | 1011011 | 1010011 | 110 | 101100011 | 1011000 | 110011 |
Color Harmonies of #F01628
Complementary color
Monochromatic Colors of #F01628
Black with #F01628
Text Example
Text Example
White with #F01628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01628; }
p { color: rgb(240,22,40); }
H1.HeaderClassName
{
color: #F01628;
}
.AnyTagClassName
{
color: #F01628;
}
</style>
background-color css
<style>
a { background-color: #F01628; }
a { background-color: rgb(240,22,40); }
div.DivClassName
{
background-color: #F01628;
}
.BgClassName
{
background-color: #F01628;
}
</style>
border-color css
<style>
span { border-color: #F01628; }
span { border-color: rgb(240,22,40); }
td.TdClassName
{
border-color: #F01628;
}
.TagClassName
{
border-color: #F01628;
}
</style>