Shades of Torch Red #FF172B
Tints of Torch Red #FF172B
RGB
CMYK
RGB Variations
Color information
#FF172B (or 0xFF172B) is known color: Torch Red. HEX triplet: FF, 17 and 2B. RGB value is (255,23,43). Sum of RGB (Red+Green+Blue) = 255+23+43=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF172B is #00E8D4. Grayscale: #5E5E5E. Windows color (decimal): -59605 or 2824191. OLE color: 2824191.
HSL color Cylindrical-coordinate representation of color #FF172B: hue angle of 354.83º 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 #FF172B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0 |
| HSL | 354.83º | 1% | 0.55% | - |
| HSV(B) | 354.83º | 0.91% | 1% | - |
| XYZ | 41.98 | 22.05 | 4.33 | - |
| YUV | 94.65 | 98.86 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 43 | 0 | 0.91 | 0.83 | 0 | 354.83 | 1 | 0.55 |
| Hex | FF | 17 | 2B | 0 | 5B | 53 | 0 | 163 | 64 | 37 |
| Octal | 377 | 27 | 53 | 0 | 133 | 123 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 10111 | 101011 | 0 | 1011011 | 1010011 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF172B
Complementary color
Monochromatic Colors of #FF172B
Black with #FF172B
Text Example
Text Example
White with #FF172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF172B; }
p { color: rgb(255,23,43); }
H1.HeaderClassName
{
color: #FF172B;
}
.AnyTagClassName
{
color: #FF172B;
}
</style>
background-color css
<style>
a { background-color: #FF172B; }
a { background-color: rgb(255,23,43); }
div.DivClassName
{
background-color: #FF172B;
}
.BgClassName
{
background-color: #FF172B;
}
</style>
border-color css
<style>
span { border-color: #FF172B; }
span { border-color: rgb(255,23,43); }
td.TdClassName
{
border-color: #FF172B;
}
.TagClassName
{
border-color: #FF172B;
}
</style>