Shades of Torch Red #F51538
Tints of Torch Red #F51538
RGB
CMYK
RGB Variations
Color information
#F51538 (or 0xF51538) is known color: Torch Red. HEX triplet: F5, 15 and 38. RGB value is (245,21,56). Sum of RGB (Red+Green+Blue) = 245+21+56=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F51538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51538 is #0AEAC7. Grayscale: #5C5C5C. Windows color (decimal): -715464 or 3675637. OLE color: 3675637.
HSL color Cylindrical-coordinate representation of color #F51538: hue angle of 350.62º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51538 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 56 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.04 |
| HSL | 350.63º | 0.92% | 0.52% | - |
| HSV(B) | 350.63º | 0.91% | 0.96% | - |
| XYZ | 38.64 | 20.23 | 5.61 | - |
| YUV | 91.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 56 | 0 | 0.91 | 0.77 | 0.04 | 350.63 | 0.92 | 0.52 |
| Hex | F5 | 15 | 38 | 0 | 5B | 4D | 4 | 15F | 5C | 34 |
| Octal | 365 | 25 | 70 | 0 | 133 | 115 | 4 | 537 | 134 | 64 |
| Binary | 11110101 | 10101 | 111000 | 0 | 1011011 | 1001101 | 100 | 101011111 | 1011100 | 110100 |
Color Harmonies of #F51538
Complementary color
Monochromatic Colors of #F51538
Black with #F51538
Text Example
Text Example
White with #F51538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51538; }
p { color: rgb(245,21,56); }
H1.HeaderClassName
{
color: #F51538;
}
.AnyTagClassName
{
color: #F51538;
}
</style>
background-color css
<style>
a { background-color: #F51538; }
a { background-color: rgb(245,21,56); }
div.DivClassName
{
background-color: #F51538;
}
.BgClassName
{
background-color: #F51538;
}
</style>
border-color css
<style>
span { border-color: #F51538; }
span { border-color: rgb(245,21,56); }
td.TdClassName
{
border-color: #F51538;
}
.TagClassName
{
border-color: #F51538;
}
</style>