Shades of Torch Red #F51E28
Tints of Torch Red #F51E28
RGB
CMYK
RGB Variations
Color information
#F51E28 (or 0xF51E28) is known color: Torch Red. HEX triplet: F5, 1E and 28. RGB value is (245,30,40). Sum of RGB (Red+Green+Blue) = 245+30+40=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E28 is #0AE1D7. Grayscale: #5F5F5F. Windows color (decimal): -713176 or 2629365. OLE color: 2629365.
HSL color Cylindrical-coordinate representation of color #F51E28: hue angle of 357.21º 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 #F51E28 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 40 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.04 |
| HSL | 357.21º | 0.91% | 0.54% | - |
| HSV(B) | 357.21º | 0.88% | 0.96% | - |
| XYZ | 38.5 | 20.49 | 3.93 | - |
| YUV | 95.43 | 96.73 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 40 | 0 | 0.88 | 0.84 | 0.04 | 357.21 | 0.91 | 0.54 |
| Hex | F5 | 1E | 28 | 0 | 58 | 54 | 4 | 165 | 5B | 36 |
| Octal | 365 | 36 | 50 | 0 | 130 | 124 | 4 | 545 | 133 | 66 |
| Binary | 11110101 | 11110 | 101000 | 0 | 1011000 | 1010100 | 100 | 101100101 | 1011011 | 110110 |
Color Harmonies of #F51E28
Complementary color
Monochromatic Colors of #F51E28
Black with #F51E28
Text Example
Text Example
White with #F51E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E28; }
p { color: rgb(245,30,40); }
H1.HeaderClassName
{
color: #F51E28;
}
.AnyTagClassName
{
color: #F51E28;
}
</style>
background-color css
<style>
a { background-color: #F51E28; }
a { background-color: rgb(245,30,40); }
div.DivClassName
{
background-color: #F51E28;
}
.BgClassName
{
background-color: #F51E28;
}
</style>
border-color css
<style>
span { border-color: #F51E28; }
span { border-color: rgb(245,30,40); }
td.TdClassName
{
border-color: #F51E28;
}
.TagClassName
{
border-color: #F51E28;
}
</style>