Shades of Torch Red #FB1629
Tints of Torch Red #FB1629
RGB
CMYK
RGB Variations
Color information
#FB1629 (or 0xFB1629) is known color: Torch Red. HEX triplet: FB, 16 and 29. RGB value is (251,22,41). Sum of RGB (Red+Green+Blue) = 251+22+41=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1629 is #04E9D6. Grayscale: #5C5C5C. Windows color (decimal): -322007 or 2692859. OLE color: 2692859.
HSL color Cylindrical-coordinate representation of color #FB1629: hue angle of 355.02º 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 #FB1629 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 41 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.02 |
| HSL | 355.02º | 0.97% | 0.54% | - |
| HSV(B) | 355.02º | 0.91% | 0.98% | - |
| XYZ | 40.47 | 21.24 | 4.07 | - |
| YUV | 92.64 | 98.87 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 41 | 0 | 0.91 | 0.84 | 0.02 | 355.02 | 0.97 | 0.54 |
| Hex | FB | 16 | 29 | 0 | 5B | 54 | 2 | 163 | 61 | 36 |
| Octal | 373 | 26 | 51 | 0 | 133 | 124 | 2 | 543 | 141 | 66 |
| Binary | 11111011 | 10110 | 101001 | 0 | 1011011 | 1010100 | 10 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FB1629
Complementary color
Monochromatic Colors of #FB1629
Black with #FB1629
Text Example
Text Example
White with #FB1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1629; }
p { color: rgb(251,22,41); }
H1.HeaderClassName
{
color: #FB1629;
}
.AnyTagClassName
{
color: #FB1629;
}
</style>
background-color css
<style>
a { background-color: #FB1629; }
a { background-color: rgb(251,22,41); }
div.DivClassName
{
background-color: #FB1629;
}
.BgClassName
{
background-color: #FB1629;
}
</style>
border-color css
<style>
span { border-color: #FB1629; }
span { border-color: rgb(251,22,41); }
td.TdClassName
{
border-color: #FB1629;
}
.TagClassName
{
border-color: #FB1629;
}
</style>