Shades of Torch Red #F21027
Tints of Torch Red #F21027
RGB
CMYK
RGB Variations
Color information
#F21027 (or 0xF21027) is known color: Torch Red. HEX triplet: F2, 10 and 27. RGB value is (242,16,39). Sum of RGB (Red+Green+Blue) = 242+16+39=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F21027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21027 is #0DEFD8. Grayscale: #565656. Windows color (decimal): -913369 or 2560242. OLE color: 2560242.
HSL color Cylindrical-coordinate representation of color #F21027: hue angle of 353.89º 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 #F21027 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.05 |
| HSL | 353.89º | 0.9% | 0.51% | - |
| HSV(B) | 353.89º | 0.93% | 0.95% | - |
| XYZ | 37.17 | 19.39 | 3.7 | - |
| YUV | 86.2 | 101.37 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 39 | 0 | 0.93 | 0.84 | 0.05 | 353.89 | 0.9 | 0.51 |
| Hex | F2 | 10 | 27 | 0 | 5D | 54 | 5 | 162 | 5A | 33 |
| Octal | 362 | 20 | 47 | 0 | 135 | 124 | 5 | 542 | 132 | 63 |
| Binary | 11110010 | 10000 | 100111 | 0 | 1011101 | 1010100 | 101 | 101100010 | 1011010 | 110011 |
Color Harmonies of #F21027
Complementary color
Monochromatic Colors of #F21027
Black with #F21027
Text Example
Text Example
White with #F21027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21027; }
p { color: rgb(242,16,39); }
H1.HeaderClassName
{
color: #F21027;
}
.AnyTagClassName
{
color: #F21027;
}
</style>
background-color css
<style>
a { background-color: #F21027; }
a { background-color: rgb(242,16,39); }
div.DivClassName
{
background-color: #F21027;
}
.BgClassName
{
background-color: #F21027;
}
</style>
border-color css
<style>
span { border-color: #F21027; }
span { border-color: rgb(242,16,39); }
td.TdClassName
{
border-color: #F21027;
}
.TagClassName
{
border-color: #F21027;
}
</style>