Shades of Torch Red #FF174B
Tints of Torch Red #FF174B
RGB
CMYK
RGB Variations
Color information
#FF174B (or 0xFF174B) is known color: Torch Red. HEX triplet: FF, 17 and 4B. RGB value is (255,23,75). Sum of RGB (Red+Green+Blue) = 255+23+75=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF174B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF174B is #00E8B4. Grayscale: #626262. Windows color (decimal): -59573 or 4921343. OLE color: 4921343.
HSL color Cylindrical-coordinate representation of color #FF174B: hue angle of 346.55º 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 #FF174B is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 75 | - |
| CMYK | 0 | 0.91 | 0.71 | 0 |
| HSL | 346.55º | 1% | 0.55% | - |
| HSV(B) | 346.55º | 0.91% | 1% | - |
| XYZ | 42.82 | 22.38 | 8.72 | - |
| YUV | 98.3 | 114.86 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 75 | 0 | 0.91 | 0.71 | 0 | 346.55 | 1 | 0.55 |
| Hex | FF | 17 | 4B | 0 | 5B | 47 | 0 | 15B | 64 | 37 |
| Octal | 377 | 27 | 113 | 0 | 133 | 107 | 0 | 533 | 144 | 67 |
| Binary | 11111111 | 10111 | 1001011 | 0 | 1011011 | 1000111 | 0 | 101011011 | 1100100 | 110111 |
Color Harmonies of #FF174B
Complementary color
Monochromatic Colors of #FF174B
Black with #FF174B
Text Example
Text Example
White with #FF174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF174B; }
p { color: rgb(255,23,75); }
H1.HeaderClassName
{
color: #FF174B;
}
.AnyTagClassName
{
color: #FF174B;
}
</style>
background-color css
<style>
a { background-color: #FF174B; }
a { background-color: rgb(255,23,75); }
div.DivClassName
{
background-color: #FF174B;
}
.BgClassName
{
background-color: #FF174B;
}
</style>
border-color css
<style>
span { border-color: #FF174B; }
span { border-color: rgb(255,23,75); }
td.TdClassName
{
border-color: #FF174B;
}
.TagClassName
{
border-color: #FF174B;
}
</style>