Shades of Torch Red #F21440
Tints of Torch Red #F21440
RGB
CMYK
RGB Variations
Color information
#F21440 (or 0xF21440) is known color: Torch Red. HEX triplet: F2, 14 and 40. RGB value is (242,20,64). Sum of RGB (Red+Green+Blue) = 242+20+64=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F21440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21440 is #0DEBBF. Grayscale: #5B5B5B. Windows color (decimal): -912320 or 4199666. OLE color: 4199666.
HSL color Cylindrical-coordinate representation of color #F21440: hue angle of 348.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21440 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 64 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.05 |
| HSL | 348.11º | 0.9% | 0.51% | - |
| HSV(B) | 348.11º | 0.92% | 0.95% | - |
| XYZ | 37.79 | 19.75 | 6.67 | - |
| YUV | 91.39 | 112.55 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 64 | 0 | 0.92 | 0.74 | 0.05 | 348.11 | 0.9 | 0.51 |
| Hex | F2 | 14 | 40 | 0 | 5C | 4A | 5 | 15C | 5A | 33 |
| Octal | 362 | 24 | 100 | 0 | 134 | 112 | 5 | 534 | 132 | 63 |
| Binary | 11110010 | 10100 | 1000000 | 0 | 1011100 | 1001010 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F21440
Complementary color
Monochromatic Colors of #F21440
Black with #F21440
Text Example
Text Example
White with #F21440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21440; }
p { color: rgb(242,20,64); }
H1.HeaderClassName
{
color: #F21440;
}
.AnyTagClassName
{
color: #F21440;
}
</style>
background-color css
<style>
a { background-color: #F21440; }
a { background-color: rgb(242,20,64); }
div.DivClassName
{
background-color: #F21440;
}
.BgClassName
{
background-color: #F21440;
}
</style>
border-color css
<style>
span { border-color: #F21440; }
span { border-color: rgb(242,20,64); }
td.TdClassName
{
border-color: #F21440;
}
.TagClassName
{
border-color: #F21440;
}
</style>