Shades of Torch Red #FF0017
Tints of Torch Red #FF0017
RGB
CMYK
RGB Variations
Color information
#FF0017 (or 0xFF0017) is known color: Torch Red. HEX triplet: FF, 00 and 17. RGB value is (255,0,23). Sum of RGB (Red+Green+Blue) = 255+0+23=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0017 is #00FFE8. Grayscale: #4F4F4F. Windows color (decimal): -65513 or 1507583. OLE color: 1507583.
HSL color Cylindrical-coordinate representation of color #FF0017: hue angle of 354.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0017 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.91 | 0 |
| HSL | 354.59º | 1% | 0.5% | - |
| HSV(B) | 354.59º | 1% | 1% | - |
| XYZ | 41.39 | 21.32 | 2.74 | - |
| YUV | 78.87 | 96.48 | 253.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 23 | 0 | 1 | 0.91 | 0 | 354.59 | 1 | 0.5 |
| Hex | FF | 0 | 17 | 0 | 64 | 5B | 0 | 163 | 64 | 32 |
| Octal | 377 | 0 | 27 | 0 | 144 | 133 | 0 | 543 | 144 | 62 |
| Binary | 11111111 | 0 | 10111 | 0 | 1100100 | 1011011 | 0 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FF0017
Complementary color
Monochromatic Colors of #FF0017
Black with #FF0017
Text Example
Text Example
White with #FF0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0017; }
p { color: rgb(255,0,23); }
H1.HeaderClassName
{
color: #FF0017;
}
.AnyTagClassName
{
color: #FF0017;
}
</style>
background-color css
<style>
a { background-color: #FF0017; }
a { background-color: rgb(255,0,23); }
div.DivClassName
{
background-color: #FF0017;
}
.BgClassName
{
background-color: #FF0017;
}
</style>
border-color css
<style>
span { border-color: #FF0017; }
span { border-color: rgb(255,0,23); }
td.TdClassName
{
border-color: #FF0017;
}
.TagClassName
{
border-color: #FF0017;
}
</style>