Shades of Torch Red #F51726
Tints of Torch Red #F51726
RGB
CMYK
RGB Variations
Color information
#F51726 (or 0xF51726) is known color: Torch Red. HEX triplet: F5, 17 and 26. RGB value is (245,23,38). Sum of RGB (Red+Green+Blue) = 245+23+38=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F51726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51726 is #0AE8D9. Grayscale: #5B5B5B. Windows color (decimal): -714970 or 2496501. OLE color: 2496501.
HSL color Cylindrical-coordinate representation of color #F51726: hue angle of 355.95º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51726 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 38 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.04 |
| HSL | 355.95º | 0.92% | 0.53% | - |
| HSV(B) | 355.95º | 0.91% | 0.96% | - |
| XYZ | 38.31 | 20.17 | 3.71 | - |
| YUV | 91.09 | 98.05 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 38 | 0 | 0.91 | 0.84 | 0.04 | 355.95 | 0.92 | 0.53 |
| Hex | F5 | 17 | 26 | 0 | 5B | 54 | 4 | 164 | 5C | 35 |
| Octal | 365 | 27 | 46 | 0 | 133 | 124 | 4 | 544 | 134 | 65 |
| Binary | 11110101 | 10111 | 100110 | 0 | 1011011 | 1010100 | 100 | 101100100 | 1011100 | 110101 |
Color Harmonies of #F51726
Complementary color
Monochromatic Colors of #F51726
Black with #F51726
Text Example
Text Example
White with #F51726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51726; }
p { color: rgb(245,23,38); }
H1.HeaderClassName
{
color: #F51726;
}
.AnyTagClassName
{
color: #F51726;
}
</style>
background-color css
<style>
a { background-color: #F51726; }
a { background-color: rgb(245,23,38); }
div.DivClassName
{
background-color: #F51726;
}
.BgClassName
{
background-color: #F51726;
}
</style>
border-color css
<style>
span { border-color: #F51726; }
span { border-color: rgb(245,23,38); }
td.TdClassName
{
border-color: #F51726;
}
.TagClassName
{
border-color: #F51726;
}
</style>