Shades of Torch Red #FF0D4E
Tints of Torch Red #FF0D4E
RGB
CMYK
RGB Variations
Color information
#FF0D4E (or 0xFF0D4E) is known color: Torch Red. HEX triplet: FF, 0D and 4E. RGB value is (255,13,78). Sum of RGB (Red+Green+Blue) = 255+13+78=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D4E is #00F2B1. Grayscale: #5C5C5C. Windows color (decimal): -62130 or 5115391. OLE color: 5115391.
HSL color Cylindrical-coordinate representation of color #FF0D4E: hue angle of 343.88º 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 #FF0D4E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 78 | - |
| CMYK | 0 | 0.95 | 0.69 | 0 |
| HSL | 343.88º | 1% | 0.53% | - |
| HSV(B) | 343.88º | 0.95% | 1% | - |
| XYZ | 42.76 | 22.1 | 9.22 | - |
| YUV | 92.77 | 119.67 | 243.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 78 | 0 | 0.95 | 0.69 | 0 | 343.88 | 1 | 0.53 |
| Hex | FF | D | 4E | 0 | 5F | 45 | 0 | 158 | 64 | 35 |
| Octal | 377 | 15 | 116 | 0 | 137 | 105 | 0 | 530 | 144 | 65 |
| Binary | 11111111 | 1101 | 1001110 | 0 | 1011111 | 1000101 | 0 | 101011000 | 1100100 | 110101 |
Color Harmonies of #FF0D4E
Complementary color
Monochromatic Colors of #FF0D4E
Black with #FF0D4E
Text Example
Text Example
White with #FF0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D4E; }
p { color: rgb(255,13,78); }
H1.HeaderClassName
{
color: #FF0D4E;
}
.AnyTagClassName
{
color: #FF0D4E;
}
</style>
background-color css
<style>
a { background-color: #FF0D4E; }
a { background-color: rgb(255,13,78); }
div.DivClassName
{
background-color: #FF0D4E;
}
.BgClassName
{
background-color: #FF0D4E;
}
</style>
border-color css
<style>
span { border-color: #FF0D4E; }
span { border-color: rgb(255,13,78); }
td.TdClassName
{
border-color: #FF0D4E;
}
.TagClassName
{
border-color: #FF0D4E;
}
</style>