Shades of Torch Red #F21438
Tints of Torch Red #F21438
RGB
CMYK
RGB Variations
Color information
#F21438 (or 0xF21438) is known color: Torch Red. HEX triplet: F2, 14 and 38. RGB value is (242,20,56). Sum of RGB (Red+Green+Blue) = 242+20+56=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F21438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21438 is #0DEBC7. Grayscale: #5A5A5A. Windows color (decimal): -912328 or 3675378. OLE color: 3675378.
HSL color Cylindrical-coordinate representation of color #F21438: hue angle of 350.27º 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 #F21438 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 56 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.05 |
| HSL | 350.27º | 0.9% | 0.51% | - |
| HSV(B) | 350.27º | 0.92% | 0.95% | - |
| XYZ | 37.58 | 19.66 | 5.56 | - |
| YUV | 90.48 | 108.55 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 56 | 0 | 0.92 | 0.77 | 0.05 | 350.27 | 0.9 | 0.51 |
| Hex | F2 | 14 | 38 | 0 | 5C | 4D | 5 | 15E | 5A | 33 |
| Octal | 362 | 24 | 70 | 0 | 134 | 115 | 5 | 536 | 132 | 63 |
| Binary | 11110010 | 10100 | 111000 | 0 | 1011100 | 1001101 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F21438
Complementary color
Monochromatic Colors of #F21438
Black with #F21438
Text Example
Text Example
White with #F21438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21438; }
p { color: rgb(242,20,56); }
H1.HeaderClassName
{
color: #F21438;
}
.AnyTagClassName
{
color: #F21438;
}
</style>
background-color css
<style>
a { background-color: #F21438; }
a { background-color: rgb(242,20,56); }
div.DivClassName
{
background-color: #F21438;
}
.BgClassName
{
background-color: #F21438;
}
</style>
border-color css
<style>
span { border-color: #F21438; }
span { border-color: rgb(242,20,56); }
td.TdClassName
{
border-color: #F21438;
}
.TagClassName
{
border-color: #F21438;
}
</style>