Shades of Torch Red #F51437
Tints of Torch Red #F51437
RGB
CMYK
RGB Variations
Color information
#F51437 (or 0xF51437) is known color: Torch Red. HEX triplet: F5, 14 and 37. RGB value is (245,20,55). Sum of RGB (Red+Green+Blue) = 245+20+55=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F51437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51437 is #0AEBC8. Grayscale: #5B5B5B. Windows color (decimal): -715721 or 3609845. OLE color: 3609845.
HSL color Cylindrical-coordinate representation of color #F51437: hue angle of 350.67º 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 #F51437 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 55 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.04 |
| HSL | 350.67º | 0.92% | 0.52% | - |
| HSV(B) | 350.67º | 0.92% | 0.96% | - |
| XYZ | 38.6 | 20.19 | 5.48 | - |
| YUV | 91.27 | 107.54 | 237.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 55 | 0 | 0.92 | 0.78 | 0.04 | 350.67 | 0.92 | 0.52 |
| Hex | F5 | 14 | 37 | 0 | 5C | 4E | 4 | 15F | 5C | 34 |
| Octal | 365 | 24 | 67 | 0 | 134 | 116 | 4 | 537 | 134 | 64 |
| Binary | 11110101 | 10100 | 110111 | 0 | 1011100 | 1001110 | 100 | 101011111 | 1011100 | 110100 |
Color Harmonies of #F51437
Complementary color
Monochromatic Colors of #F51437
Black with #F51437
Text Example
Text Example
White with #F51437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51437; }
p { color: rgb(245,20,55); }
H1.HeaderClassName
{
color: #F51437;
}
.AnyTagClassName
{
color: #F51437;
}
</style>
background-color css
<style>
a { background-color: #F51437; }
a { background-color: rgb(245,20,55); }
div.DivClassName
{
background-color: #F51437;
}
.BgClassName
{
background-color: #F51437;
}
</style>
border-color css
<style>
span { border-color: #F51437; }
span { border-color: rgb(245,20,55); }
td.TdClassName
{
border-color: #F51437;
}
.TagClassName
{
border-color: #F51437;
}
</style>