Shades of Torch Red #FB0A1D
Tints of Torch Red #FB0A1D
RGB
CMYK
RGB Variations
Color information
#FB0A1D (or 0xFB0A1D) is known color: Torch Red. HEX triplet: FB, 0A and 1D. RGB value is (251,10,29). Sum of RGB (Red+Green+Blue) = 251+10+29=290 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.55% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0A1D is #04F5E2. Grayscale: #545454. Windows color (decimal): -325091 or 1903355. OLE color: 1903355.
HSL color Cylindrical-coordinate representation of color #FB0A1D: hue angle of 355.27º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A1D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.02 |
| HSL | 355.27º | 0.97% | 0.51% | - |
| HSV(B) | 355.27º | 0.96% | 0.98% | - |
| XYZ | 40.11 | 20.82 | 3.07 | - |
| YUV | 84.23 | 96.84 | 246.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 29 | 0 | 0.96 | 0.88 | 0.02 | 355.27 | 0.97 | 0.51 |
| Hex | FB | A | 1D | 0 | 60 | 58 | 2 | 163 | 61 | 33 |
| Octal | 373 | 12 | 35 | 0 | 140 | 130 | 2 | 543 | 141 | 63 |
| Binary | 11111011 | 1010 | 11101 | 0 | 1100000 | 1011000 | 10 | 101100011 | 1100001 | 110011 |
Color Harmonies of #FB0A1D
Complementary color
Monochromatic Colors of #FB0A1D
Black with #FB0A1D
Text Example
Text Example
White with #FB0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A1D; }
p { color: rgb(251,10,29); }
H1.HeaderClassName
{
color: #FB0A1D;
}
.AnyTagClassName
{
color: #FB0A1D;
}
</style>
background-color css
<style>
a { background-color: #FB0A1D; }
a { background-color: rgb(251,10,29); }
div.DivClassName
{
background-color: #FB0A1D;
}
.BgClassName
{
background-color: #FB0A1D;
}
</style>
border-color css
<style>
span { border-color: #FB0A1D; }
span { border-color: rgb(251,10,29); }
td.TdClassName
{
border-color: #FB0A1D;
}
.TagClassName
{
border-color: #FB0A1D;
}
</style>