Shades of Torch Red #F51341
Tints of Torch Red #F51341
RGB
CMYK
RGB Variations
Color information
#F51341 (or 0xF51341) is known color: Torch Red. HEX triplet: F5, 13 and 41. RGB value is (245,19,65). Sum of RGB (Red+Green+Blue) = 245+19+65=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F51341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51341 is #0AECBE. Grayscale: #5B5B5B. Windows color (decimal): -715967 or 4264949. OLE color: 4264949.
HSL color Cylindrical-coordinate representation of color #F51341: hue angle of 347.79º 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 #F51341 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 65 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.04 |
| HSL | 347.79º | 0.92% | 0.52% | - |
| HSV(B) | 347.79º | 0.92% | 0.96% | - |
| XYZ | 38.84 | 20.26 | 6.86 | - |
| YUV | 91.82 | 112.87 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 65 | 0 | 0.92 | 0.73 | 0.04 | 347.79 | 0.92 | 0.52 |
| Hex | F5 | 13 | 41 | 0 | 5C | 49 | 4 | 15C | 5C | 34 |
| Octal | 365 | 23 | 101 | 0 | 134 | 111 | 4 | 534 | 134 | 64 |
| Binary | 11110101 | 10011 | 1000001 | 0 | 1011100 | 1001001 | 100 | 101011100 | 1011100 | 110100 |
Color Harmonies of #F51341
Complementary color
Monochromatic Colors of #F51341
Black with #F51341
Text Example
Text Example
White with #F51341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51341; }
p { color: rgb(245,19,65); }
H1.HeaderClassName
{
color: #F51341;
}
.AnyTagClassName
{
color: #F51341;
}
</style>
background-color css
<style>
a { background-color: #F51341; }
a { background-color: rgb(245,19,65); }
div.DivClassName
{
background-color: #F51341;
}
.BgClassName
{
background-color: #F51341;
}
</style>
border-color css
<style>
span { border-color: #F51341; }
span { border-color: rgb(245,19,65); }
td.TdClassName
{
border-color: #F51341;
}
.TagClassName
{
border-color: #F51341;
}
</style>