Shades of Torch Red #F51121
Tints of Torch Red #F51121
RGB
CMYK
RGB Variations
Color information
#F51121 (or 0xF51121) is known color: Torch Red. HEX triplet: F5, 11 and 21. RGB value is (245,17,33). Sum of RGB (Red+Green+Blue) = 245+17+33=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F51121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51121 is #0AEEDE. Grayscale: #575757. Windows color (decimal): -716511 or 2167285. OLE color: 2167285.
HSL color Cylindrical-coordinate representation of color #F51121: hue angle of 355.79º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51121 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 33 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.04 |
| HSL | 355.79º | 0.92% | 0.51% | - |
| HSV(B) | 355.79º | 0.93% | 0.96% | - |
| XYZ | 38.13 | 19.92 | 3.27 | - |
| YUV | 87 | 97.54 | 240.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 33 | 0 | 0.93 | 0.87 | 0.04 | 355.79 | 0.92 | 0.51 |
| Hex | F5 | 11 | 21 | 0 | 5D | 57 | 4 | 164 | 5C | 33 |
| Octal | 365 | 21 | 41 | 0 | 135 | 127 | 4 | 544 | 134 | 63 |
| Binary | 11110101 | 10001 | 100001 | 0 | 1011101 | 1010111 | 100 | 101100100 | 1011100 | 110011 |
Color Harmonies of #F51121
Complementary color
Monochromatic Colors of #F51121
Black with #F51121
Text Example
Text Example
White with #F51121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51121; }
p { color: rgb(245,17,33); }
H1.HeaderClassName
{
color: #F51121;
}
.AnyTagClassName
{
color: #F51121;
}
</style>
background-color css
<style>
a { background-color: #F51121; }
a { background-color: rgb(245,17,33); }
div.DivClassName
{
background-color: #F51121;
}
.BgClassName
{
background-color: #F51121;
}
</style>
border-color css
<style>
span { border-color: #F51121; }
span { border-color: rgb(245,17,33); }
td.TdClassName
{
border-color: #F51121;
}
.TagClassName
{
border-color: #F51121;
}
</style>