Shades of Torch Red #FB0D2F
Tints of Torch Red #FB0D2F
RGB
CMYK
RGB Variations
Color information
#FB0D2F (or 0xFB0D2F) is known color: Torch Red. HEX triplet: FB, 0D and 2F. RGB value is (251,13,47). Sum of RGB (Red+Green+Blue) = 251+13+47=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0D2F is #04F2D0. Grayscale: #585858. Windows color (decimal): -324305 or 3083771. OLE color: 3083771.
HSL color Cylindrical-coordinate representation of color #FB0D2F: hue angle of 351.43º 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 #FB0D2F is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 47 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.02 |
| HSL | 351.43º | 0.97% | 0.52% | - |
| HSV(B) | 351.43º | 0.95% | 0.98% | - |
| XYZ | 40.44 | 21 | 4.61 | - |
| YUV | 88.04 | 104.85 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 47 | 0 | 0.95 | 0.81 | 0.02 | 351.43 | 0.97 | 0.52 |
| Hex | FB | D | 2F | 0 | 5F | 51 | 2 | 15F | 61 | 34 |
| Octal | 373 | 15 | 57 | 0 | 137 | 121 | 2 | 537 | 141 | 64 |
| Binary | 11111011 | 1101 | 101111 | 0 | 1011111 | 1010001 | 10 | 101011111 | 1100001 | 110100 |
Color Harmonies of #FB0D2F
Complementary color
Monochromatic Colors of #FB0D2F
Black with #FB0D2F
Text Example
Text Example
White with #FB0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D2F; }
p { color: rgb(251,13,47); }
H1.HeaderClassName
{
color: #FB0D2F;
}
.AnyTagClassName
{
color: #FB0D2F;
}
</style>
background-color css
<style>
a { background-color: #FB0D2F; }
a { background-color: rgb(251,13,47); }
div.DivClassName
{
background-color: #FB0D2F;
}
.BgClassName
{
background-color: #FB0D2F;
}
</style>
border-color css
<style>
span { border-color: #FB0D2F; }
span { border-color: rgb(251,13,47); }
td.TdClassName
{
border-color: #FB0D2F;
}
.TagClassName
{
border-color: #FB0D2F;
}
</style>