Shades of Torch Red #F4122D
Tints of Torch Red #F4122D
RGB
CMYK
RGB Variations
Color information
#F4122D (or 0xF4122D) is known color: Torch Red. HEX triplet: F4, 12 and 2D. RGB value is (244,18,45). Sum of RGB (Red+Green+Blue) = 244+18+45=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F4122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4122D is #0BEDD2. Grayscale: #585858. Windows color (decimal): -781779 or 2953972. OLE color: 2953972.
HSL color Cylindrical-coordinate representation of color #F4122D: hue angle of 352.83º 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 #F4122D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.04 |
| HSL | 352.83º | 0.91% | 0.51% | - |
| HSV(B) | 352.83º | 0.93% | 0.96% | - |
| XYZ | 38 | 19.86 | 4.31 | - |
| YUV | 88.65 | 103.37 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 45 | 0 | 0.93 | 0.82 | 0.04 | 352.83 | 0.91 | 0.51 |
| Hex | F4 | 12 | 2D | 0 | 5D | 52 | 4 | 161 | 5B | 33 |
| Octal | 364 | 22 | 55 | 0 | 135 | 122 | 4 | 541 | 133 | 63 |
| Binary | 11110100 | 10010 | 101101 | 0 | 1011101 | 1010010 | 100 | 101100001 | 1011011 | 110011 |
Color Harmonies of #F4122D
Complementary color
Monochromatic Colors of #F4122D
Black with #F4122D
Text Example
Text Example
White with #F4122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4122D; }
p { color: rgb(244,18,45); }
H1.HeaderClassName
{
color: #F4122D;
}
.AnyTagClassName
{
color: #F4122D;
}
</style>
background-color css
<style>
a { background-color: #F4122D; }
a { background-color: rgb(244,18,45); }
div.DivClassName
{
background-color: #F4122D;
}
.BgClassName
{
background-color: #F4122D;
}
</style>
border-color css
<style>
span { border-color: #F4122D; }
span { border-color: rgb(244,18,45); }
td.TdClassName
{
border-color: #F4122D;
}
.TagClassName
{
border-color: #F4122D;
}
</style>