Shades of Torch Red #F0021B
Tints of Torch Red #F0021B
RGB
CMYK
RGB Variations
Color information
#F0021B (or 0xF0021B) is known color: Torch Red. HEX triplet: F0, 02 and 1B. RGB value is (240,2,27). Sum of RGB (Red+Green+Blue) = 240+2+27=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F0021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0021B is #0FFDE4. Grayscale: #4C4C4C. Windows color (decimal): -1048037 or 1770224. OLE color: 1770224.
HSL color Cylindrical-coordinate representation of color #F0021B: hue angle of 353.7º 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 #F0021B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.06 |
| HSL | 353.7º | 0.98% | 0.47% | - |
| HSV(B) | 353.7º | 0.99% | 0.94% | - |
| XYZ | 36.15 | 18.65 | 2.73 | - |
| YUV | 76.01 | 100.35 | 244.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 27 | 0 | 0.99 | 0.89 | 0.06 | 353.7 | 0.98 | 0.47 |
| Hex | F0 | 2 | 1B | 0 | 63 | 59 | 6 | 162 | 62 | 2F |
| Octal | 360 | 2 | 33 | 0 | 143 | 131 | 6 | 542 | 142 | 57 |
| Binary | 11110000 | 10 | 11011 | 0 | 1100011 | 1011001 | 110 | 101100010 | 1100010 | 101111 |
Color Harmonies of #F0021B
Complementary color
Monochromatic Colors of #F0021B
Black with #F0021B
Text Example
Text Example
White with #F0021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0021B; }
p { color: rgb(240,2,27); }
H1.HeaderClassName
{
color: #F0021B;
}
.AnyTagClassName
{
color: #F0021B;
}
</style>
background-color css
<style>
a { background-color: #F0021B; }
a { background-color: rgb(240,2,27); }
div.DivClassName
{
background-color: #F0021B;
}
.BgClassName
{
background-color: #F0021B;
}
</style>
border-color css
<style>
span { border-color: #F0021B; }
span { border-color: rgb(240,2,27); }
td.TdClassName
{
border-color: #F0021B;
}
.TagClassName
{
border-color: #F0021B;
}
</style>