Shades of Torch Red #FB0D1F
Tints of Torch Red #FB0D1F
RGB
CMYK
RGB Variations
Color information
#FB0D1F (or 0xFB0D1F) is known color: Torch Red. HEX triplet: FB, 0D and 1F. RGB value is (251,13,31). Sum of RGB (Red+Green+Blue) = 251+13+31=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0D1F is #04F2E0. Grayscale: #565656. Windows color (decimal): -324321 or 2035195. OLE color: 2035195.
HSL color Cylindrical-coordinate representation of color #FB0D1F: hue angle of 355.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0D1F is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 31 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.02 |
| HSL | 355.46º | 0.97% | 0.52% | - |
| HSV(B) | 355.46º | 0.95% | 0.98% | - |
| XYZ | 40.17 | 20.9 | 3.21 | - |
| YUV | 86.21 | 96.85 | 245.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 31 | 0 | 0.95 | 0.88 | 0.02 | 355.46 | 0.97 | 0.52 |
| Hex | FB | D | 1F | 0 | 5F | 58 | 2 | 163 | 61 | 34 |
| Octal | 373 | 15 | 37 | 0 | 137 | 130 | 2 | 543 | 141 | 64 |
| Binary | 11111011 | 1101 | 11111 | 0 | 1011111 | 1011000 | 10 | 101100011 | 1100001 | 110100 |
Color Harmonies of #FB0D1F
Complementary color
Monochromatic Colors of #FB0D1F
Black with #FB0D1F
Text Example
Text Example
White with #FB0D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D1F; }
p { color: rgb(251,13,31); }
H1.HeaderClassName
{
color: #FB0D1F;
}
.AnyTagClassName
{
color: #FB0D1F;
}
</style>
background-color css
<style>
a { background-color: #FB0D1F; }
a { background-color: rgb(251,13,31); }
div.DivClassName
{
background-color: #FB0D1F;
}
.BgClassName
{
background-color: #FB0D1F;
}
</style>
border-color css
<style>
span { border-color: #FB0D1F; }
span { border-color: rgb(251,13,31); }
td.TdClassName
{
border-color: #FB0D1F;
}
.TagClassName
{
border-color: #FB0D1F;
}
</style>