Shades of Torch Red #F31027
Tints of Torch Red #F31027
RGB
CMYK
RGB Variations
Color information
#F31027 (or 0xF31027) is known color: Torch Red. HEX triplet: F3, 10 and 27. RGB value is (243,16,39). Sum of RGB (Red+Green+Blue) = 243+16+39=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F31027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31027 is #0CEFD8. Grayscale: #565656. Windows color (decimal): -847833 or 2560243. OLE color: 2560243.
HSL color Cylindrical-coordinate representation of color #F31027: hue angle of 353.92º 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 #F31027 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.05 |
| HSL | 353.92º | 0.9% | 0.51% | - |
| HSV(B) | 353.92º | 0.93% | 0.95% | - |
| XYZ | 37.51 | 19.57 | 3.72 | - |
| YUV | 86.5 | 101.21 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 39 | 0 | 0.93 | 0.84 | 0.05 | 353.92 | 0.9 | 0.51 |
| Hex | F3 | 10 | 27 | 0 | 5D | 54 | 5 | 162 | 5A | 33 |
| Octal | 363 | 20 | 47 | 0 | 135 | 124 | 5 | 542 | 132 | 63 |
| Binary | 11110011 | 10000 | 100111 | 0 | 1011101 | 1010100 | 101 | 101100010 | 1011010 | 110011 |
Color Harmonies of #F31027
Complementary color
Monochromatic Colors of #F31027
Black with #F31027
Text Example
Text Example
White with #F31027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31027; }
p { color: rgb(243,16,39); }
H1.HeaderClassName
{
color: #F31027;
}
.AnyTagClassName
{
color: #F31027;
}
</style>
background-color css
<style>
a { background-color: #F31027; }
a { background-color: rgb(243,16,39); }
div.DivClassName
{
background-color: #F31027;
}
.BgClassName
{
background-color: #F31027;
}
</style>
border-color css
<style>
span { border-color: #F31027; }
span { border-color: rgb(243,16,39); }
td.TdClassName
{
border-color: #F31027;
}
.TagClassName
{
border-color: #F31027;
}
</style>