Shades of Torch Red #F21219
Tints of Torch Red #F21219
RGB
CMYK
RGB Variations
Color information
#F21219 (or 0xF21219) is known color: Torch Red. HEX triplet: F2, 12 and 19. RGB value is (242,18,25). Sum of RGB (Red+Green+Blue) = 242+18+25=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F21219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21219 is #0DEDE6. Grayscale: #555555. Windows color (decimal): -912871 or 1643250. OLE color: 1643250.
HSL color Cylindrical-coordinate representation of color #F21219: hue angle of 358.12º 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 #F21219 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 358.13º | 0.9% | 0.51% | - |
| HSV(B) | 358.13º | 0.93% | 0.95% | - |
| XYZ | 37.01 | 19.38 | 2.71 | - |
| YUV | 85.77 | 93.71 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 25 | 0 | 0.93 | 0.90 | 0.05 | 358.13 | 0.9 | 0.51 |
| Hex | F2 | 12 | 19 | 0 | 5D | 5A | 5 | 166 | 5A | 33 |
| Octal | 362 | 22 | 31 | 0 | 135 | 132 | 5 | 546 | 132 | 63 |
| Binary | 11110010 | 10010 | 11001 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F21219
Complementary color
Monochromatic Colors of #F21219
Black with #F21219
Text Example
Text Example
White with #F21219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21219; }
p { color: rgb(242,18,25); }
H1.HeaderClassName
{
color: #F21219;
}
.AnyTagClassName
{
color: #F21219;
}
</style>
background-color css
<style>
a { background-color: #F21219; }
a { background-color: rgb(242,18,25); }
div.DivClassName
{
background-color: #F21219;
}
.BgClassName
{
background-color: #F21219;
}
</style>
border-color css
<style>
span { border-color: #F21219; }
span { border-color: rgb(242,18,25); }
td.TdClassName
{
border-color: #F21219;
}
.TagClassName
{
border-color: #F21219;
}
</style>