Shades of Torch Red #F21425
Tints of Torch Red #F21425
RGB
CMYK
RGB Variations
Color information
#F21425 (or 0xF21425) is known color: Torch Red. HEX triplet: F2, 14 and 25. RGB value is (242,20,37). Sum of RGB (Red+Green+Blue) = 242+20+37=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F21425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21425 is #0DEBDA. Grayscale: #585858. Windows color (decimal): -912347 or 2430194. OLE color: 2430194.
HSL color Cylindrical-coordinate representation of color #F21425: hue angle of 355.41º 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 #F21425 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.05 |
| HSL | 355.41º | 0.9% | 0.51% | - |
| HSV(B) | 355.41º | 0.92% | 0.95% | - |
| XYZ | 37.2 | 19.51 | 3.56 | - |
| YUV | 88.32 | 99.05 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 37 | 0 | 0.92 | 0.85 | 0.05 | 355.41 | 0.9 | 0.51 |
| Hex | F2 | 14 | 25 | 0 | 5C | 55 | 5 | 163 | 5A | 33 |
| Octal | 362 | 24 | 45 | 0 | 134 | 125 | 5 | 543 | 132 | 63 |
| Binary | 11110010 | 10100 | 100101 | 0 | 1011100 | 1010101 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F21425
Complementary color
Monochromatic Colors of #F21425
Black with #F21425
Text Example
Text Example
White with #F21425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21425; }
p { color: rgb(242,20,37); }
H1.HeaderClassName
{
color: #F21425;
}
.AnyTagClassName
{
color: #F21425;
}
</style>
background-color css
<style>
a { background-color: #F21425; }
a { background-color: rgb(242,20,37); }
div.DivClassName
{
background-color: #F21425;
}
.BgClassName
{
background-color: #F21425;
}
</style>
border-color css
<style>
span { border-color: #F21425; }
span { border-color: rgb(242,20,37); }
td.TdClassName
{
border-color: #F21425;
}
.TagClassName
{
border-color: #F21425;
}
</style>