Shades of Torch Red #F31326
Tints of Torch Red #F31326
RGB
CMYK
RGB Variations
Color information
#F31326 (or 0xF31326) is known color: Torch Red. HEX triplet: F3, 13 and 26. RGB value is (243,19,38). Sum of RGB (Red+Green+Blue) = 243+19+38=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F31326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31326 is #0CECD9. Grayscale: #585858. Windows color (decimal): -847066 or 2495475. OLE color: 2495475.
HSL color Cylindrical-coordinate representation of color #F31326: hue angle of 354.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31326 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 38 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.05 |
| HSL | 354.91º | 0.9% | 0.51% | - |
| HSV(B) | 354.91º | 0.92% | 0.95% | - |
| XYZ | 37.54 | 19.66 | 3.65 | - |
| YUV | 88.14 | 99.71 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 38 | 0 | 0.92 | 0.84 | 0.05 | 354.91 | 0.9 | 0.51 |
| Hex | F3 | 13 | 26 | 0 | 5C | 54 | 5 | 163 | 5A | 33 |
| Octal | 363 | 23 | 46 | 0 | 134 | 124 | 5 | 543 | 132 | 63 |
| Binary | 11110011 | 10011 | 100110 | 0 | 1011100 | 1010100 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F31326
Complementary color
Monochromatic Colors of #F31326
Black with #F31326
Text Example
Text Example
White with #F31326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31326; }
p { color: rgb(243,19,38); }
H1.HeaderClassName
{
color: #F31326;
}
.AnyTagClassName
{
color: #F31326;
}
</style>
background-color css
<style>
a { background-color: #F31326; }
a { background-color: rgb(243,19,38); }
div.DivClassName
{
background-color: #F31326;
}
.BgClassName
{
background-color: #F31326;
}
</style>
border-color css
<style>
span { border-color: #F31326; }
span { border-color: rgb(243,19,38); }
td.TdClassName
{
border-color: #F31326;
}
.TagClassName
{
border-color: #F31326;
}
</style>