Shades of Torch Red #F4141A
Tints of Torch Red #F4141A
RGB
CMYK
RGB Variations
Color information
#F4141A (or 0xF4141A) is known color: Torch Red. HEX triplet: F4, 14 and 1A. RGB value is (244,20,26). Sum of RGB (Red+Green+Blue) = 244+20+26=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F4141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4141A is #0BEBE5. Grayscale: #575757. Windows color (decimal): -781286 or 1709300. OLE color: 1709300.
HSL color Cylindrical-coordinate representation of color #F4141A: hue angle of 358.39º 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 #F4141A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.04 |
| HSL | 358.39º | 0.91% | 0.52% | - |
| HSV(B) | 358.39º | 0.92% | 0.96% | - |
| XYZ | 37.74 | 19.81 | 2.81 | - |
| YUV | 87.66 | 93.21 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 26 | 0 | 0.92 | 0.89 | 0.04 | 358.39 | 0.91 | 0.52 |
| Hex | F4 | 14 | 1A | 0 | 5C | 59 | 4 | 166 | 5B | 34 |
| Octal | 364 | 24 | 32 | 0 | 134 | 131 | 4 | 546 | 133 | 64 |
| Binary | 11110100 | 10100 | 11010 | 0 | 1011100 | 1011001 | 100 | 101100110 | 1011011 | 110100 |
Color Harmonies of #F4141A
Complementary color
Monochromatic Colors of #F4141A
Black with #F4141A
Text Example
Text Example
White with #F4141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4141A; }
p { color: rgb(244,20,26); }
H1.HeaderClassName
{
color: #F4141A;
}
.AnyTagClassName
{
color: #F4141A;
}
</style>
background-color css
<style>
a { background-color: #F4141A; }
a { background-color: rgb(244,20,26); }
div.DivClassName
{
background-color: #F4141A;
}
.BgClassName
{
background-color: #F4141A;
}
</style>
border-color css
<style>
span { border-color: #F4141A; }
span { border-color: rgb(244,20,26); }
td.TdClassName
{
border-color: #F4141A;
}
.TagClassName
{
border-color: #F4141A;
}
</style>