Shades of Torch Red #F2151D
Tints of Torch Red #F2151D
RGB
CMYK
RGB Variations
Color information
#F2151D (or 0xF2151D) is known color: Torch Red. HEX triplet: F2, 15 and 1D. RGB value is (242,21,29). Sum of RGB (Red+Green+Blue) = 242+21+29=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F2151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2151D is #0DEAE2. Grayscale: #585858. Windows color (decimal): -912099 or 1906162. OLE color: 1906162.
HSL color Cylindrical-coordinate representation of color #F2151D: hue angle of 357.83º 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 #F2151D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 29 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.05 |
| HSL | 357.83º | 0.89% | 0.52% | - |
| HSV(B) | 357.83º | 0.91% | 0.95% | - |
| XYZ | 37.11 | 19.5 | 2.97 | - |
| YUV | 87.99 | 94.72 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 29 | 0 | 0.91 | 0.88 | 0.05 | 357.83 | 0.89 | 0.52 |
| Hex | F2 | 15 | 1D | 0 | 5B | 58 | 5 | 166 | 59 | 34 |
| Octal | 362 | 25 | 35 | 0 | 133 | 130 | 5 | 546 | 131 | 64 |
| Binary | 11110010 | 10101 | 11101 | 0 | 1011011 | 1011000 | 101 | 101100110 | 1011001 | 110100 |
Color Harmonies of #F2151D
Complementary color
Monochromatic Colors of #F2151D
Black with #F2151D
Text Example
Text Example
White with #F2151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2151D; }
p { color: rgb(242,21,29); }
H1.HeaderClassName
{
color: #F2151D;
}
.AnyTagClassName
{
color: #F2151D;
}
</style>
background-color css
<style>
a { background-color: #F2151D; }
a { background-color: rgb(242,21,29); }
div.DivClassName
{
background-color: #F2151D;
}
.BgClassName
{
background-color: #F2151D;
}
</style>
border-color css
<style>
span { border-color: #F2151D; }
span { border-color: rgb(242,21,29); }
td.TdClassName
{
border-color: #F2151D;
}
.TagClassName
{
border-color: #F2151D;
}
</style>