Shades of Torch Red #F31219
Tints of Torch Red #F31219
RGB
CMYK
RGB Variations
Color information
#F31219 (or 0xF31219) is known color: Torch Red. HEX triplet: F3, 12 and 19. RGB value is (243,18,25). Sum of RGB (Red+Green+Blue) = 243+18+25=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F31219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31219 is #0CEDE6. Grayscale: #565656. Windows color (decimal): -847335 or 1643251. OLE color: 1643251.
HSL color Cylindrical-coordinate representation of color #F31219: hue angle of 358.13º 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 #F31219 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 358.13º | 0.9% | 0.51% | - |
| HSV(B) | 358.13º | 0.93% | 0.95% | - |
| XYZ | 37.35 | 19.56 | 2.73 | - |
| YUV | 86.07 | 93.54 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 25 | 0 | 0.93 | 0.90 | 0.05 | 358.13 | 0.9 | 0.51 |
| Hex | F3 | 12 | 19 | 0 | 5D | 5A | 5 | 166 | 5A | 33 |
| Octal | 363 | 22 | 31 | 0 | 135 | 132 | 5 | 546 | 132 | 63 |
| Binary | 11110011 | 10010 | 11001 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F31219
Complementary color
Monochromatic Colors of #F31219
Black with #F31219
Text Example
Text Example
White with #F31219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31219; }
p { color: rgb(243,18,25); }
H1.HeaderClassName
{
color: #F31219;
}
.AnyTagClassName
{
color: #F31219;
}
</style>
background-color css
<style>
a { background-color: #F31219; }
a { background-color: rgb(243,18,25); }
div.DivClassName
{
background-color: #F31219;
}
.BgClassName
{
background-color: #F31219;
}
</style>
border-color css
<style>
span { border-color: #F31219; }
span { border-color: rgb(243,18,25); }
td.TdClassName
{
border-color: #F31219;
}
.TagClassName
{
border-color: #F31219;
}
</style>