Shades of Torch Red #F2152A
Tints of Torch Red #F2152A
RGB
CMYK
RGB Variations
Color information
#F2152A (or 0xF2152A) is known color: Torch Red. HEX triplet: F2, 15 and 2A. RGB value is (242,21,42). Sum of RGB (Red+Green+Blue) = 242+21+42=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2152A is #0DEAD5. Grayscale: #595959. Windows color (decimal): -912086 or 2758130. OLE color: 2758130.
HSL color Cylindrical-coordinate representation of color #F2152A: hue angle of 354.3º 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 #F2152A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.05 |
| HSL | 354.3º | 0.89% | 0.52% | - |
| HSV(B) | 354.3º | 0.91% | 0.95% | - |
| XYZ | 37.3 | 19.58 | 4 | - |
| YUV | 89.47 | 101.22 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 42 | 0 | 0.91 | 0.83 | 0.05 | 354.3 | 0.89 | 0.52 |
| Hex | F2 | 15 | 2A | 0 | 5B | 53 | 5 | 162 | 59 | 34 |
| Octal | 362 | 25 | 52 | 0 | 133 | 123 | 5 | 542 | 131 | 64 |
| Binary | 11110010 | 10101 | 101010 | 0 | 1011011 | 1010011 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F2152A
Complementary color
Monochromatic Colors of #F2152A
Black with #F2152A
Text Example
Text Example
White with #F2152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2152A; }
p { color: rgb(242,21,42); }
H1.HeaderClassName
{
color: #F2152A;
}
.AnyTagClassName
{
color: #F2152A;
}
</style>
background-color css
<style>
a { background-color: #F2152A; }
a { background-color: rgb(242,21,42); }
div.DivClassName
{
background-color: #F2152A;
}
.BgClassName
{
background-color: #F2152A;
}
</style>
border-color css
<style>
span { border-color: #F2152A; }
span { border-color: rgb(242,21,42); }
td.TdClassName
{
border-color: #F2152A;
}
.TagClassName
{
border-color: #F2152A;
}
</style>