Shades of Torch Red #F31119
Tints of Torch Red #F31119
RGB
CMYK
RGB Variations
Color information
#F31119 (or 0xF31119) is known color: Torch Red. HEX triplet: F3, 11 and 19. RGB value is (243,17,25). Sum of RGB (Red+Green+Blue) = 243+17+25=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F31119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31119 is #0CEEE6. Grayscale: #555555. Windows color (decimal): -847591 or 1642995. OLE color: 1642995.
HSL color Cylindrical-coordinate representation of color #F31119: hue angle of 357.88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31119 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 357.88º | 0.9% | 0.51% | - |
| HSV(B) | 357.88º | 0.93% | 0.95% | - |
| XYZ | 37.34 | 19.53 | 2.72 | - |
| YUV | 85.49 | 93.87 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 25 | 0 | 0.93 | 0.90 | 0.05 | 357.88 | 0.9 | 0.51 |
| Hex | F3 | 11 | 19 | 0 | 5D | 5A | 5 | 166 | 5A | 33 |
| Octal | 363 | 21 | 31 | 0 | 135 | 132 | 5 | 546 | 132 | 63 |
| Binary | 11110011 | 10001 | 11001 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F31119
Complementary color
Monochromatic Colors of #F31119
Black with #F31119
Text Example
Text Example
White with #F31119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31119; }
p { color: rgb(243,17,25); }
H1.HeaderClassName
{
color: #F31119;
}
.AnyTagClassName
{
color: #F31119;
}
</style>
background-color css
<style>
a { background-color: #F31119; }
a { background-color: rgb(243,17,25); }
div.DivClassName
{
background-color: #F31119;
}
.BgClassName
{
background-color: #F31119;
}
</style>
border-color css
<style>
span { border-color: #F31119; }
span { border-color: rgb(243,17,25); }
td.TdClassName
{
border-color: #F31119;
}
.TagClassName
{
border-color: #F31119;
}
</style>