Shades of Torch Red #F0021C
Tints of Torch Red #F0021C
RGB
CMYK
RGB Variations
Color information
#F0021C (or 0xF0021C) is known color: Torch Red. HEX triplet: F0, 02 and 1C. RGB value is (240,2,28). Sum of RGB (Red+Green+Blue) = 240+2+28=270 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.89% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 240 - color contains mainly: red. Hex color #F0021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0021C is #0FFDE3. Grayscale: #4C4C4C. Windows color (decimal): -1048036 or 1835760. OLE color: 1835760.
HSL color Cylindrical-coordinate representation of color #F0021C: hue angle of 353.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0021C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.06 |
| HSL | 353.45º | 0.98% | 0.47% | - |
| HSV(B) | 353.45º | 0.99% | 0.94% | - |
| XYZ | 36.17 | 18.65 | 2.79 | - |
| YUV | 76.13 | 100.85 | 244.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 28 | 0 | 0.99 | 0.88 | 0.06 | 353.45 | 0.98 | 0.47 |
| Hex | F0 | 2 | 1C | 0 | 63 | 58 | 6 | 161 | 62 | 2F |
| Octal | 360 | 2 | 34 | 0 | 143 | 130 | 6 | 541 | 142 | 57 |
| Binary | 11110000 | 10 | 11100 | 0 | 1100011 | 1011000 | 110 | 101100001 | 1100010 | 101111 |
Color Harmonies of #F0021C
Complementary color
Monochromatic Colors of #F0021C
Black with #F0021C
Text Example
Text Example
White with #F0021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0021C; }
p { color: rgb(240,2,28); }
H1.HeaderClassName
{
color: #F0021C;
}
.AnyTagClassName
{
color: #F0021C;
}
</style>
background-color css
<style>
a { background-color: #F0021C; }
a { background-color: rgb(240,2,28); }
div.DivClassName
{
background-color: #F0021C;
}
.BgClassName
{
background-color: #F0021C;
}
</style>
border-color css
<style>
span { border-color: #F0021C; }
span { border-color: rgb(240,2,28); }
td.TdClassName
{
border-color: #F0021C;
}
.TagClassName
{
border-color: #F0021C;
}
</style>