Shades of Torch Red #F51B1E
Tints of Torch Red #F51B1E
RGB
CMYK
RGB Variations
Color information
#F51B1E (or 0xF51B1E) is known color: Torch Red. HEX triplet: F5, 1B and 1E. RGB value is (245,27,30). Sum of RGB (Red+Green+Blue) = 245+27+30=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51B1E is #0AE4E1. Grayscale: #5C5C5C. Windows color (decimal): -713954 or 1973237. OLE color: 1973237.
HSL color Cylindrical-coordinate representation of color #F51B1E: hue angle of 359.17º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51B1E is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 30 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.04 |
| HSL | 359.17º | 0.92% | 0.53% | - |
| HSV(B) | 359.17º | 0.89% | 0.96% | - |
| XYZ | 38.28 | 20.29 | 3.13 | - |
| YUV | 92.52 | 92.72 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 30 | 0 | 0.89 | 0.88 | 0.04 | 359.17 | 0.92 | 0.53 |
| Hex | F5 | 1B | 1E | 0 | 59 | 58 | 4 | 167 | 5C | 35 |
| Octal | 365 | 33 | 36 | 0 | 131 | 130 | 4 | 547 | 134 | 65 |
| Binary | 11110101 | 11011 | 11110 | 0 | 1011001 | 1011000 | 100 | 101100111 | 1011100 | 110101 |
Color Harmonies of #F51B1E
Complementary color
Monochromatic Colors of #F51B1E
Black with #F51B1E
Text Example
Text Example
White with #F51B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51B1E; }
p { color: rgb(245,27,30); }
H1.HeaderClassName
{
color: #F51B1E;
}
.AnyTagClassName
{
color: #F51B1E;
}
</style>
background-color css
<style>
a { background-color: #F51B1E; }
a { background-color: rgb(245,27,30); }
div.DivClassName
{
background-color: #F51B1E;
}
.BgClassName
{
background-color: #F51B1E;
}
</style>
border-color css
<style>
span { border-color: #F51B1E; }
span { border-color: rgb(245,27,30); }
td.TdClassName
{
border-color: #F51B1E;
}
.TagClassName
{
border-color: #F51B1E;
}
</style>