Shades of Torch Red #F21840
Tints of Torch Red #F21840
RGB
CMYK
RGB Variations
Color information
#F21840 (or 0xF21840) is known color: Torch Red. HEX triplet: F2, 18 and 40. RGB value is (242,24,64). Sum of RGB (Red+Green+Blue) = 242+24+64=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F21840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21840 is #0DE7BF. Grayscale: #5D5D5D. Windows color (decimal): -911296 or 4200690. OLE color: 4200690.
HSL color Cylindrical-coordinate representation of color #F21840: hue angle of 348.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21840 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 64 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.05 |
| HSL | 348.99º | 0.89% | 0.52% | - |
| HSV(B) | 348.99º | 0.9% | 0.95% | - |
| XYZ | 37.87 | 19.9 | 6.7 | - |
| YUV | 93.74 | 111.22 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 64 | 0 | 0.90 | 0.74 | 0.05 | 348.99 | 0.89 | 0.52 |
| Hex | F2 | 18 | 40 | 0 | 5A | 4A | 5 | 15D | 59 | 34 |
| Octal | 362 | 30 | 100 | 0 | 132 | 112 | 5 | 535 | 131 | 64 |
| Binary | 11110010 | 11000 | 1000000 | 0 | 1011010 | 1001010 | 101 | 101011101 | 1011001 | 110100 |
Color Harmonies of #F21840
Complementary color
Monochromatic Colors of #F21840
Black with #F21840
Text Example
Text Example
White with #F21840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21840; }
p { color: rgb(242,24,64); }
H1.HeaderClassName
{
color: #F21840;
}
.AnyTagClassName
{
color: #F21840;
}
</style>
background-color css
<style>
a { background-color: #F21840; }
a { background-color: rgb(242,24,64); }
div.DivClassName
{
background-color: #F21840;
}
.BgClassName
{
background-color: #F21840;
}
</style>
border-color css
<style>
span { border-color: #F21840; }
span { border-color: rgb(242,24,64); }
td.TdClassName
{
border-color: #F21840;
}
.TagClassName
{
border-color: #F21840;
}
</style>