Shades of Torch Red #FF050F
Tints of Torch Red #FF050F
RGB
CMYK
RGB Variations
Color information
#FF050F (or 0xFF050F) is known color: Torch Red. HEX triplet: FF, 05 and 0F. RGB value is (255,5,15). Sum of RGB (Red+Green+Blue) = 255+5+15=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF050F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF050F is #00FAF0. Grayscale: #515151. Windows color (decimal): -64241 or 984575. OLE color: 984575.
HSL color Cylindrical-coordinate representation of color #FF050F: hue angle of 357.6º 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 #FF050F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 15 | - |
| CMYK | 0 | 0.98 | 0.94 | 0 |
| HSL | 357.6º | 1% | 0.51% | - |
| HSV(B) | 357.6º | 0.98% | 1% | - |
| XYZ | 41.38 | 21.4 | 2.4 | - |
| YUV | 80.89 | 90.83 | 252.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 15 | 0 | 0.98 | 0.94 | 0 | 357.6 | 1 | 0.51 |
| Hex | FF | 5 | F | 0 | 62 | 5E | 0 | 166 | 64 | 33 |
| Octal | 377 | 5 | 17 | 0 | 142 | 136 | 0 | 546 | 144 | 63 |
| Binary | 11111111 | 101 | 1111 | 0 | 1100010 | 1011110 | 0 | 101100110 | 1100100 | 110011 |
Color Harmonies of #FF050F
Complementary color
Monochromatic Colors of #FF050F
Black with #FF050F
Text Example
Text Example
White with #FF050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF050F; }
p { color: rgb(255,5,15); }
H1.HeaderClassName
{
color: #FF050F;
}
.AnyTagClassName
{
color: #FF050F;
}
</style>
background-color css
<style>
a { background-color: #FF050F; }
a { background-color: rgb(255,5,15); }
div.DivClassName
{
background-color: #FF050F;
}
.BgClassName
{
background-color: #FF050F;
}
</style>
border-color css
<style>
span { border-color: #FF050F; }
span { border-color: rgb(255,5,15); }
td.TdClassName
{
border-color: #FF050F;
}
.TagClassName
{
border-color: #FF050F;
}
</style>