Shades of Torch Red #F50D1A
Tints of Torch Red #F50D1A
RGB
CMYK
RGB Variations
Color information
#F50D1A (or 0xF50D1A) is known color: Torch Red. HEX triplet: F5, 0D and 1A. RGB value is (245,13,26). Sum of RGB (Red+Green+Blue) = 245+13+26=284 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.27% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50D1A is #0AF2E5. Grayscale: #545454. Windows color (decimal): -717542 or 1707509. OLE color: 1707509.
HSL color Cylindrical-coordinate representation of color #F50D1A: hue angle of 356.64º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50D1A is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 26 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.04 |
| HSL | 356.64º | 0.92% | 0.51% | - |
| HSV(B) | 356.64º | 0.95% | 0.96% | - |
| XYZ | 37.99 | 19.77 | 2.79 | - |
| YUV | 83.85 | 95.36 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 26 | 0 | 0.95 | 0.89 | 0.04 | 356.64 | 0.92 | 0.51 |
| Hex | F5 | D | 1A | 0 | 5F | 59 | 4 | 165 | 5C | 33 |
| Octal | 365 | 15 | 32 | 0 | 137 | 131 | 4 | 545 | 134 | 63 |
| Binary | 11110101 | 1101 | 11010 | 0 | 1011111 | 1011001 | 100 | 101100101 | 1011100 | 110011 |
Color Harmonies of #F50D1A
Complementary color
Monochromatic Colors of #F50D1A
Black with #F50D1A
Text Example
Text Example
White with #F50D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50D1A; }
p { color: rgb(245,13,26); }
H1.HeaderClassName
{
color: #F50D1A;
}
.AnyTagClassName
{
color: #F50D1A;
}
</style>
background-color css
<style>
a { background-color: #F50D1A; }
a { background-color: rgb(245,13,26); }
div.DivClassName
{
background-color: #F50D1A;
}
.BgClassName
{
background-color: #F50D1A;
}
</style>
border-color css
<style>
span { border-color: #F50D1A; }
span { border-color: rgb(245,13,26); }
td.TdClassName
{
border-color: #F50D1A;
}
.TagClassName
{
border-color: #F50D1A;
}
</style>