Shades of Torch Red #F31019
Tints of Torch Red #F31019
RGB
CMYK
RGB Variations
Color information
#F31019 (or 0xF31019) is known color: Torch Red. HEX triplet: F3, 10 and 19. RGB value is (243,16,25). Sum of RGB (Red+Green+Blue) = 243+16+25=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F31019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31019 is #0CEFE6. Grayscale: #555555. Windows color (decimal): -847847 or 1642739. OLE color: 1642739.
HSL color Cylindrical-coordinate representation of color #F31019: hue angle of 357.62º 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 #F31019 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 357.62º | 0.9% | 0.51% | - |
| HSV(B) | 357.62º | 0.93% | 0.95% | - |
| XYZ | 37.32 | 19.5 | 2.72 | - |
| YUV | 84.9 | 94.21 | 240.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 25 | 0 | 0.93 | 0.90 | 0.05 | 357.62 | 0.9 | 0.51 |
| Hex | F3 | 10 | 19 | 0 | 5D | 5A | 5 | 166 | 5A | 33 |
| Octal | 363 | 20 | 31 | 0 | 135 | 132 | 5 | 546 | 132 | 63 |
| Binary | 11110011 | 10000 | 11001 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F31019
Complementary color
Monochromatic Colors of #F31019
Black with #F31019
Text Example
Text Example
White with #F31019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31019; }
p { color: rgb(243,16,25); }
H1.HeaderClassName
{
color: #F31019;
}
.AnyTagClassName
{
color: #F31019;
}
</style>
background-color css
<style>
a { background-color: #F31019; }
a { background-color: rgb(243,16,25); }
div.DivClassName
{
background-color: #F31019;
}
.BgClassName
{
background-color: #F31019;
}
</style>
border-color css
<style>
span { border-color: #F31019; }
span { border-color: rgb(243,16,25); }
td.TdClassName
{
border-color: #F31019;
}
.TagClassName
{
border-color: #F31019;
}
</style>