Shades of Torch Red #FF0517
Tints of Torch Red #FF0517
RGB
CMYK
RGB Variations
Color information
#FF0517 (or 0xFF0517) is known color: Torch Red. HEX triplet: FF, 05 and 17. RGB value is (255,5,23). Sum of RGB (Red+Green+Blue) = 255+5+23=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0517 is #00FAE8. Grayscale: #515151. Windows color (decimal): -64233 or 1508863. OLE color: 1508863.
HSL color Cylindrical-coordinate representation of color #FF0517: hue angle of 355.68º 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 #FF0517 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.91 | 0 |
| HSL | 355.68º | 1% | 0.51% | - |
| HSV(B) | 355.68º | 0.98% | 1% | - |
| XYZ | 41.45 | 21.43 | 2.76 | - |
| YUV | 81.8 | 94.83 | 251.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 23 | 0 | 0.98 | 0.91 | 0 | 355.68 | 1 | 0.51 |
| Hex | FF | 5 | 17 | 0 | 62 | 5B | 0 | 164 | 64 | 33 |
| Octal | 377 | 5 | 27 | 0 | 142 | 133 | 0 | 544 | 144 | 63 |
| Binary | 11111111 | 101 | 10111 | 0 | 1100010 | 1011011 | 0 | 101100100 | 1100100 | 110011 |
Color Harmonies of #FF0517
Complementary color
Monochromatic Colors of #FF0517
Black with #FF0517
Text Example
Text Example
White with #FF0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0517; }
p { color: rgb(255,5,23); }
H1.HeaderClassName
{
color: #FF0517;
}
.AnyTagClassName
{
color: #FF0517;
}
</style>
background-color css
<style>
a { background-color: #FF0517; }
a { background-color: rgb(255,5,23); }
div.DivClassName
{
background-color: #FF0517;
}
.BgClassName
{
background-color: #FF0517;
}
</style>
border-color css
<style>
span { border-color: #FF0517; }
span { border-color: rgb(255,5,23); }
td.TdClassName
{
border-color: #FF0517;
}
.TagClassName
{
border-color: #FF0517;
}
</style>