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