Shades of Torch Red #F51434
Tints of Torch Red #F51434
RGB
CMYK
RGB Variations
Color information
#F51434 (or 0xF51434) is known color: Torch Red. HEX triplet: F5, 14 and 34. RGB value is (245,20,52). Sum of RGB (Red+Green+Blue) = 245+20+52=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F51434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51434 is #0AEBCB. Grayscale: #5B5B5B. Windows color (decimal): -715724 or 3413237. OLE color: 3413237.
HSL color Cylindrical-coordinate representation of color #F51434: hue angle of 351.47º 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 #F51434 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 52 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.04 |
| HSL | 351.47º | 0.92% | 0.52% | - |
| HSV(B) | 351.47º | 0.92% | 0.96% | - |
| XYZ | 38.53 | 20.16 | 5.11 | - |
| YUV | 90.92 | 106.04 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 52 | 0 | 0.92 | 0.79 | 0.04 | 351.47 | 0.92 | 0.52 |
| Hex | F5 | 14 | 34 | 0 | 5C | 4F | 4 | 15F | 5C | 34 |
| Octal | 365 | 24 | 64 | 0 | 134 | 117 | 4 | 537 | 134 | 64 |
| Binary | 11110101 | 10100 | 110100 | 0 | 1011100 | 1001111 | 100 | 101011111 | 1011100 | 110100 |
Color Harmonies of #F51434
Complementary color
Monochromatic Colors of #F51434
Black with #F51434
Text Example
Text Example
White with #F51434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51434; }
p { color: rgb(245,20,52); }
H1.HeaderClassName
{
color: #F51434;
}
.AnyTagClassName
{
color: #F51434;
}
</style>
background-color css
<style>
a { background-color: #F51434; }
a { background-color: rgb(245,20,52); }
div.DivClassName
{
background-color: #F51434;
}
.BgClassName
{
background-color: #F51434;
}
</style>
border-color css
<style>
span { border-color: #F51434; }
span { border-color: rgb(245,20,52); }
td.TdClassName
{
border-color: #F51434;
}
.TagClassName
{
border-color: #F51434;
}
</style>