Shades of Torch Red #F21235
Tints of Torch Red #F21235
RGB
CMYK
RGB Variations
Color information
#F21235 (or 0xF21235) is known color: Torch Red. HEX triplet: F2, 12 and 35. RGB value is (242,18,53). Sum of RGB (Red+Green+Blue) = 242+18+53=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F21235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21235 is #0DEDCA. Grayscale: #595959. Windows color (decimal): -912843 or 3478258. OLE color: 3478258.
HSL color Cylindrical-coordinate representation of color #F21235: hue angle of 350.62º 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 #F21235 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 53 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.05 |
| HSL | 350.63º | 0.9% | 0.51% | - |
| HSV(B) | 350.63º | 0.93% | 0.95% | - |
| XYZ | 37.48 | 19.57 | 5.17 | - |
| YUV | 88.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 53 | 0 | 0.93 | 0.78 | 0.05 | 350.63 | 0.9 | 0.51 |
| Hex | F2 | 12 | 35 | 0 | 5D | 4E | 5 | 15F | 5A | 33 |
| Octal | 362 | 22 | 65 | 0 | 135 | 116 | 5 | 537 | 132 | 63 |
| Binary | 11110010 | 10010 | 110101 | 0 | 1011101 | 1001110 | 101 | 101011111 | 1011010 | 110011 |
Color Harmonies of #F21235
Complementary color
Monochromatic Colors of #F21235
Black with #F21235
Text Example
Text Example
White with #F21235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21235; }
p { color: rgb(242,18,53); }
H1.HeaderClassName
{
color: #F21235;
}
.AnyTagClassName
{
color: #F21235;
}
</style>
background-color css
<style>
a { background-color: #F21235; }
a { background-color: rgb(242,18,53); }
div.DivClassName
{
background-color: #F21235;
}
.BgClassName
{
background-color: #F21235;
}
</style>
border-color css
<style>
span { border-color: #F21235; }
span { border-color: rgb(242,18,53); }
td.TdClassName
{
border-color: #F21235;
}
.TagClassName
{
border-color: #F21235;
}
</style>