Shades of Torch Red #FF0D4D
Tints of Torch Red #FF0D4D
RGB
CMYK
RGB Variations
Color information
#FF0D4D (or 0xFF0D4D) is known color: Torch Red. HEX triplet: FF, 0D and 4D. RGB value is (255,13,77). Sum of RGB (Red+Green+Blue) = 255+13+77=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D4D is #00F2B2. Grayscale: #5C5C5C. Windows color (decimal): -62131 or 5049855. OLE color: 5049855.
HSL color Cylindrical-coordinate representation of color #FF0D4D: hue angle of 344.13º 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 #FF0D4D is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 77 | - |
| CMYK | 0 | 0.95 | 0.70 | 0 |
| HSL | 344.13º | 1% | 0.53% | - |
| HSV(B) | 344.13º | 0.95% | 1% | - |
| XYZ | 42.72 | 22.08 | 9.03 | - |
| YUV | 92.65 | 119.17 | 243.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 77 | 0 | 0.95 | 0.70 | 0 | 344.13 | 1 | 0.53 |
| Hex | FF | D | 4D | 0 | 5F | 46 | 0 | 158 | 64 | 35 |
| Octal | 377 | 15 | 115 | 0 | 137 | 106 | 0 | 530 | 144 | 65 |
| Binary | 11111111 | 1101 | 1001101 | 0 | 1011111 | 1000110 | 0 | 101011000 | 1100100 | 110101 |
Color Harmonies of #FF0D4D
Complementary color
Monochromatic Colors of #FF0D4D
Black with #FF0D4D
Text Example
Text Example
White with #FF0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D4D; }
p { color: rgb(255,13,77); }
H1.HeaderClassName
{
color: #FF0D4D;
}
.AnyTagClassName
{
color: #FF0D4D;
}
</style>
background-color css
<style>
a { background-color: #FF0D4D; }
a { background-color: rgb(255,13,77); }
div.DivClassName
{
background-color: #FF0D4D;
}
.BgClassName
{
background-color: #FF0D4D;
}
</style>
border-color css
<style>
span { border-color: #FF0D4D; }
span { border-color: rgb(255,13,77); }
td.TdClassName
{
border-color: #FF0D4D;
}
.TagClassName
{
border-color: #FF0D4D;
}
</style>