Shades of Torch Red #F21225
Tints of Torch Red #F21225
RGB
CMYK
RGB Variations
Color information
#F21225 (or 0xF21225) is known color: Torch Red. HEX triplet: F2, 12 and 25. RGB value is (242,18,37). Sum of RGB (Red+Green+Blue) = 242+18+37=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F21225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21225 is #0DEDDA. Grayscale: #575757. Windows color (decimal): -912859 or 2429682. OLE color: 2429682.
HSL color Cylindrical-coordinate representation of color #F21225: hue angle of 354.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21225 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 37 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.05 |
| HSL | 354.91º | 0.9% | 0.51% | - |
| HSV(B) | 354.91º | 0.93% | 0.95% | - |
| XYZ | 37.17 | 19.44 | 3.54 | - |
| YUV | 87.14 | 99.71 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 37 | 0 | 0.93 | 0.85 | 0.05 | 354.91 | 0.9 | 0.51 |
| Hex | F2 | 12 | 25 | 0 | 5D | 55 | 5 | 163 | 5A | 33 |
| Octal | 362 | 22 | 45 | 0 | 135 | 125 | 5 | 543 | 132 | 63 |
| Binary | 11110010 | 10010 | 100101 | 0 | 1011101 | 1010101 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F21225
Complementary color
Monochromatic Colors of #F21225
Black with #F21225
Text Example
Text Example
White with #F21225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21225; }
p { color: rgb(242,18,37); }
H1.HeaderClassName
{
color: #F21225;
}
.AnyTagClassName
{
color: #F21225;
}
</style>
background-color css
<style>
a { background-color: #F21225; }
a { background-color: rgb(242,18,37); }
div.DivClassName
{
background-color: #F21225;
}
.BgClassName
{
background-color: #F21225;
}
</style>
border-color css
<style>
span { border-color: #F21225; }
span { border-color: rgb(242,18,37); }
td.TdClassName
{
border-color: #F21225;
}
.TagClassName
{
border-color: #F21225;
}
</style>