Shades of Torch Red #FB1B2D
Tints of Torch Red #FB1B2D
RGB
CMYK
RGB Variations
Color information
#FB1B2D (or 0xFB1B2D) is known color: Torch Red. HEX triplet: FB, 1B and 2D. RGB value is (251,27,45). Sum of RGB (Red+Green+Blue) = 251+27+45=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1B2D is #04E4D2. Grayscale: #606060. Windows color (decimal): -320723 or 2956283. OLE color: 2956283.
HSL color Cylindrical-coordinate representation of color #FB1B2D: hue angle of 355.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1B2D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 45 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.02 |
| HSL | 355.18º | 0.97% | 0.55% | - |
| HSV(B) | 355.18º | 0.89% | 0.98% | - |
| XYZ | 40.65 | 21.48 | 4.49 | - |
| YUV | 96.03 | 99.21 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 45 | 0 | 0.89 | 0.82 | 0.02 | 355.18 | 0.97 | 0.55 |
| Hex | FB | 1B | 2D | 0 | 59 | 52 | 2 | 163 | 61 | 37 |
| Octal | 373 | 33 | 55 | 0 | 131 | 122 | 2 | 543 | 141 | 67 |
| Binary | 11111011 | 11011 | 101101 | 0 | 1011001 | 1010010 | 10 | 101100011 | 1100001 | 110111 |
Color Harmonies of #FB1B2D
Complementary color
Monochromatic Colors of #FB1B2D
Black with #FB1B2D
Text Example
Text Example
White with #FB1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1B2D; }
p { color: rgb(251,27,45); }
H1.HeaderClassName
{
color: #FB1B2D;
}
.AnyTagClassName
{
color: #FB1B2D;
}
</style>
background-color css
<style>
a { background-color: #FB1B2D; }
a { background-color: rgb(251,27,45); }
div.DivClassName
{
background-color: #FB1B2D;
}
.BgClassName
{
background-color: #FB1B2D;
}
</style>
border-color css
<style>
span { border-color: #FB1B2D; }
span { border-color: rgb(251,27,45); }
td.TdClassName
{
border-color: #FB1B2D;
}
.TagClassName
{
border-color: #FB1B2D;
}
</style>