Shades of Torch Red #FF050E
Tints of Torch Red #FF050E
RGB
CMYK
RGB Variations
Color information
#FF050E (or 0xFF050E) is known color: Torch Red. HEX triplet: FF, 05 and 0E. RGB value is (255,5,14). Sum of RGB (Red+Green+Blue) = 255+5+14=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF050E is #00FAF1. Grayscale: #505050. Windows color (decimal): -64242 or 919039. OLE color: 919039.
HSL color Cylindrical-coordinate representation of color #FF050E: hue angle of 357.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF050E is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 14 | - |
| CMYK | 0 | 0.98 | 0.95 | 0 |
| HSL | 357.84º | 1% | 0.51% | - |
| HSV(B) | 357.84º | 0.98% | 1% | - |
| XYZ | 41.37 | 21.4 | 2.37 | - |
| YUV | 80.78 | 90.33 | 252.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 14 | 0 | 0.98 | 0.95 | 0 | 357.84 | 1 | 0.51 |
| Hex | FF | 5 | E | 0 | 62 | 5F | 0 | 166 | 64 | 33 |
| Octal | 377 | 5 | 16 | 0 | 142 | 137 | 0 | 546 | 144 | 63 |
| Binary | 11111111 | 101 | 1110 | 0 | 1100010 | 1011111 | 0 | 101100110 | 1100100 | 110011 |
Color Harmonies of #FF050E
Complementary color
Monochromatic Colors of #FF050E
Black with #FF050E
Text Example
Text Example
White with #FF050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF050E; }
p { color: rgb(255,5,14); }
H1.HeaderClassName
{
color: #FF050E;
}
.AnyTagClassName
{
color: #FF050E;
}
</style>
background-color css
<style>
a { background-color: #FF050E; }
a { background-color: rgb(255,5,14); }
div.DivClassName
{
background-color: #FF050E;
}
.BgClassName
{
background-color: #FF050E;
}
</style>
border-color css
<style>
span { border-color: #FF050E; }
span { border-color: rgb(255,5,14); }
td.TdClassName
{
border-color: #FF050E;
}
.TagClassName
{
border-color: #FF050E;
}
</style>