Shades of Torch Red #F51A30
Tints of Torch Red #F51A30
RGB
CMYK
RGB Variations
Color information
#F51A30 (or 0xF51A30) is known color: Torch Red. HEX triplet: F5, 1A and 30. RGB value is (245,26,48). Sum of RGB (Red+Green+Blue) = 245+26+48=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51A30 is #0AE5CF. Grayscale: #5E5E5E. Windows color (decimal): -714192 or 3152629. OLE color: 3152629.
HSL color Cylindrical-coordinate representation of color #F51A30: hue angle of 353.97º 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 #F51A30 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 48 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.04 |
| HSL | 353.97º | 0.92% | 0.53% | - |
| HSV(B) | 353.97º | 0.89% | 0.96% | - |
| XYZ | 38.56 | 20.36 | 4.69 | - |
| YUV | 93.99 | 102.05 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 48 | 0 | 0.89 | 0.80 | 0.04 | 353.97 | 0.92 | 0.53 |
| Hex | F5 | 1A | 30 | 0 | 59 | 50 | 4 | 162 | 5C | 35 |
| Octal | 365 | 32 | 60 | 0 | 131 | 120 | 4 | 542 | 134 | 65 |
| Binary | 11110101 | 11010 | 110000 | 0 | 1011001 | 1010000 | 100 | 101100010 | 1011100 | 110101 |
Color Harmonies of #F51A30
Complementary color
Monochromatic Colors of #F51A30
Black with #F51A30
Text Example
Text Example
White with #F51A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51A30; }
p { color: rgb(245,26,48); }
H1.HeaderClassName
{
color: #F51A30;
}
.AnyTagClassName
{
color: #F51A30;
}
</style>
background-color css
<style>
a { background-color: #F51A30; }
a { background-color: rgb(245,26,48); }
div.DivClassName
{
background-color: #F51A30;
}
.BgClassName
{
background-color: #F51A30;
}
</style>
border-color css
<style>
span { border-color: #F51A30; }
span { border-color: rgb(245,26,48); }
td.TdClassName
{
border-color: #F51A30;
}
.TagClassName
{
border-color: #F51A30;
}
</style>