Shades of Torch Red #F40C34
Tints of Torch Red #F40C34
RGB
CMYK
RGB Variations
Color information
#F40C34 (or 0xF40C34) is known color: Torch Red. HEX triplet: F4, 0C and 34. RGB value is (244,12,52). Sum of RGB (Red+Green+Blue) = 244+12+52=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40C34 is #0BF3CB. Grayscale: #565656. Windows color (decimal): -783308 or 3411188. OLE color: 3411188.
HSL color Cylindrical-coordinate representation of color #F40C34: hue angle of 349.66º 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 #F40C34 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 52 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.04 |
| HSL | 349.66º | 0.91% | 0.5% | - |
| HSV(B) | 349.66º | 0.95% | 0.96% | - |
| XYZ | 38.06 | 19.74 | 5.05 | - |
| YUV | 85.93 | 108.86 | 240.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 52 | 0 | 0.95 | 0.79 | 0.04 | 349.66 | 0.91 | 0.5 |
| Hex | F4 | C | 34 | 0 | 5F | 4F | 4 | 15E | 5B | 32 |
| Octal | 364 | 14 | 64 | 0 | 137 | 117 | 4 | 536 | 133 | 62 |
| Binary | 11110100 | 1100 | 110100 | 0 | 1011111 | 1001111 | 100 | 101011110 | 1011011 | 110010 |
Color Harmonies of #F40C34
Complementary color
Monochromatic Colors of #F40C34
Black with #F40C34
Text Example
Text Example
White with #F40C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C34; }
p { color: rgb(244,12,52); }
H1.HeaderClassName
{
color: #F40C34;
}
.AnyTagClassName
{
color: #F40C34;
}
</style>
background-color css
<style>
a { background-color: #F40C34; }
a { background-color: rgb(244,12,52); }
div.DivClassName
{
background-color: #F40C34;
}
.BgClassName
{
background-color: #F40C34;
}
</style>
border-color css
<style>
span { border-color: #F40C34; }
span { border-color: rgb(244,12,52); }
td.TdClassName
{
border-color: #F40C34;
}
.TagClassName
{
border-color: #F40C34;
}
</style>