Shades of Torch Red #FB1D29
Tints of Torch Red #FB1D29
RGB
CMYK
RGB Variations
Color information
#FB1D29 (or 0xFB1D29) is known color: Torch Red. HEX triplet: FB, 1D and 29. RGB value is (251,29,41). Sum of RGB (Red+Green+Blue) = 251+29+41=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1D29 is #04E2D6. Grayscale: #606060. Windows color (decimal): -320215 or 2694651. OLE color: 2694651.
HSL color Cylindrical-coordinate representation of color #FB1D29: hue angle of 356.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D29 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 41 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.02 |
| HSL | 356.76º | 0.97% | 0.55% | - |
| HSV(B) | 356.76º | 0.88% | 0.98% | - |
| XYZ | 40.62 | 21.55 | 4.12 | - |
| YUV | 96.75 | 96.55 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 41 | 0 | 0.88 | 0.84 | 0.02 | 356.76 | 0.97 | 0.55 |
| Hex | FB | 1D | 29 | 0 | 58 | 54 | 2 | 165 | 61 | 37 |
| Octal | 373 | 35 | 51 | 0 | 130 | 124 | 2 | 545 | 141 | 67 |
| Binary | 11111011 | 11101 | 101001 | 0 | 1011000 | 1010100 | 10 | 101100101 | 1100001 | 110111 |
Color Harmonies of #FB1D29
Complementary color
Monochromatic Colors of #FB1D29
Black with #FB1D29
Text Example
Text Example
White with #FB1D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D29; }
p { color: rgb(251,29,41); }
H1.HeaderClassName
{
color: #FB1D29;
}
.AnyTagClassName
{
color: #FB1D29;
}
</style>
background-color css
<style>
a { background-color: #FB1D29; }
a { background-color: rgb(251,29,41); }
div.DivClassName
{
background-color: #FB1D29;
}
.BgClassName
{
background-color: #FB1D29;
}
</style>
border-color css
<style>
span { border-color: #FB1D29; }
span { border-color: rgb(251,29,41); }
td.TdClassName
{
border-color: #FB1D29;
}
.TagClassName
{
border-color: #FB1D29;
}
</style>