Shades of Torch Red #F21537
Tints of Torch Red #F21537
RGB
CMYK
RGB Variations
Color information
#F21537 (or 0xF21537) is known color: Torch Red. HEX triplet: F2, 15 and 37. RGB value is (242,21,55). Sum of RGB (Red+Green+Blue) = 242+21+55=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F21537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21537 is #0DEAC8. Grayscale: #5B5B5B. Windows color (decimal): -912073 or 3610098. OLE color: 3610098.
HSL color Cylindrical-coordinate representation of color #F21537: hue angle of 350.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21537 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 55 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.05 |
| HSL | 350.77º | 0.89% | 0.52% | - |
| HSV(B) | 350.77º | 0.91% | 0.95% | - |
| XYZ | 37.58 | 19.69 | 5.43 | - |
| YUV | 90.96 | 107.72 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 55 | 0 | 0.91 | 0.77 | 0.05 | 350.77 | 0.89 | 0.52 |
| Hex | F2 | 15 | 37 | 0 | 5B | 4D | 5 | 15F | 59 | 34 |
| Octal | 362 | 25 | 67 | 0 | 133 | 115 | 5 | 537 | 131 | 64 |
| Binary | 11110010 | 10101 | 110111 | 0 | 1011011 | 1001101 | 101 | 101011111 | 1011001 | 110100 |
Color Harmonies of #F21537
Complementary color
Monochromatic Colors of #F21537
Black with #F21537
Text Example
Text Example
White with #F21537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21537; }
p { color: rgb(242,21,55); }
H1.HeaderClassName
{
color: #F21537;
}
.AnyTagClassName
{
color: #F21537;
}
</style>
background-color css
<style>
a { background-color: #F21537; }
a { background-color: rgb(242,21,55); }
div.DivClassName
{
background-color: #F21537;
}
.BgClassName
{
background-color: #F21537;
}
</style>
border-color css
<style>
span { border-color: #F21537; }
span { border-color: rgb(242,21,55); }
td.TdClassName
{
border-color: #F21537;
}
.TagClassName
{
border-color: #F21537;
}
</style>