Shades of Torch Red #F31338
Tints of Torch Red #F31338
RGB
CMYK
RGB Variations
Color information
#F31338 (or 0xF31338) is known color: Torch Red. HEX triplet: F3, 13 and 38. RGB value is (243,19,56). Sum of RGB (Red+Green+Blue) = 243+19+56=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F31338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31338 is #0CECC7. Grayscale: #5A5A5A. Windows color (decimal): -847048 or 3675123. OLE color: 3675123.
HSL color Cylindrical-coordinate representation of color #F31338: hue angle of 350.09º 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 #F31338 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 56 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.05 |
| HSL | 350.09º | 0.9% | 0.51% | - |
| HSV(B) | 350.09º | 0.92% | 0.95% | - |
| XYZ | 37.91 | 19.81 | 5.57 | - |
| YUV | 90.19 | 108.71 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 56 | 0 | 0.92 | 0.77 | 0.05 | 350.09 | 0.9 | 0.51 |
| Hex | F3 | 13 | 38 | 0 | 5C | 4D | 5 | 15E | 5A | 33 |
| Octal | 363 | 23 | 70 | 0 | 134 | 115 | 5 | 536 | 132 | 63 |
| Binary | 11110011 | 10011 | 111000 | 0 | 1011100 | 1001101 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F31338
Complementary color
Monochromatic Colors of #F31338
Black with #F31338
Text Example
Text Example
White with #F31338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31338; }
p { color: rgb(243,19,56); }
H1.HeaderClassName
{
color: #F31338;
}
.AnyTagClassName
{
color: #F31338;
}
</style>
background-color css
<style>
a { background-color: #F31338; }
a { background-color: rgb(243,19,56); }
div.DivClassName
{
background-color: #F31338;
}
.BgClassName
{
background-color: #F31338;
}
</style>
border-color css
<style>
span { border-color: #F31338; }
span { border-color: rgb(243,19,56); }
td.TdClassName
{
border-color: #F31338;
}
.TagClassName
{
border-color: #F31338;
}
</style>