Shades of Torch Red #F4133C
Tints of Torch Red #F4133C
RGB
CMYK
RGB Variations
Color information
#F4133C (or 0xF4133C) is known color: Torch Red. HEX triplet: F4, 13 and 3C. RGB value is (244,19,60). Sum of RGB (Red+Green+Blue) = 244+19+60=323 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.54% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 244 - color contains mainly: red. Hex color #F4133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4133C is #0BECC3. Grayscale: #5B5B5B. Windows color (decimal): -781508 or 3937268. OLE color: 3937268.
HSL color Cylindrical-coordinate representation of color #F4133C: hue angle of 349.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 #F4133C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.04 |
| HSL | 349.07º | 0.91% | 0.52% | - |
| HSV(B) | 349.07º | 0.92% | 0.96% | - |
| XYZ | 38.36 | 20.03 | 6.12 | - |
| YUV | 90.95 | 110.54 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 60 | 0 | 0.92 | 0.75 | 0.04 | 349.07 | 0.91 | 0.52 |
| Hex | F4 | 13 | 3C | 0 | 5C | 4B | 4 | 15D | 5B | 34 |
| Octal | 364 | 23 | 74 | 0 | 134 | 113 | 4 | 535 | 133 | 64 |
| Binary | 11110100 | 10011 | 111100 | 0 | 1011100 | 1001011 | 100 | 101011101 | 1011011 | 110100 |
Color Harmonies of #F4133C
Complementary color
Monochromatic Colors of #F4133C
Black with #F4133C
Text Example
Text Example
White with #F4133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4133C; }
p { color: rgb(244,19,60); }
H1.HeaderClassName
{
color: #F4133C;
}
.AnyTagClassName
{
color: #F4133C;
}
</style>
background-color css
<style>
a { background-color: #F4133C; }
a { background-color: rgb(244,19,60); }
div.DivClassName
{
background-color: #F4133C;
}
.BgClassName
{
background-color: #F4133C;
}
</style>
border-color css
<style>
span { border-color: #F4133C; }
span { border-color: rgb(244,19,60); }
td.TdClassName
{
border-color: #F4133C;
}
.TagClassName
{
border-color: #F4133C;
}
</style>