Shades of Torch Red #F31342
Tints of Torch Red #F31342
RGB
CMYK
RGB Variations
Color information
#F31342 (or 0xF31342) is known color: Torch Red. HEX triplet: F3, 13 and 42. RGB value is (243,19,66). Sum of RGB (Red+Green+Blue) = 243+19+66=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F31342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31342 is #0CECBD. Grayscale: #5B5B5B. Windows color (decimal): -847038 or 4330483. OLE color: 4330483.
HSL color Cylindrical-coordinate representation of color #F31342: hue angle of 347.41º 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 #F31342 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 66 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.05 |
| HSL | 347.41º | 0.9% | 0.51% | - |
| HSV(B) | 347.41º | 0.92% | 0.95% | - |
| XYZ | 38.18 | 19.91 | 6.99 | - |
| YUV | 91.33 | 113.71 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 66 | 0 | 0.92 | 0.73 | 0.05 | 347.41 | 0.9 | 0.51 |
| Hex | F3 | 13 | 42 | 0 | 5C | 49 | 5 | 15B | 5A | 33 |
| Octal | 363 | 23 | 102 | 0 | 134 | 111 | 5 | 533 | 132 | 63 |
| Binary | 11110011 | 10011 | 1000010 | 0 | 1011100 | 1001001 | 101 | 101011011 | 1011010 | 110011 |
Color Harmonies of #F31342
Complementary color
Monochromatic Colors of #F31342
Black with #F31342
Text Example
Text Example
White with #F31342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31342; }
p { color: rgb(243,19,66); }
H1.HeaderClassName
{
color: #F31342;
}
.AnyTagClassName
{
color: #F31342;
}
</style>
background-color css
<style>
a { background-color: #F31342; }
a { background-color: rgb(243,19,66); }
div.DivClassName
{
background-color: #F31342;
}
.BgClassName
{
background-color: #F31342;
}
</style>
border-color css
<style>
span { border-color: #F31342; }
span { border-color: rgb(243,19,66); }
td.TdClassName
{
border-color: #F31342;
}
.TagClassName
{
border-color: #F31342;
}
</style>