Shades of Torch Red #F50D1B
Tints of Torch Red #F50D1B
RGB
CMYK
RGB Variations
Color information
#F50D1B (or 0xF50D1B) is known color: Torch Red. HEX triplet: F5, 0D and 1B. RGB value is (245,13,27). Sum of RGB (Red+Green+Blue) = 245+13+27=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50D1B is #0AF2E4. Grayscale: #545454. Windows color (decimal): -717541 or 1773045. OLE color: 1773045.
HSL color Cylindrical-coordinate representation of color #F50D1B: hue angle of 356.38º 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 #F50D1B is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 27 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.04 |
| HSL | 356.38º | 0.92% | 0.51% | - |
| HSV(B) | 356.38º | 0.95% | 0.96% | - |
| XYZ | 38 | 19.78 | 2.85 | - |
| YUV | 83.96 | 95.86 | 242.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 27 | 0 | 0.95 | 0.89 | 0.04 | 356.38 | 0.92 | 0.51 |
| Hex | F5 | D | 1B | 0 | 5F | 59 | 4 | 164 | 5C | 33 |
| Octal | 365 | 15 | 33 | 0 | 137 | 131 | 4 | 544 | 134 | 63 |
| Binary | 11110101 | 1101 | 11011 | 0 | 1011111 | 1011001 | 100 | 101100100 | 1011100 | 110011 |
Color Harmonies of #F50D1B
Complementary color
Monochromatic Colors of #F50D1B
Black with #F50D1B
Text Example
Text Example
White with #F50D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50D1B; }
p { color: rgb(245,13,27); }
H1.HeaderClassName
{
color: #F50D1B;
}
.AnyTagClassName
{
color: #F50D1B;
}
</style>
background-color css
<style>
a { background-color: #F50D1B; }
a { background-color: rgb(245,13,27); }
div.DivClassName
{
background-color: #F50D1B;
}
.BgClassName
{
background-color: #F50D1B;
}
</style>
border-color css
<style>
span { border-color: #F50D1B; }
span { border-color: rgb(245,13,27); }
td.TdClassName
{
border-color: #F50D1B;
}
.TagClassName
{
border-color: #F50D1B;
}
</style>