Shades of Torch Red #FB1030
Tints of Torch Red #FB1030
RGB
CMYK
RGB Variations
Color information
#FB1030 (or 0xFB1030) is known color: Torch Red. HEX triplet: FB, 10 and 30. RGB value is (251,16,48). Sum of RGB (Red+Green+Blue) = 251+16+48=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1030 is #04EFCF. Grayscale: #5A5A5A. Windows color (decimal): -323536 or 3150075. OLE color: 3150075.
HSL color Cylindrical-coordinate representation of color #FB1030: hue angle of 351.83º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1030 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 48 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.02 |
| HSL | 351.83º | 0.97% | 0.52% | - |
| HSV(B) | 351.83º | 0.94% | 0.98% | - |
| XYZ | 40.5 | 21.09 | 4.73 | - |
| YUV | 89.91 | 104.36 | 242.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 48 | 0 | 0.94 | 0.81 | 0.02 | 351.83 | 0.97 | 0.52 |
| Hex | FB | 10 | 30 | 0 | 5E | 51 | 2 | 160 | 61 | 34 |
| Octal | 373 | 20 | 60 | 0 | 136 | 121 | 2 | 540 | 141 | 64 |
| Binary | 11111011 | 10000 | 110000 | 0 | 1011110 | 1010001 | 10 | 101100000 | 1100001 | 110100 |
Color Harmonies of #FB1030
Complementary color
Monochromatic Colors of #FB1030
Black with #FB1030
Text Example
Text Example
White with #FB1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1030; }
p { color: rgb(251,16,48); }
H1.HeaderClassName
{
color: #FB1030;
}
.AnyTagClassName
{
color: #FB1030;
}
</style>
background-color css
<style>
a { background-color: #FB1030; }
a { background-color: rgb(251,16,48); }
div.DivClassName
{
background-color: #FB1030;
}
.BgClassName
{
background-color: #FB1030;
}
</style>
border-color css
<style>
span { border-color: #FB1030; }
span { border-color: rgb(251,16,48); }
td.TdClassName
{
border-color: #FB1030;
}
.TagClassName
{
border-color: #FB1030;
}
</style>