Shades of Torch Red #F21030
Tints of Torch Red #F21030
RGB
CMYK
RGB Variations
Color information
#F21030 (or 0xF21030) is known color: Torch Red. HEX triplet: F2, 10 and 30. RGB value is (242,16,48). Sum of RGB (Red+Green+Blue) = 242+16+48=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F21030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21030 is #0DEFCF. Grayscale: #575757. Windows color (decimal): -913360 or 3150066. OLE color: 3150066.
HSL color Cylindrical-coordinate representation of color #F21030: hue angle of 351.5º 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 #F21030 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 48 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.05 |
| HSL | 351.5º | 0.9% | 0.51% | - |
| HSV(B) | 351.5º | 0.93% | 0.95% | - |
| XYZ | 37.34 | 19.46 | 4.58 | - |
| YUV | 87.22 | 105.87 | 238.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 48 | 0 | 0.93 | 0.80 | 0.05 | 351.5 | 0.9 | 0.51 |
| Hex | F2 | 10 | 30 | 0 | 5D | 50 | 5 | 160 | 5A | 33 |
| Octal | 362 | 20 | 60 | 0 | 135 | 120 | 5 | 540 | 132 | 63 |
| Binary | 11110010 | 10000 | 110000 | 0 | 1011101 | 1010000 | 101 | 101100000 | 1011010 | 110011 |
Color Harmonies of #F21030
Complementary color
Monochromatic Colors of #F21030
Black with #F21030
Text Example
Text Example
White with #F21030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21030; }
p { color: rgb(242,16,48); }
H1.HeaderClassName
{
color: #F21030;
}
.AnyTagClassName
{
color: #F21030;
}
</style>
background-color css
<style>
a { background-color: #F21030; }
a { background-color: rgb(242,16,48); }
div.DivClassName
{
background-color: #F21030;
}
.BgClassName
{
background-color: #F21030;
}
</style>
border-color css
<style>
span { border-color: #F21030; }
span { border-color: rgb(242,16,48); }
td.TdClassName
{
border-color: #F21030;
}
.TagClassName
{
border-color: #F21030;
}
</style>