Shades of Torch Red #F20025
Tints of Torch Red #F20025
RGB
CMYK
RGB Variations
Color information
#F20025 (or 0xF20025) is known color: Torch Red. HEX triplet: F2, 00 and 25. RGB value is (242,0,37). Sum of RGB (Red+Green+Blue) = 242+0+37=279 (36% of max value = 765). Red value is 242 (94.92% from 255 or 86.74% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 242 - color contains mainly: red. Hex color #F20025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20025 is #0DFFDA. Grayscale: #4C4C4C. Windows color (decimal): -917467 or 2425074. OLE color: 2425074.
HSL color Cylindrical-coordinate representation of color #F20025: hue angle of 350.83º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20025 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.85 | 0.05 |
| HSL | 350.83º | 1% | 0.47% | - |
| HSV(B) | 350.83º | 1% | 0.95% | - |
| XYZ | 36.95 | 19.01 | 3.47 | - |
| YUV | 76.58 | 105.67 | 245.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 37 | 0 | 1 | 0.85 | 0.05 | 350.83 | 1 | 0.47 |
| Hex | F2 | 0 | 25 | 0 | 64 | 55 | 5 | 15F | 64 | 2F |
| Octal | 362 | 0 | 45 | 0 | 144 | 125 | 5 | 537 | 144 | 57 |
| Binary | 11110010 | 0 | 100101 | 0 | 1100100 | 1010101 | 101 | 101011111 | 1100100 | 101111 |
Color Harmonies of #F20025
Complementary color
Monochromatic Colors of #F20025
Black with #F20025
Text Example
Text Example
White with #F20025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20025; }
p { color: rgb(242,0,37); }
H1.HeaderClassName
{
color: #F20025;
}
.AnyTagClassName
{
color: #F20025;
}
</style>
background-color css
<style>
a { background-color: #F20025; }
a { background-color: rgb(242,0,37); }
div.DivClassName
{
background-color: #F20025;
}
.BgClassName
{
background-color: #F20025;
}
</style>
border-color css
<style>
span { border-color: #F20025; }
span { border-color: rgb(242,0,37); }
td.TdClassName
{
border-color: #F20025;
}
.TagClassName
{
border-color: #F20025;
}
</style>