Shades of Torch Red #F40B3C
Tints of Torch Red #F40B3C
RGB
CMYK
RGB Variations
Color information
#F40B3C (or 0xF40B3C) is known color: Torch Red. HEX triplet: F4, 0B and 3C. RGB value is (244,11,60). Sum of RGB (Red+Green+Blue) = 244+11+60=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40B3C is #0BF4C3. Grayscale: #565656. Windows color (decimal): -783556 or 3935220. OLE color: 3935220.
HSL color Cylindrical-coordinate representation of color #F40B3C: hue angle of 347.38º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40B3C is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 60 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.04 |
| HSL | 347.38º | 0.91% | 0.5% | - |
| HSV(B) | 347.38º | 0.95% | 0.96% | - |
| XYZ | 38.24 | 19.8 | 6.08 | - |
| YUV | 86.25 | 113.19 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 60 | 0 | 0.95 | 0.75 | 0.04 | 347.38 | 0.91 | 0.5 |
| Hex | F4 | B | 3C | 0 | 5F | 4B | 4 | 15B | 5B | 32 |
| Octal | 364 | 13 | 74 | 0 | 137 | 113 | 4 | 533 | 133 | 62 |
| Binary | 11110100 | 1011 | 111100 | 0 | 1011111 | 1001011 | 100 | 101011011 | 1011011 | 110010 |
Color Harmonies of #F40B3C
Complementary color
Monochromatic Colors of #F40B3C
Black with #F40B3C
Text Example
Text Example
White with #F40B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40B3C; }
p { color: rgb(244,11,60); }
H1.HeaderClassName
{
color: #F40B3C;
}
.AnyTagClassName
{
color: #F40B3C;
}
</style>
background-color css
<style>
a { background-color: #F40B3C; }
a { background-color: rgb(244,11,60); }
div.DivClassName
{
background-color: #F40B3C;
}
.BgClassName
{
background-color: #F40B3C;
}
</style>
border-color css
<style>
span { border-color: #F40B3C; }
span { border-color: rgb(244,11,60); }
td.TdClassName
{
border-color: #F40B3C;
}
.TagClassName
{
border-color: #F40B3C;
}
</style>