Shades of Torch Red #F40316
Tints of Torch Red #F40316
RGB
CMYK
RGB Variations
Color information
#F40316 (or 0xF40316) is known color: Torch Red. HEX triplet: F4, 03 and 16. RGB value is (244,3,22). Sum of RGB (Red+Green+Blue) = 244+3+22=269 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.71% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 244 - color contains mainly: red. Hex color #F40316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40316 is #0BFCE9. Grayscale: #4D4D4D. Windows color (decimal): -785642 or 1442804. OLE color: 1442804.
HSL color Cylindrical-coordinate representation of color #F40316: hue angle of 355.27º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40316 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.04 |
| HSL | 355.27º | 0.98% | 0.48% | - |
| HSV(B) | 355.27º | 0.99% | 0.96% | - |
| XYZ | 37.49 | 19.36 | 2.52 | - |
| YUV | 77.23 | 96.84 | 246.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 22 | 0 | 0.99 | 0.91 | 0.04 | 355.27 | 0.98 | 0.48 |
| Hex | F4 | 3 | 16 | 0 | 63 | 5B | 4 | 163 | 62 | 30 |
| Octal | 364 | 3 | 26 | 0 | 143 | 133 | 4 | 543 | 142 | 60 |
| Binary | 11110100 | 11 | 10110 | 0 | 1100011 | 1011011 | 100 | 101100011 | 1100010 | 110000 |
Color Harmonies of #F40316
Complementary color
Monochromatic Colors of #F40316
Black with #F40316
Text Example
Text Example
White with #F40316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40316; }
p { color: rgb(244,3,22); }
H1.HeaderClassName
{
color: #F40316;
}
.AnyTagClassName
{
color: #F40316;
}
</style>
background-color css
<style>
a { background-color: #F40316; }
a { background-color: rgb(244,3,22); }
div.DivClassName
{
background-color: #F40316;
}
.BgClassName
{
background-color: #F40316;
}
</style>
border-color css
<style>
span { border-color: #F40316; }
span { border-color: rgb(244,3,22); }
td.TdClassName
{
border-color: #F40316;
}
.TagClassName
{
border-color: #F40316;
}
</style>