Shades of Torch Red #F4121C
Tints of Torch Red #F4121C
RGB
CMYK
RGB Variations
Color information
#F4121C (or 0xF4121C) is known color: Torch Red. HEX triplet: F4, 12 and 1C. RGB value is (244,18,28). Sum of RGB (Red+Green+Blue) = 244+18+28=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F4121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4121C is #0BEDE3. Grayscale: #565656. Windows color (decimal): -781796 or 1839860. OLE color: 1839860.
HSL color Cylindrical-coordinate representation of color #F4121C: hue angle of 357.35º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4121C is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 28 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.04 |
| HSL | 357.35º | 0.91% | 0.51% | - |
| HSV(B) | 357.35º | 0.93% | 0.96% | - |
| XYZ | 37.73 | 19.75 | 2.92 | - |
| YUV | 86.71 | 94.87 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 28 | 0 | 0.93 | 0.89 | 0.04 | 357.35 | 0.91 | 0.51 |
| Hex | F4 | 12 | 1C | 0 | 5D | 59 | 4 | 165 | 5B | 33 |
| Octal | 364 | 22 | 34 | 0 | 135 | 131 | 4 | 545 | 133 | 63 |
| Binary | 11110100 | 10010 | 11100 | 0 | 1011101 | 1011001 | 100 | 101100101 | 1011011 | 110011 |
Color Harmonies of #F4121C
Complementary color
Monochromatic Colors of #F4121C
Black with #F4121C
Text Example
Text Example
White with #F4121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4121C; }
p { color: rgb(244,18,28); }
H1.HeaderClassName
{
color: #F4121C;
}
.AnyTagClassName
{
color: #F4121C;
}
</style>
background-color css
<style>
a { background-color: #F4121C; }
a { background-color: rgb(244,18,28); }
div.DivClassName
{
background-color: #F4121C;
}
.BgClassName
{
background-color: #F4121C;
}
</style>
border-color css
<style>
span { border-color: #F4121C; }
span { border-color: rgb(244,18,28); }
td.TdClassName
{
border-color: #F4121C;
}
.TagClassName
{
border-color: #F4121C;
}
</style>