Shades of Torch Red #F4142A
Tints of Torch Red #F4142A
RGB
CMYK
RGB Variations
Color information
#F4142A (or 0xF4142A) is known color: Torch Red. HEX triplet: F4, 14 and 2A. RGB value is (244,20,42). Sum of RGB (Red+Green+Blue) = 244+20+42=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F4142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4142A is #0BEBD5. Grayscale: #595959. Windows color (decimal): -781270 or 2757876. OLE color: 2757876.
HSL color Cylindrical-coordinate representation of color #F4142A: hue angle of 354.11º 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 #F4142A is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 42 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.04 |
| HSL | 354.11º | 0.91% | 0.52% | - |
| HSV(B) | 354.11º | 0.92% | 0.96% | - |
| XYZ | 37.98 | 19.9 | 4.03 | - |
| YUV | 89.48 | 101.21 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 42 | 0 | 0.92 | 0.83 | 0.04 | 354.11 | 0.91 | 0.52 |
| Hex | F4 | 14 | 2A | 0 | 5C | 53 | 4 | 162 | 5B | 34 |
| Octal | 364 | 24 | 52 | 0 | 134 | 123 | 4 | 542 | 133 | 64 |
| Binary | 11110100 | 10100 | 101010 | 0 | 1011100 | 1010011 | 100 | 101100010 | 1011011 | 110100 |
Color Harmonies of #F4142A
Complementary color
Monochromatic Colors of #F4142A
Black with #F4142A
Text Example
Text Example
White with #F4142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4142A; }
p { color: rgb(244,20,42); }
H1.HeaderClassName
{
color: #F4142A;
}
.AnyTagClassName
{
color: #F4142A;
}
</style>
background-color css
<style>
a { background-color: #F4142A; }
a { background-color: rgb(244,20,42); }
div.DivClassName
{
background-color: #F4142A;
}
.BgClassName
{
background-color: #F4142A;
}
</style>
border-color css
<style>
span { border-color: #F4142A; }
span { border-color: rgb(244,20,42); }
td.TdClassName
{
border-color: #F4142A;
}
.TagClassName
{
border-color: #F4142A;
}
</style>