Shades of Torch Red #F51826
Tints of Torch Red #F51826
RGB
CMYK
RGB Variations
Color information
#F51826 (or 0xF51826) is known color: Torch Red. HEX triplet: F5, 18 and 26. RGB value is (245,24,38). Sum of RGB (Red+Green+Blue) = 245+24+38=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F51826 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51826 is #0AE7D9. Grayscale: #5B5B5B. Windows color (decimal): -714714 or 2496757. OLE color: 2496757.
HSL color Cylindrical-coordinate representation of color #F51826: hue angle of 356.2º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51826 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 38 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.04 |
| HSL | 356.2º | 0.92% | 0.53% | - |
| HSV(B) | 356.2º | 0.9% | 0.96% | - |
| XYZ | 38.33 | 20.21 | 3.71 | - |
| YUV | 91.68 | 97.72 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 38 | 0 | 0.90 | 0.84 | 0.04 | 356.2 | 0.92 | 0.53 |
| Hex | F5 | 18 | 26 | 0 | 5A | 54 | 4 | 164 | 5C | 35 |
| Octal | 365 | 30 | 46 | 0 | 132 | 124 | 4 | 544 | 134 | 65 |
| Binary | 11110101 | 11000 | 100110 | 0 | 1011010 | 1010100 | 100 | 101100100 | 1011100 | 110101 |
Color Harmonies of #F51826
Complementary color
Monochromatic Colors of #F51826
Black with #F51826
Text Example
Text Example
White with #F51826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51826; }
p { color: rgb(245,24,38); }
H1.HeaderClassName
{
color: #F51826;
}
.AnyTagClassName
{
color: #F51826;
}
</style>
background-color css
<style>
a { background-color: #F51826; }
a { background-color: rgb(245,24,38); }
div.DivClassName
{
background-color: #F51826;
}
.BgClassName
{
background-color: #F51826;
}
</style>
border-color css
<style>
span { border-color: #F51826; }
span { border-color: rgb(245,24,38); }
td.TdClassName
{
border-color: #F51826;
}
.TagClassName
{
border-color: #F51826;
}
</style>