Shades of Torch Red #FF174C
Tints of Torch Red #FF174C
RGB
CMYK
RGB Variations
Color information
#FF174C (or 0xFF174C) is known color: Torch Red. HEX triplet: FF, 17 and 4C. RGB value is (255,23,76). Sum of RGB (Red+Green+Blue) = 255+23+76=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF174C is #00E8B3. Grayscale: #626262. Windows color (decimal): -59572 or 4986879. OLE color: 4986879.
HSL color Cylindrical-coordinate representation of color #FF174C: hue angle of 346.29º 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 #FF174C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 76 | - |
| CMYK | 0 | 0.91 | 0.70 | 0 |
| HSL | 346.29º | 1% | 0.55% | - |
| HSV(B) | 346.29º | 0.91% | 1% | - |
| XYZ | 42.85 | 22.39 | 8.9 | - |
| YUV | 98.41 | 115.36 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 76 | 0 | 0.91 | 0.70 | 0 | 346.29 | 1 | 0.55 |
| Hex | FF | 17 | 4C | 0 | 5B | 46 | 0 | 15A | 64 | 37 |
| Octal | 377 | 27 | 114 | 0 | 133 | 106 | 0 | 532 | 144 | 67 |
| Binary | 11111111 | 10111 | 1001100 | 0 | 1011011 | 1000110 | 0 | 101011010 | 1100100 | 110111 |
Color Harmonies of #FF174C
Complementary color
Monochromatic Colors of #FF174C
Black with #FF174C
Text Example
Text Example
White with #FF174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF174C; }
p { color: rgb(255,23,76); }
H1.HeaderClassName
{
color: #FF174C;
}
.AnyTagClassName
{
color: #FF174C;
}
</style>
background-color css
<style>
a { background-color: #FF174C; }
a { background-color: rgb(255,23,76); }
div.DivClassName
{
background-color: #FF174C;
}
.BgClassName
{
background-color: #FF174C;
}
</style>
border-color css
<style>
span { border-color: #FF174C; }
span { border-color: rgb(255,23,76); }
td.TdClassName
{
border-color: #FF174C;
}
.TagClassName
{
border-color: #FF174C;
}
</style>