Shades of Torch Red #F4193D
Tints of Torch Red #F4193D
RGB
CMYK
RGB Variations
Color information
#F4193D (or 0xF4193D) is known color: Torch Red. HEX triplet: F4, 19 and 3D. RGB value is (244,25,61). Sum of RGB (Red+Green+Blue) = 244+25+61=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F4193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4193D is #0BE6C2. Grayscale: #5E5E5E. Windows color (decimal): -779971 or 4004340. OLE color: 4004340.
HSL color Cylindrical-coordinate representation of color #F4193D: hue angle of 350.14º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4193D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 61 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.04 |
| HSL | 350.14º | 0.91% | 0.53% | - |
| HSV(B) | 350.14º | 0.9% | 0.96% | - |
| XYZ | 38.5 | 20.27 | 6.3 | - |
| YUV | 94.59 | 109.05 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 61 | 0 | 0.90 | 0.75 | 0.04 | 350.14 | 0.91 | 0.53 |
| Hex | F4 | 19 | 3D | 0 | 5A | 4B | 4 | 15E | 5B | 35 |
| Octal | 364 | 31 | 75 | 0 | 132 | 113 | 4 | 536 | 133 | 65 |
| Binary | 11110100 | 11001 | 111101 | 0 | 1011010 | 1001011 | 100 | 101011110 | 1011011 | 110101 |
Color Harmonies of #F4193D
Complementary color
Monochromatic Colors of #F4193D
Black with #F4193D
Text Example
Text Example
White with #F4193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4193D; }
p { color: rgb(244,25,61); }
H1.HeaderClassName
{
color: #F4193D;
}
.AnyTagClassName
{
color: #F4193D;
}
</style>
background-color css
<style>
a { background-color: #F4193D; }
a { background-color: rgb(244,25,61); }
div.DivClassName
{
background-color: #F4193D;
}
.BgClassName
{
background-color: #F4193D;
}
</style>
border-color css
<style>
span { border-color: #F4193D; }
span { border-color: rgb(244,25,61); }
td.TdClassName
{
border-color: #F4193D;
}
.TagClassName
{
border-color: #F4193D;
}
</style>