Shades of Torch Red #FF0510
Tints of Torch Red #FF0510
RGB
CMYK
RGB Variations
Color information
#FF0510 (or 0xFF0510) is known color: Torch Red. HEX triplet: FF, 05 and 10. RGB value is (255,5,16). Sum of RGB (Red+Green+Blue) = 255+5+16=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0510 is #00FAEF. Grayscale: #515151. Windows color (decimal): -64240 or 1050111. OLE color: 1050111.
HSL color Cylindrical-coordinate representation of color #FF0510: hue angle of 357.36º 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 #FF0510 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 16 | - |
| CMYK | 0 | 0.98 | 0.94 | 0 |
| HSL | 357.36º | 1% | 0.51% | - |
| HSV(B) | 357.36º | 0.98% | 1% | - |
| XYZ | 41.39 | 21.41 | 2.44 | - |
| YUV | 81 | 91.33 | 252.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 16 | 0 | 0.98 | 0.94 | 0 | 357.36 | 1 | 0.51 |
| Hex | FF | 5 | 10 | 0 | 62 | 5E | 0 | 165 | 64 | 33 |
| Octal | 377 | 5 | 20 | 0 | 142 | 136 | 0 | 545 | 144 | 63 |
| Binary | 11111111 | 101 | 10000 | 0 | 1100010 | 1011110 | 0 | 101100101 | 1100100 | 110011 |
Color Harmonies of #FF0510
Complementary color
Monochromatic Colors of #FF0510
Black with #FF0510
Text Example
Text Example
White with #FF0510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0510; }
p { color: rgb(255,5,16); }
H1.HeaderClassName
{
color: #FF0510;
}
.AnyTagClassName
{
color: #FF0510;
}
</style>
background-color css
<style>
a { background-color: #FF0510; }
a { background-color: rgb(255,5,16); }
div.DivClassName
{
background-color: #FF0510;
}
.BgClassName
{
background-color: #FF0510;
}
</style>
border-color css
<style>
span { border-color: #FF0510; }
span { border-color: rgb(255,5,16); }
td.TdClassName
{
border-color: #FF0510;
}
.TagClassName
{
border-color: #FF0510;
}
</style>