Shades of Torch Red #F31844
Tints of Torch Red #F31844
RGB
CMYK
RGB Variations
Color information
#F31844 (or 0xF31844) is known color: Torch Red. HEX triplet: F3, 18 and 44. RGB value is (243,24,68). Sum of RGB (Red+Green+Blue) = 243+24+68=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F31844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31844 is #0CE7BB. Grayscale: #5E5E5E. Windows color (decimal): -845756 or 4462835. OLE color: 4462835.
HSL color Cylindrical-coordinate representation of color #F31844: hue angle of 347.95º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31844 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.05 |
| HSL | 347.95º | 0.9% | 0.52% | - |
| HSV(B) | 347.95º | 0.9% | 0.95% | - |
| XYZ | 38.33 | 20.13 | 7.33 | - |
| YUV | 94.5 | 113.05 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 68 | 0 | 0.90 | 0.72 | 0.05 | 347.95 | 0.9 | 0.52 |
| Hex | F3 | 18 | 44 | 0 | 5A | 48 | 5 | 15C | 5A | 34 |
| Octal | 363 | 30 | 104 | 0 | 132 | 110 | 5 | 534 | 132 | 64 |
| Binary | 11110011 | 11000 | 1000100 | 0 | 1011010 | 1001000 | 101 | 101011100 | 1011010 | 110100 |
Color Harmonies of #F31844
Complementary color
Monochromatic Colors of #F31844
Black with #F31844
Text Example
Text Example
White with #F31844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31844; }
p { color: rgb(243,24,68); }
H1.HeaderClassName
{
color: #F31844;
}
.AnyTagClassName
{
color: #F31844;
}
</style>
background-color css
<style>
a { background-color: #F31844; }
a { background-color: rgb(243,24,68); }
div.DivClassName
{
background-color: #F31844;
}
.BgClassName
{
background-color: #F31844;
}
</style>
border-color css
<style>
span { border-color: #F31844; }
span { border-color: rgb(243,24,68); }
td.TdClassName
{
border-color: #F31844;
}
.TagClassName
{
border-color: #F31844;
}
</style>