Shades of Torch Red #F4132D
Tints of Torch Red #F4132D
RGB
CMYK
RGB Variations
Color information
#F4132D (or 0xF4132D) is known color: Torch Red. HEX triplet: F4, 13 and 2D. RGB value is (244,19,45). Sum of RGB (Red+Green+Blue) = 244+19+45=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4132D is #0BECD2. Grayscale: #595959. Windows color (decimal): -781523 or 2954228. OLE color: 2954228.
HSL color Cylindrical-coordinate representation of color #F4132D: hue angle of 353.07º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4132D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 45 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.04 |
| HSL | 353.07º | 0.91% | 0.52% | - |
| HSV(B) | 353.07º | 0.92% | 0.96% | - |
| XYZ | 38.01 | 19.89 | 4.32 | - |
| YUV | 89.24 | 103.04 | 238.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 45 | 0 | 0.92 | 0.82 | 0.04 | 353.07 | 0.91 | 0.52 |
| Hex | F4 | 13 | 2D | 0 | 5C | 52 | 4 | 161 | 5B | 34 |
| Octal | 364 | 23 | 55 | 0 | 134 | 122 | 4 | 541 | 133 | 64 |
| Binary | 11110100 | 10011 | 101101 | 0 | 1011100 | 1010010 | 100 | 101100001 | 1011011 | 110100 |
Color Harmonies of #F4132D
Complementary color
Monochromatic Colors of #F4132D
Black with #F4132D
Text Example
Text Example
White with #F4132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4132D; }
p { color: rgb(244,19,45); }
H1.HeaderClassName
{
color: #F4132D;
}
.AnyTagClassName
{
color: #F4132D;
}
</style>
background-color css
<style>
a { background-color: #F4132D; }
a { background-color: rgb(244,19,45); }
div.DivClassName
{
background-color: #F4132D;
}
.BgClassName
{
background-color: #F4132D;
}
</style>
border-color css
<style>
span { border-color: #F4132D; }
span { border-color: rgb(244,19,45); }
td.TdClassName
{
border-color: #F4132D;
}
.TagClassName
{
border-color: #F4132D;
}
</style>