Shades of Torch Red #F31843
Tints of Torch Red #F31843
RGB
CMYK
RGB Variations
Color information
#F31843 (or 0xF31843) is known color: Torch Red. HEX triplet: F3, 18 and 43. RGB value is (243,24,67). Sum of RGB (Red+Green+Blue) = 243+24+67=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F31843 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31843 is #0CE7BC. Grayscale: #5E5E5E. Windows color (decimal): -845757 or 4397299. OLE color: 4397299.
HSL color Cylindrical-coordinate representation of color #F31843: hue angle of 348.22º 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 #F31843 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 67 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.05 |
| HSL | 348.22º | 0.9% | 0.52% | - |
| HSV(B) | 348.22º | 0.9% | 0.95% | - |
| XYZ | 38.3 | 20.11 | 7.17 | - |
| YUV | 94.38 | 112.55 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 67 | 0 | 0.90 | 0.72 | 0.05 | 348.22 | 0.9 | 0.52 |
| Hex | F3 | 18 | 43 | 0 | 5A | 48 | 5 | 15C | 5A | 34 |
| Octal | 363 | 30 | 103 | 0 | 132 | 110 | 5 | 534 | 132 | 64 |
| Binary | 11110011 | 11000 | 1000011 | 0 | 1011010 | 1001000 | 101 | 101011100 | 1011010 | 110100 |
Color Harmonies of #F31843
Complementary color
Monochromatic Colors of #F31843
Black with #F31843
Text Example
Text Example
White with #F31843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31843; }
p { color: rgb(243,24,67); }
H1.HeaderClassName
{
color: #F31843;
}
.AnyTagClassName
{
color: #F31843;
}
</style>
background-color css
<style>
a { background-color: #F31843; }
a { background-color: rgb(243,24,67); }
div.DivClassName
{
background-color: #F31843;
}
.BgClassName
{
background-color: #F31843;
}
</style>
border-color css
<style>
span { border-color: #F31843; }
span { border-color: rgb(243,24,67); }
td.TdClassName
{
border-color: #F31843;
}
.TagClassName
{
border-color: #F31843;
}
</style>