Shades of Torch Red #FF172A
Tints of Torch Red #FF172A
RGB
CMYK
RGB Variations
Color information
#FF172A (or 0xFF172A) is known color: Torch Red. HEX triplet: FF, 17 and 2A. RGB value is (255,23,42). Sum of RGB (Red+Green+Blue) = 255+23+42=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF172A is #00E8D5. Grayscale: #5E5E5E. Windows color (decimal): -59606 or 2758655. OLE color: 2758655.
HSL color Cylindrical-coordinate representation of color #FF172A: hue angle of 355.09º 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 #FF172A is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 42 | - |
| CMYK | 0 | 0.91 | 0.84 | 0 |
| HSL | 355.09º | 1% | 0.55% | - |
| HSV(B) | 355.09º | 0.91% | 1% | - |
| XYZ | 41.96 | 22.04 | 4.23 | - |
| YUV | 94.53 | 98.36 | 242.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 42 | 0 | 0.91 | 0.84 | 0 | 355.09 | 1 | 0.55 |
| Hex | FF | 17 | 2A | 0 | 5B | 54 | 0 | 163 | 64 | 37 |
| Octal | 377 | 27 | 52 | 0 | 133 | 124 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 10111 | 101010 | 0 | 1011011 | 1010100 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF172A
Complementary color
Monochromatic Colors of #FF172A
Black with #FF172A
Text Example
Text Example
White with #FF172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF172A; }
p { color: rgb(255,23,42); }
H1.HeaderClassName
{
color: #FF172A;
}
.AnyTagClassName
{
color: #FF172A;
}
</style>
background-color css
<style>
a { background-color: #FF172A; }
a { background-color: rgb(255,23,42); }
div.DivClassName
{
background-color: #FF172A;
}
.BgClassName
{
background-color: #FF172A;
}
</style>
border-color css
<style>
span { border-color: #FF172A; }
span { border-color: rgb(255,23,42); }
td.TdClassName
{
border-color: #FF172A;
}
.TagClassName
{
border-color: #FF172A;
}
</style>