Shades of Torch Red #F4172D
Tints of Torch Red #F4172D
RGB
CMYK
RGB Variations
Color information
#F4172D (or 0xF4172D) is known color: Torch Red. HEX triplet: F4, 17 and 2D. RGB value is (244,23,45). Sum of RGB (Red+Green+Blue) = 244+23+45=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F4172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4172D is #0BE8D2. Grayscale: #5B5B5B. Windows color (decimal): -780499 or 2955252. OLE color: 2955252.
HSL color Cylindrical-coordinate representation of color #F4172D: hue angle of 354.03º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4172D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.04 |
| HSL | 354.03º | 0.91% | 0.52% | - |
| HSV(B) | 354.03º | 0.91% | 0.96% | - |
| XYZ | 38.09 | 20.04 | 4.34 | - |
| YUV | 91.59 | 101.72 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 45 | 0 | 0.91 | 0.82 | 0.04 | 354.03 | 0.91 | 0.52 |
| Hex | F4 | 17 | 2D | 0 | 5B | 52 | 4 | 162 | 5B | 34 |
| Octal | 364 | 27 | 55 | 0 | 133 | 122 | 4 | 542 | 133 | 64 |
| Binary | 11110100 | 10111 | 101101 | 0 | 1011011 | 1010010 | 100 | 101100010 | 1011011 | 110100 |
Color Harmonies of #F4172D
Complementary color
Monochromatic Colors of #F4172D
Black with #F4172D
Text Example
Text Example
White with #F4172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4172D; }
p { color: rgb(244,23,45); }
H1.HeaderClassName
{
color: #F4172D;
}
.AnyTagClassName
{
color: #F4172D;
}
</style>
background-color css
<style>
a { background-color: #F4172D; }
a { background-color: rgb(244,23,45); }
div.DivClassName
{
background-color: #F4172D;
}
.BgClassName
{
background-color: #F4172D;
}
</style>
border-color css
<style>
span { border-color: #F4172D; }
span { border-color: rgb(244,23,45); }
td.TdClassName
{
border-color: #F4172D;
}
.TagClassName
{
border-color: #F4172D;
}
</style>