Shades of Torch Red #F51E3F
Tints of Torch Red #F51E3F
RGB
CMYK
RGB Variations
Color information
#F51E3F (or 0xF51E3F) is known color: Torch Red. HEX triplet: F5, 1E and 3F. RGB value is (245,30,63). Sum of RGB (Red+Green+Blue) = 245+30+63=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E3F is #0AE1C0. Grayscale: #626262. Windows color (decimal): -713153 or 4136693. OLE color: 4136693.
HSL color Cylindrical-coordinate representation of color #F51E3F: hue angle of 350.79º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E3F is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 63 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.04 |
| HSL | 350.79º | 0.91% | 0.54% | - |
| HSV(B) | 350.79º | 0.88% | 0.96% | - |
| XYZ | 39.02 | 20.7 | 6.64 | - |
| YUV | 98.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 63 | 0 | 0.88 | 0.74 | 0.04 | 350.79 | 0.91 | 0.54 |
| Hex | F5 | 1E | 3F | 0 | 58 | 4A | 4 | 15F | 5B | 36 |
| Octal | 365 | 36 | 77 | 0 | 130 | 112 | 4 | 537 | 133 | 66 |
| Binary | 11110101 | 11110 | 111111 | 0 | 1011000 | 1001010 | 100 | 101011111 | 1011011 | 110110 |
Color Harmonies of #F51E3F
Complementary color
Monochromatic Colors of #F51E3F
Black with #F51E3F
Text Example
Text Example
White with #F51E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E3F; }
p { color: rgb(245,30,63); }
H1.HeaderClassName
{
color: #F51E3F;
}
.AnyTagClassName
{
color: #F51E3F;
}
</style>
background-color css
<style>
a { background-color: #F51E3F; }
a { background-color: rgb(245,30,63); }
div.DivClassName
{
background-color: #F51E3F;
}
.BgClassName
{
background-color: #F51E3F;
}
</style>
border-color css
<style>
span { border-color: #F51E3F; }
span { border-color: rgb(245,30,63); }
td.TdClassName
{
border-color: #F51E3F;
}
.TagClassName
{
border-color: #F51E3F;
}
</style>