Shades of Torch Red #F31343
Tints of Torch Red #F31343
RGB
CMYK
RGB Variations
Color information
#F31343 (or 0xF31343) is known color: Torch Red. HEX triplet: F3, 13 and 43. RGB value is (243,19,67). Sum of RGB (Red+Green+Blue) = 243+19+67=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F31343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31343 is #0CECBC. Grayscale: #5B5B5B. Windows color (decimal): -847037 or 4396019. OLE color: 4396019.
HSL color Cylindrical-coordinate representation of color #F31343: hue angle of 347.14º 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 #F31343 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 67 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.05 |
| HSL | 347.14º | 0.9% | 0.51% | - |
| HSV(B) | 347.14º | 0.92% | 0.95% | - |
| XYZ | 38.21 | 19.93 | 7.14 | - |
| YUV | 91.45 | 114.21 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 67 | 0 | 0.92 | 0.72 | 0.05 | 347.14 | 0.9 | 0.51 |
| Hex | F3 | 13 | 43 | 0 | 5C | 48 | 5 | 15B | 5A | 33 |
| Octal | 363 | 23 | 103 | 0 | 134 | 110 | 5 | 533 | 132 | 63 |
| Binary | 11110011 | 10011 | 1000011 | 0 | 1011100 | 1001000 | 101 | 101011011 | 1011010 | 110011 |
Color Harmonies of #F31343
Complementary color
Monochromatic Colors of #F31343
Black with #F31343
Text Example
Text Example
White with #F31343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31343; }
p { color: rgb(243,19,67); }
H1.HeaderClassName
{
color: #F31343;
}
.AnyTagClassName
{
color: #F31343;
}
</style>
background-color css
<style>
a { background-color: #F31343; }
a { background-color: rgb(243,19,67); }
div.DivClassName
{
background-color: #F31343;
}
.BgClassName
{
background-color: #F31343;
}
</style>
border-color css
<style>
span { border-color: #F31343; }
span { border-color: rgb(243,19,67); }
td.TdClassName
{
border-color: #F31343;
}
.TagClassName
{
border-color: #F31343;
}
</style>