Shades of Torch Red #F51330
Tints of Torch Red #F51330
RGB
CMYK
RGB Variations
Color information
#F51330 (or 0xF51330) is known color: Torch Red. HEX triplet: F5, 13 and 30. RGB value is (245,19,48). Sum of RGB (Red+Green+Blue) = 245+19+48=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F51330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51330 is #0AECCF. Grayscale: #595959. Windows color (decimal): -715984 or 3150837. OLE color: 3150837.
HSL color Cylindrical-coordinate representation of color #F51330: hue angle of 352.3º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51330 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 48 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.04 |
| HSL | 352.3º | 0.92% | 0.52% | - |
| HSV(B) | 352.3º | 0.92% | 0.96% | - |
| XYZ | 38.42 | 20.09 | 4.65 | - |
| YUV | 89.88 | 104.37 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 48 | 0 | 0.92 | 0.80 | 0.04 | 352.3 | 0.92 | 0.52 |
| Hex | F5 | 13 | 30 | 0 | 5C | 50 | 4 | 160 | 5C | 34 |
| Octal | 365 | 23 | 60 | 0 | 134 | 120 | 4 | 540 | 134 | 64 |
| Binary | 11110101 | 10011 | 110000 | 0 | 1011100 | 1010000 | 100 | 101100000 | 1011100 | 110100 |
Color Harmonies of #F51330
Complementary color
Monochromatic Colors of #F51330
Black with #F51330
Text Example
Text Example
White with #F51330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51330; }
p { color: rgb(245,19,48); }
H1.HeaderClassName
{
color: #F51330;
}
.AnyTagClassName
{
color: #F51330;
}
</style>
background-color css
<style>
a { background-color: #F51330; }
a { background-color: rgb(245,19,48); }
div.DivClassName
{
background-color: #F51330;
}
.BgClassName
{
background-color: #F51330;
}
</style>
border-color css
<style>
span { border-color: #F51330; }
span { border-color: rgb(245,19,48); }
td.TdClassName
{
border-color: #F51330;
}
.TagClassName
{
border-color: #F51330;
}
</style>