Shades of Torch Red #F51338
Tints of Torch Red #F51338
RGB
CMYK
RGB Variations
Color information
#F51338 (or 0xF51338) is known color: Torch Red. HEX triplet: F5, 13 and 38. RGB value is (245,19,56). Sum of RGB (Red+Green+Blue) = 245+19+56=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F51338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51338 is #0AECC7. Grayscale: #5A5A5A. Windows color (decimal): -715976 or 3675125. OLE color: 3675125.
HSL color Cylindrical-coordinate representation of color #F51338: hue angle of 350.18º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51338 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 56 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.04 |
| HSL | 350.18º | 0.92% | 0.52% | - |
| HSV(B) | 350.18º | 0.92% | 0.96% | - |
| XYZ | 38.6 | 20.16 | 5.6 | - |
| YUV | 90.79 | 108.37 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 56 | 0 | 0.92 | 0.77 | 0.04 | 350.18 | 0.92 | 0.52 |
| Hex | F5 | 13 | 38 | 0 | 5C | 4D | 4 | 15E | 5C | 34 |
| Octal | 365 | 23 | 70 | 0 | 134 | 115 | 4 | 536 | 134 | 64 |
| Binary | 11110101 | 10011 | 111000 | 0 | 1011100 | 1001101 | 100 | 101011110 | 1011100 | 110100 |
Color Harmonies of #F51338
Complementary color
Monochromatic Colors of #F51338
Black with #F51338
Text Example
Text Example
White with #F51338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51338; }
p { color: rgb(245,19,56); }
H1.HeaderClassName
{
color: #F51338;
}
.AnyTagClassName
{
color: #F51338;
}
</style>
background-color css
<style>
a { background-color: #F51338; }
a { background-color: rgb(245,19,56); }
div.DivClassName
{
background-color: #F51338;
}
.BgClassName
{
background-color: #F51338;
}
</style>
border-color css
<style>
span { border-color: #F51338; }
span { border-color: rgb(245,19,56); }
td.TdClassName
{
border-color: #F51338;
}
.TagClassName
{
border-color: #F51338;
}
</style>