Shades of Torch Red #F31742
Tints of Torch Red #F31742
RGB
CMYK
RGB Variations
Color information
#F31742 (or 0xF31742) is known color: Torch Red. HEX triplet: F3, 17 and 42. RGB value is (243,23,66). Sum of RGB (Red+Green+Blue) = 243+23+66=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F31742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31742 is #0CE8BD. Grayscale: #5D5D5D. Windows color (decimal): -846014 or 4331507. OLE color: 4331507.
HSL color Cylindrical-coordinate representation of color #F31742: hue angle of 348.27º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31742 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 66 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.05 |
| HSL | 348.27º | 0.9% | 0.52% | - |
| HSV(B) | 348.27º | 0.91% | 0.95% | - |
| XYZ | 38.25 | 20.06 | 7.01 | - |
| YUV | 93.68 | 112.39 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 66 | 0 | 0.91 | 0.73 | 0.05 | 348.27 | 0.9 | 0.52 |
| Hex | F3 | 17 | 42 | 0 | 5B | 49 | 5 | 15C | 5A | 34 |
| Octal | 363 | 27 | 102 | 0 | 133 | 111 | 5 | 534 | 132 | 64 |
| Binary | 11110011 | 10111 | 1000010 | 0 | 1011011 | 1001001 | 101 | 101011100 | 1011010 | 110100 |
Color Harmonies of #F31742
Complementary color
Monochromatic Colors of #F31742
Black with #F31742
Text Example
Text Example
White with #F31742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31742; }
p { color: rgb(243,23,66); }
H1.HeaderClassName
{
color: #F31742;
}
.AnyTagClassName
{
color: #F31742;
}
</style>
background-color css
<style>
a { background-color: #F31742; }
a { background-color: rgb(243,23,66); }
div.DivClassName
{
background-color: #F31742;
}
.BgClassName
{
background-color: #F31742;
}
</style>
border-color css
<style>
span { border-color: #F31742; }
span { border-color: rgb(243,23,66); }
td.TdClassName
{
border-color: #F31742;
}
.TagClassName
{
border-color: #F31742;
}
</style>