Shades of Torch Red #FB102C
Tints of Torch Red #FB102C
RGB
CMYK
RGB Variations
Color information
#FB102C (or 0xFB102C) is known color: Torch Red. HEX triplet: FB, 10 and 2C. RGB value is (251,16,44). Sum of RGB (Red+Green+Blue) = 251+16+44=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB102C is #04EFD3. Grayscale: #595959. Windows color (decimal): -323540 or 2887931. OLE color: 2887931.
HSL color Cylindrical-coordinate representation of color #FB102C: hue angle of 352.85º 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 #FB102C is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 44 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.02 |
| HSL | 352.85º | 0.97% | 0.52% | - |
| HSV(B) | 352.85º | 0.94% | 0.98% | - |
| XYZ | 40.42 | 21.06 | 4.32 | - |
| YUV | 89.46 | 102.36 | 243.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 44 | 0 | 0.94 | 0.82 | 0.02 | 352.85 | 0.97 | 0.52 |
| Hex | FB | 10 | 2C | 0 | 5E | 52 | 2 | 161 | 61 | 34 |
| Octal | 373 | 20 | 54 | 0 | 136 | 122 | 2 | 541 | 141 | 64 |
| Binary | 11111011 | 10000 | 101100 | 0 | 1011110 | 1010010 | 10 | 101100001 | 1100001 | 110100 |
Color Harmonies of #FB102C
Complementary color
Monochromatic Colors of #FB102C
Black with #FB102C
Text Example
Text Example
White with #FB102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB102C; }
p { color: rgb(251,16,44); }
H1.HeaderClassName
{
color: #FB102C;
}
.AnyTagClassName
{
color: #FB102C;
}
</style>
background-color css
<style>
a { background-color: #FB102C; }
a { background-color: rgb(251,16,44); }
div.DivClassName
{
background-color: #FB102C;
}
.BgClassName
{
background-color: #FB102C;
}
</style>
border-color css
<style>
span { border-color: #FB102C; }
span { border-color: rgb(251,16,44); }
td.TdClassName
{
border-color: #FB102C;
}
.TagClassName
{
border-color: #FB102C;
}
</style>