Shades of Torch Red #F4151D
Tints of Torch Red #F4151D
RGB
CMYK
RGB Variations
Color information
#F4151D (or 0xF4151D) is known color: Torch Red. HEX triplet: F4, 15 and 1D. RGB value is (244,21,29). Sum of RGB (Red+Green+Blue) = 244+21+29=294 (38% of max value = 765). Red value is 244 (95.70% from 255 or 82.99% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 244 - color contains mainly: red. Hex color #F4151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4151D is #0BEAE2. Grayscale: #585858. Windows color (decimal): -781027 or 1906164. OLE color: 1906164.
HSL color Cylindrical-coordinate representation of color #F4151D: hue angle of 357.85º 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 #F4151D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 29 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.04 |
| HSL | 357.85º | 0.91% | 0.52% | - |
| HSV(B) | 357.85º | 0.91% | 0.96% | - |
| XYZ | 37.8 | 19.86 | 3 | - |
| YUV | 88.59 | 94.38 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 29 | 0 | 0.91 | 0.88 | 0.04 | 357.85 | 0.91 | 0.52 |
| Hex | F4 | 15 | 1D | 0 | 5B | 58 | 4 | 166 | 5B | 34 |
| Octal | 364 | 25 | 35 | 0 | 133 | 130 | 4 | 546 | 133 | 64 |
| Binary | 11110100 | 10101 | 11101 | 0 | 1011011 | 1011000 | 100 | 101100110 | 1011011 | 110100 |
Color Harmonies of #F4151D
Complementary color
Monochromatic Colors of #F4151D
Black with #F4151D
Text Example
Text Example
White with #F4151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4151D; }
p { color: rgb(244,21,29); }
H1.HeaderClassName
{
color: #F4151D;
}
.AnyTagClassName
{
color: #F4151D;
}
</style>
background-color css
<style>
a { background-color: #F4151D; }
a { background-color: rgb(244,21,29); }
div.DivClassName
{
background-color: #F4151D;
}
.BgClassName
{
background-color: #F4151D;
}
</style>
border-color css
<style>
span { border-color: #F4151D; }
span { border-color: rgb(244,21,29); }
td.TdClassName
{
border-color: #F4151D;
}
.TagClassName
{
border-color: #F4151D;
}
</style>