Shades of Torch Red #F4142C
Tints of Torch Red #F4142C
RGB
CMYK
RGB Variations
Color information
#F4142C (or 0xF4142C) is known color: Torch Red. HEX triplet: F4, 14 and 2C. RGB value is (244,20,44). Sum of RGB (Red+Green+Blue) = 244+20+44=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4142C is #0BEBD3. Grayscale: #595959. Windows color (decimal): -781268 or 2888948. OLE color: 2888948.
HSL color Cylindrical-coordinate representation of color #F4142C: hue angle of 353.57º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4142C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.04 |
| HSL | 353.57º | 0.91% | 0.52% | - |
| HSV(B) | 353.57º | 0.92% | 0.96% | - |
| XYZ | 38.01 | 19.92 | 4.22 | - |
| YUV | 89.71 | 102.21 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 44 | 0 | 0.92 | 0.82 | 0.04 | 353.57 | 0.91 | 0.52 |
| Hex | F4 | 14 | 2C | 0 | 5C | 52 | 4 | 162 | 5B | 34 |
| Octal | 364 | 24 | 54 | 0 | 134 | 122 | 4 | 542 | 133 | 64 |
| Binary | 11110100 | 10100 | 101100 | 0 | 1011100 | 1010010 | 100 | 101100010 | 1011011 | 110100 |
Color Harmonies of #F4142C
Complementary color
Monochromatic Colors of #F4142C
Black with #F4142C
Text Example
Text Example
White with #F4142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4142C; }
p { color: rgb(244,20,44); }
H1.HeaderClassName
{
color: #F4142C;
}
.AnyTagClassName
{
color: #F4142C;
}
</style>
background-color css
<style>
a { background-color: #F4142C; }
a { background-color: rgb(244,20,44); }
div.DivClassName
{
background-color: #F4142C;
}
.BgClassName
{
background-color: #F4142C;
}
</style>
border-color css
<style>
span { border-color: #F4142C; }
span { border-color: rgb(244,20,44); }
td.TdClassName
{
border-color: #F4142C;
}
.TagClassName
{
border-color: #F4142C;
}
</style>