Shades of Torch Red #FF0D51
Tints of Torch Red #FF0D51
RGB
CMYK
RGB Variations
Color information
#FF0D51 (or 0xFF0D51) is known color: Torch Red. HEX triplet: FF, 0D and 51. RGB value is (255,13,81). Sum of RGB (Red+Green+Blue) = 255+13+81=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D51 is #00F2AE. Grayscale: #5D5D5D. Windows color (decimal): -62127 or 5311999. OLE color: 5311999.
HSL color Cylindrical-coordinate representation of color #FF0D51: hue angle of 343.14º 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 #FF0D51 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 81 | - |
| CMYK | 0 | 0.95 | 0.68 | 0 |
| HSL | 343.14º | 1% | 0.53% | - |
| HSV(B) | 343.14º | 0.95% | 1% | - |
| XYZ | 42.87 | 22.14 | 9.8 | - |
| YUV | 93.11 | 121.17 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 81 | 0 | 0.95 | 0.68 | 0 | 343.14 | 1 | 0.53 |
| Hex | FF | D | 51 | 0 | 5F | 44 | 0 | 157 | 64 | 35 |
| Octal | 377 | 15 | 121 | 0 | 137 | 104 | 0 | 527 | 144 | 65 |
| Binary | 11111111 | 1101 | 1010001 | 0 | 1011111 | 1000100 | 0 | 101010111 | 1100100 | 110101 |
Color Harmonies of #FF0D51
Complementary color
Monochromatic Colors of #FF0D51
Black with #FF0D51
Text Example
Text Example
White with #FF0D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D51; }
p { color: rgb(255,13,81); }
H1.HeaderClassName
{
color: #FF0D51;
}
.AnyTagClassName
{
color: #FF0D51;
}
</style>
background-color css
<style>
a { background-color: #FF0D51; }
a { background-color: rgb(255,13,81); }
div.DivClassName
{
background-color: #FF0D51;
}
.BgClassName
{
background-color: #FF0D51;
}
</style>
border-color css
<style>
span { border-color: #FF0D51; }
span { border-color: rgb(255,13,81); }
td.TdClassName
{
border-color: #FF0D51;
}
.TagClassName
{
border-color: #FF0D51;
}
</style>