Shades of Torch Red #F31418
Tints of Torch Red #F31418
RGB
CMYK
RGB Variations
Color information
#F31418 (or 0xF31418) is known color: Torch Red. HEX triplet: F3, 14 and 18. RGB value is (243,20,24). Sum of RGB (Red+Green+Blue) = 243+20+24=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F31418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31418 is #0CEBE7. Grayscale: #575757. Windows color (decimal): -846824 or 1578227. OLE color: 1578227.
HSL color Cylindrical-coordinate representation of color #F31418: hue angle of 358.92º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31418 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 24 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.05 |
| HSL | 358.92º | 0.9% | 0.52% | - |
| HSV(B) | 358.92º | 0.92% | 0.95% | - |
| XYZ | 37.38 | 19.62 | 2.68 | - |
| YUV | 87.13 | 92.38 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 24 | 0 | 0.92 | 0.90 | 0.05 | 358.92 | 0.9 | 0.52 |
| Hex | F3 | 14 | 18 | 0 | 5C | 5A | 5 | 167 | 5A | 34 |
| Octal | 363 | 24 | 30 | 0 | 134 | 132 | 5 | 547 | 132 | 64 |
| Binary | 11110011 | 10100 | 11000 | 0 | 1011100 | 1011010 | 101 | 101100111 | 1011010 | 110100 |
Color Harmonies of #F31418
Complementary color
Monochromatic Colors of #F31418
Black with #F31418
Text Example
Text Example
White with #F31418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31418; }
p { color: rgb(243,20,24); }
H1.HeaderClassName
{
color: #F31418;
}
.AnyTagClassName
{
color: #F31418;
}
</style>
background-color css
<style>
a { background-color: #F31418; }
a { background-color: rgb(243,20,24); }
div.DivClassName
{
background-color: #F31418;
}
.BgClassName
{
background-color: #F31418;
}
</style>
border-color css
<style>
span { border-color: #F31418; }
span { border-color: rgb(243,20,24); }
td.TdClassName
{
border-color: #F31418;
}
.TagClassName
{
border-color: #F31418;
}
</style>