Shades of Torch Red #F4103C
Tints of Torch Red #F4103C
RGB
CMYK
RGB Variations
Color information
#F4103C (or 0xF4103C) is known color: Torch Red. HEX triplet: F4, 10 and 3C. RGB value is (244,16,60). Sum of RGB (Red+Green+Blue) = 244+16+60=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F4103C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4103C is #0BEFC3. Grayscale: #595959. Windows color (decimal): -782276 or 3936500. OLE color: 3936500.
HSL color Cylindrical-coordinate representation of color #F4103C: hue angle of 348.42º 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 #F4103C is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 60 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.04 |
| HSL | 348.42º | 0.91% | 0.51% | - |
| HSV(B) | 348.42º | 0.93% | 0.96% | - |
| XYZ | 38.31 | 19.93 | 6.1 | - |
| YUV | 89.19 | 111.54 | 238.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 60 | 0 | 0.93 | 0.75 | 0.04 | 348.42 | 0.91 | 0.51 |
| Hex | F4 | 10 | 3C | 0 | 5D | 4B | 4 | 15C | 5B | 33 |
| Octal | 364 | 20 | 74 | 0 | 135 | 113 | 4 | 534 | 133 | 63 |
| Binary | 11110100 | 10000 | 111100 | 0 | 1011101 | 1001011 | 100 | 101011100 | 1011011 | 110011 |
Color Harmonies of #F4103C
Complementary color
Monochromatic Colors of #F4103C
Black with #F4103C
Text Example
Text Example
White with #F4103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4103C; }
p { color: rgb(244,16,60); }
H1.HeaderClassName
{
color: #F4103C;
}
.AnyTagClassName
{
color: #F4103C;
}
</style>
background-color css
<style>
a { background-color: #F4103C; }
a { background-color: rgb(244,16,60); }
div.DivClassName
{
background-color: #F4103C;
}
.BgClassName
{
background-color: #F4103C;
}
</style>
border-color css
<style>
span { border-color: #F4103C; }
span { border-color: rgb(244,16,60); }
td.TdClassName
{
border-color: #F4103C;
}
.TagClassName
{
border-color: #F4103C;
}
</style>