Shades of Torch Red #F51C24
Tints of Torch Red #F51C24
RGB
CMYK
RGB Variations
Color information
#F51C24 (or 0xF51C24) is known color: Torch Red. HEX triplet: F5, 1C and 24. RGB value is (245,28,36). Sum of RGB (Red+Green+Blue) = 245+28+36=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51C24 is #0AE3DB. Grayscale: #5D5D5D. Windows color (decimal): -713692 or 2366709. OLE color: 2366709.
HSL color Cylindrical-coordinate representation of color #F51C24: hue angle of 357.79º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C24 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 36 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.04 |
| HSL | 357.79º | 0.92% | 0.54% | - |
| HSV(B) | 357.79º | 0.89% | 0.96% | - |
| XYZ | 38.39 | 20.37 | 3.58 | - |
| YUV | 93.8 | 95.39 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 36 | 0 | 0.89 | 0.85 | 0.04 | 357.79 | 0.92 | 0.54 |
| Hex | F5 | 1C | 24 | 0 | 59 | 55 | 4 | 166 | 5C | 36 |
| Octal | 365 | 34 | 44 | 0 | 131 | 125 | 4 | 546 | 134 | 66 |
| Binary | 11110101 | 11100 | 100100 | 0 | 1011001 | 1010101 | 100 | 101100110 | 1011100 | 110110 |
Color Harmonies of #F51C24
Complementary color
Monochromatic Colors of #F51C24
Black with #F51C24
Text Example
Text Example
White with #F51C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C24; }
p { color: rgb(245,28,36); }
H1.HeaderClassName
{
color: #F51C24;
}
.AnyTagClassName
{
color: #F51C24;
}
</style>
background-color css
<style>
a { background-color: #F51C24; }
a { background-color: rgb(245,28,36); }
div.DivClassName
{
background-color: #F51C24;
}
.BgClassName
{
background-color: #F51C24;
}
</style>
border-color css
<style>
span { border-color: #F51C24; }
span { border-color: rgb(245,28,36); }
td.TdClassName
{
border-color: #F51C24;
}
.TagClassName
{
border-color: #F51C24;
}
</style>