Shades of Torch Red #FF0D47
Tints of Torch Red #FF0D47
RGB
CMYK
RGB Variations
Color information
#FF0D47 (or 0xFF0D47) is known color: Torch Red. HEX triplet: FF, 0D and 47. RGB value is (255,13,71). Sum of RGB (Red+Green+Blue) = 255+13+71=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D47 is #00F2B8. Grayscale: #5B5B5B. Windows color (decimal): -62137 or 4656639. OLE color: 4656639.
HSL color Cylindrical-coordinate representation of color #FF0D47: hue angle of 345.62º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D47 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 71 | - |
| CMYK | 0 | 0.95 | 0.72 | 0 |
| HSL | 345.62º | 1% | 0.53% | - |
| HSV(B) | 345.62º | 0.95% | 1% | - |
| XYZ | 42.52 | 22 | 7.97 | - |
| YUV | 91.97 | 116.17 | 244.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 71 | 0 | 0.95 | 0.72 | 0 | 345.62 | 1 | 0.53 |
| Hex | FF | D | 47 | 0 | 5F | 48 | 0 | 15A | 64 | 35 |
| Octal | 377 | 15 | 107 | 0 | 137 | 110 | 0 | 532 | 144 | 65 |
| Binary | 11111111 | 1101 | 1000111 | 0 | 1011111 | 1001000 | 0 | 101011010 | 1100100 | 110101 |
Color Harmonies of #FF0D47
Complementary color
Monochromatic Colors of #FF0D47
Black with #FF0D47
Text Example
Text Example
White with #FF0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D47; }
p { color: rgb(255,13,71); }
H1.HeaderClassName
{
color: #FF0D47;
}
.AnyTagClassName
{
color: #FF0D47;
}
</style>
background-color css
<style>
a { background-color: #FF0D47; }
a { background-color: rgb(255,13,71); }
div.DivClassName
{
background-color: #FF0D47;
}
.BgClassName
{
background-color: #FF0D47;
}
</style>
border-color css
<style>
span { border-color: #FF0D47; }
span { border-color: rgb(255,13,71); }
td.TdClassName
{
border-color: #FF0D47;
}
.TagClassName
{
border-color: #FF0D47;
}
</style>