Shades of Torch Red #FB0D2B
Tints of Torch Red #FB0D2B
RGB
CMYK
RGB Variations
Color information
#FB0D2B (or 0xFB0D2B) is known color: Torch Red. HEX triplet: FB, 0D and 2B. RGB value is (251,13,43). Sum of RGB (Red+Green+Blue) = 251+13+43=307 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.76% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0D2B is #04F2D4. Grayscale: #575757. Windows color (decimal): -324309 or 2821627. OLE color: 2821627.
HSL color Cylindrical-coordinate representation of color #FB0D2B: hue angle of 352.44º 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 #FB0D2B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 43 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.02 |
| HSL | 352.44º | 0.97% | 0.52% | - |
| HSV(B) | 352.44º | 0.95% | 0.98% | - |
| XYZ | 40.36 | 20.97 | 4.21 | - |
| YUV | 87.58 | 102.85 | 244.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 43 | 0 | 0.95 | 0.83 | 0.02 | 352.44 | 0.97 | 0.52 |
| Hex | FB | D | 2B | 0 | 5F | 53 | 2 | 160 | 61 | 34 |
| Octal | 373 | 15 | 53 | 0 | 137 | 123 | 2 | 540 | 141 | 64 |
| Binary | 11111011 | 1101 | 101011 | 0 | 1011111 | 1010011 | 10 | 101100000 | 1100001 | 110100 |
Color Harmonies of #FB0D2B
Complementary color
Monochromatic Colors of #FB0D2B
Black with #FB0D2B
Text Example
Text Example
White with #FB0D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D2B; }
p { color: rgb(251,13,43); }
H1.HeaderClassName
{
color: #FB0D2B;
}
.AnyTagClassName
{
color: #FB0D2B;
}
</style>
background-color css
<style>
a { background-color: #FB0D2B; }
a { background-color: rgb(251,13,43); }
div.DivClassName
{
background-color: #FB0D2B;
}
.BgClassName
{
background-color: #FB0D2B;
}
</style>
border-color css
<style>
span { border-color: #FB0D2B; }
span { border-color: rgb(251,13,43); }
td.TdClassName
{
border-color: #FB0D2B;
}
.TagClassName
{
border-color: #FB0D2B;
}
</style>