Shades of Torch Red #F21021
Tints of Torch Red #F21021
RGB
CMYK
RGB Variations
Color information
#F21021 (or 0xF21021) is known color: Torch Red. HEX triplet: F2, 10 and 21. RGB value is (242,16,33). Sum of RGB (Red+Green+Blue) = 242+16+33=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F21021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21021 is #0DEFDE. Grayscale: #555555. Windows color (decimal): -913375 or 2167026. OLE color: 2167026.
HSL color Cylindrical-coordinate representation of color #F21021: hue angle of 355.49º 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 #F21021 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 33 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.49º | 0.9% | 0.51% | - |
| HSV(B) | 355.49º | 0.93% | 0.95% | - |
| XYZ | 37.08 | 19.36 | 3.22 | - |
| YUV | 85.51 | 98.37 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 33 | 0 | 0.93 | 0.86 | 0.05 | 355.49 | 0.9 | 0.51 |
| Hex | F2 | 10 | 21 | 0 | 5D | 56 | 5 | 163 | 5A | 33 |
| Octal | 362 | 20 | 41 | 0 | 135 | 126 | 5 | 543 | 132 | 63 |
| Binary | 11110010 | 10000 | 100001 | 0 | 1011101 | 1010110 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F21021
Complementary color
Monochromatic Colors of #F21021
Black with #F21021
Text Example
Text Example
White with #F21021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21021; }
p { color: rgb(242,16,33); }
H1.HeaderClassName
{
color: #F21021;
}
.AnyTagClassName
{
color: #F21021;
}
</style>
background-color css
<style>
a { background-color: #F21021; }
a { background-color: rgb(242,16,33); }
div.DivClassName
{
background-color: #F21021;
}
.BgClassName
{
background-color: #F21021;
}
</style>
border-color css
<style>
span { border-color: #F21021; }
span { border-color: rgb(242,16,33); }
td.TdClassName
{
border-color: #F21021;
}
.TagClassName
{
border-color: #F21021;
}
</style>