Shades of Torch Red #F2131D
Tints of Torch Red #F2131D
RGB
CMYK
RGB Variations
Color information
#F2131D (or 0xF2131D) is known color: Torch Red. HEX triplet: F2, 13 and 1D. RGB value is (242,19,29). Sum of RGB (Red+Green+Blue) = 242+19+29=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F2131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2131D is #0DECE2. Grayscale: #565656. Windows color (decimal): -912611 or 1905650. OLE color: 1905650.
HSL color Cylindrical-coordinate representation of color #F2131D: hue angle of 357.31º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2131D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.05 |
| HSL | 357.31º | 0.9% | 0.51% | - |
| HSV(B) | 357.31º | 0.92% | 0.95% | - |
| XYZ | 37.07 | 19.43 | 2.96 | - |
| YUV | 86.82 | 95.38 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 29 | 0 | 0.92 | 0.88 | 0.05 | 357.31 | 0.9 | 0.51 |
| Hex | F2 | 13 | 1D | 0 | 5C | 58 | 5 | 165 | 5A | 33 |
| Octal | 362 | 23 | 35 | 0 | 134 | 130 | 5 | 545 | 132 | 63 |
| Binary | 11110010 | 10011 | 11101 | 0 | 1011100 | 1011000 | 101 | 101100101 | 1011010 | 110011 |
Color Harmonies of #F2131D
Complementary color
Monochromatic Colors of #F2131D
Black with #F2131D
Text Example
Text Example
White with #F2131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2131D; }
p { color: rgb(242,19,29); }
H1.HeaderClassName
{
color: #F2131D;
}
.AnyTagClassName
{
color: #F2131D;
}
</style>
background-color css
<style>
a { background-color: #F2131D; }
a { background-color: rgb(242,19,29); }
div.DivClassName
{
background-color: #F2131D;
}
.BgClassName
{
background-color: #F2131D;
}
</style>
border-color css
<style>
span { border-color: #F2131D; }
span { border-color: rgb(242,19,29); }
td.TdClassName
{
border-color: #F2131D;
}
.TagClassName
{
border-color: #F2131D;
}
</style>