Shades of Torch Red #F31044
Tints of Torch Red #F31044
RGB
CMYK
RGB Variations
Color information
#F31044 (or 0xF31044) is known color: Torch Red. HEX triplet: F3, 10 and 44. RGB value is (243,16,68). Sum of RGB (Red+Green+Blue) = 243+16+68=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F31044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31044 is #0CEFBB. Grayscale: #595959. Windows color (decimal): -847804 or 4460787. OLE color: 4460787.
HSL color Cylindrical-coordinate representation of color #F31044: hue angle of 346.26º 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 #F31044 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 68 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.05 |
| HSL | 346.26º | 0.9% | 0.51% | - |
| HSV(B) | 346.26º | 0.93% | 0.95% | - |
| XYZ | 38.19 | 19.84 | 7.29 | - |
| YUV | 89.8 | 115.71 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 68 | 0 | 0.93 | 0.72 | 0.05 | 346.26 | 0.9 | 0.51 |
| Hex | F3 | 10 | 44 | 0 | 5D | 48 | 5 | 15A | 5A | 33 |
| Octal | 363 | 20 | 104 | 0 | 135 | 110 | 5 | 532 | 132 | 63 |
| Binary | 11110011 | 10000 | 1000100 | 0 | 1011101 | 1001000 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F31044
Complementary color
Monochromatic Colors of #F31044
Black with #F31044
Text Example
Text Example
White with #F31044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31044; }
p { color: rgb(243,16,68); }
H1.HeaderClassName
{
color: #F31044;
}
.AnyTagClassName
{
color: #F31044;
}
</style>
background-color css
<style>
a { background-color: #F31044; }
a { background-color: rgb(243,16,68); }
div.DivClassName
{
background-color: #F31044;
}
.BgClassName
{
background-color: #F31044;
}
</style>
border-color css
<style>
span { border-color: #F31044; }
span { border-color: rgb(243,16,68); }
td.TdClassName
{
border-color: #F31044;
}
.TagClassName
{
border-color: #F31044;
}
</style>