Shades of Torch Red #F50D2C
Tints of Torch Red #F50D2C
RGB
CMYK
RGB Variations
Color information
#F50D2C (or 0xF50D2C) is known color: Torch Red. HEX triplet: F5, 0D and 2C. RGB value is (245,13,44). Sum of RGB (Red+Green+Blue) = 245+13+44=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50D2C is #0AF2D3. Grayscale: #565656. Windows color (decimal): -717524 or 2887157. OLE color: 2887157.
HSL color Cylindrical-coordinate representation of color #F50D2C: hue angle of 351.98º 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 #F50D2C is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 44 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.04 |
| HSL | 351.98º | 0.92% | 0.51% | - |
| HSV(B) | 351.98º | 0.95% | 0.96% | - |
| XYZ | 38.25 | 19.88 | 4.2 | - |
| YUV | 85.9 | 104.36 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 44 | 0 | 0.95 | 0.82 | 0.04 | 351.98 | 0.92 | 0.51 |
| Hex | F5 | D | 2C | 0 | 5F | 52 | 4 | 160 | 5C | 33 |
| Octal | 365 | 15 | 54 | 0 | 137 | 122 | 4 | 540 | 134 | 63 |
| Binary | 11110101 | 1101 | 101100 | 0 | 1011111 | 1010010 | 100 | 101100000 | 1011100 | 110011 |
Color Harmonies of #F50D2C
Complementary color
Monochromatic Colors of #F50D2C
Black with #F50D2C
Text Example
Text Example
White with #F50D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50D2C; }
p { color: rgb(245,13,44); }
H1.HeaderClassName
{
color: #F50D2C;
}
.AnyTagClassName
{
color: #F50D2C;
}
</style>
background-color css
<style>
a { background-color: #F50D2C; }
a { background-color: rgb(245,13,44); }
div.DivClassName
{
background-color: #F50D2C;
}
.BgClassName
{
background-color: #F50D2C;
}
</style>
border-color css
<style>
span { border-color: #F50D2C; }
span { border-color: rgb(245,13,44); }
td.TdClassName
{
border-color: #F50D2C;
}
.TagClassName
{
border-color: #F50D2C;
}
</style>