Shades of Torch Red #FF173D
Tints of Torch Red #FF173D
RGB
CMYK
RGB Variations
Color information
#FF173D (or 0xFF173D) is known color: Torch Red. HEX triplet: FF, 17 and 3D. RGB value is (255,23,61). Sum of RGB (Red+Green+Blue) = 255+23+61=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF173D is #00E8C2. Grayscale: #606060. Windows color (decimal): -59587 or 4003839. OLE color: 4003839.
HSL color Cylindrical-coordinate representation of color #FF173D: hue angle of 350.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF173D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 61 | - |
| CMYK | 0 | 0.91 | 0.76 | 0 |
| HSL | 350.17º | 1% | 0.55% | - |
| HSV(B) | 350.17º | 0.91% | 1% | - |
| XYZ | 42.39 | 22.21 | 6.47 | - |
| YUV | 96.7 | 107.86 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 61 | 0 | 0.91 | 0.76 | 0 | 350.17 | 1 | 0.55 |
| Hex | FF | 17 | 3D | 0 | 5B | 4C | 0 | 15E | 64 | 37 |
| Octal | 377 | 27 | 75 | 0 | 133 | 114 | 0 | 536 | 144 | 67 |
| Binary | 11111111 | 10111 | 111101 | 0 | 1011011 | 1001100 | 0 | 101011110 | 1100100 | 110111 |
Color Harmonies of #FF173D
Complementary color
Monochromatic Colors of #FF173D
Black with #FF173D
Text Example
Text Example
White with #FF173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF173D; }
p { color: rgb(255,23,61); }
H1.HeaderClassName
{
color: #FF173D;
}
.AnyTagClassName
{
color: #FF173D;
}
</style>
background-color css
<style>
a { background-color: #FF173D; }
a { background-color: rgb(255,23,61); }
div.DivClassName
{
background-color: #FF173D;
}
.BgClassName
{
background-color: #FF173D;
}
</style>
border-color css
<style>
span { border-color: #FF173D; }
span { border-color: rgb(255,23,61); }
td.TdClassName
{
border-color: #FF173D;
}
.TagClassName
{
border-color: #FF173D;
}
</style>