Shades of Torch Red #FB1729
Tints of Torch Red #FB1729
RGB
CMYK
RGB Variations
Color information
#FB1729 (or 0xFB1729) is known color: Torch Red. HEX triplet: FB, 17 and 29. RGB value is (251,23,41). Sum of RGB (Red+Green+Blue) = 251+23+41=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1729 is #04E8D6. Grayscale: #5D5D5D. Windows color (decimal): -321751 or 2693115. OLE color: 2693115.
HSL color Cylindrical-coordinate representation of color #FB1729: hue angle of 355.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1729 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 41 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.02 |
| HSL | 355.26º | 0.97% | 0.54% | - |
| HSV(B) | 355.26º | 0.91% | 0.98% | - |
| XYZ | 40.49 | 21.28 | 4.07 | - |
| YUV | 93.22 | 98.54 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 41 | 0 | 0.91 | 0.84 | 0.02 | 355.26 | 0.97 | 0.54 |
| Hex | FB | 17 | 29 | 0 | 5B | 54 | 2 | 163 | 61 | 36 |
| Octal | 373 | 27 | 51 | 0 | 133 | 124 | 2 | 543 | 141 | 66 |
| Binary | 11111011 | 10111 | 101001 | 0 | 1011011 | 1010100 | 10 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FB1729
Complementary color
Monochromatic Colors of #FB1729
Black with #FB1729
Text Example
Text Example
White with #FB1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1729; }
p { color: rgb(251,23,41); }
H1.HeaderClassName
{
color: #FB1729;
}
.AnyTagClassName
{
color: #FB1729;
}
</style>
background-color css
<style>
a { background-color: #FB1729; }
a { background-color: rgb(251,23,41); }
div.DivClassName
{
background-color: #FB1729;
}
.BgClassName
{
background-color: #FB1729;
}
</style>
border-color css
<style>
span { border-color: #FB1729; }
span { border-color: rgb(251,23,41); }
td.TdClassName
{
border-color: #FB1729;
}
.TagClassName
{
border-color: #FB1729;
}
</style>