Shades of Torch Red #F21014
Tints of Torch Red #F21014
RGB
CMYK
RGB Variations
Color information
#F21014 (or 0xF21014) is known color: Torch Red. HEX triplet: F2, 10 and 14. RGB value is (242,16,20). Sum of RGB (Red+Green+Blue) = 242+16+20=278 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.05% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 242 - color contains mainly: red. Hex color #F21014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21014 is #0DEFEB. Grayscale: #545454. Windows color (decimal): -913388 or 1315058. OLE color: 1315058.
HSL color Cylindrical-coordinate representation of color #F21014: hue angle of 358.94º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21014 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 20 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.05 |
| HSL | 358.94º | 0.9% | 0.51% | - |
| HSV(B) | 358.94º | 0.93% | 0.95% | - |
| XYZ | 36.93 | 19.3 | 2.44 | - |
| YUV | 84.03 | 91.87 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 20 | 0 | 0.93 | 0.92 | 0.05 | 358.94 | 0.9 | 0.51 |
| Hex | F2 | 10 | 14 | 0 | 5D | 5C | 5 | 167 | 5A | 33 |
| Octal | 362 | 20 | 24 | 0 | 135 | 134 | 5 | 547 | 132 | 63 |
| Binary | 11110010 | 10000 | 10100 | 0 | 1011101 | 1011100 | 101 | 101100111 | 1011010 | 110011 |
Color Harmonies of #F21014
Complementary color
Monochromatic Colors of #F21014
Black with #F21014
Text Example
Text Example
White with #F21014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21014; }
p { color: rgb(242,16,20); }
H1.HeaderClassName
{
color: #F21014;
}
.AnyTagClassName
{
color: #F21014;
}
</style>
background-color css
<style>
a { background-color: #F21014; }
a { background-color: rgb(242,16,20); }
div.DivClassName
{
background-color: #F21014;
}
.BgClassName
{
background-color: #F21014;
}
</style>
border-color css
<style>
span { border-color: #F21014; }
span { border-color: rgb(242,16,20); }
td.TdClassName
{
border-color: #F21014;
}
.TagClassName
{
border-color: #F21014;
}
</style>