Shades of Torch Red #FB122F
Tints of Torch Red #FB122F
RGB
CMYK
RGB Variations
Color information
#FB122F (or 0xFB122F) is known color: Torch Red. HEX triplet: FB, 12 and 2F. RGB value is (251,18,47). Sum of RGB (Red+Green+Blue) = 251+18+47=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB122F is #04EDD0. Grayscale: #5B5B5B. Windows color (decimal): -323025 or 3085051. OLE color: 3085051.
HSL color Cylindrical-coordinate representation of color #FB122F: hue angle of 352.53º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB122F is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 47 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.02 |
| HSL | 352.53º | 0.97% | 0.53% | - |
| HSV(B) | 352.53º | 0.93% | 0.98% | - |
| XYZ | 40.51 | 21.15 | 4.64 | - |
| YUV | 90.97 | 103.19 | 242.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 47 | 0 | 0.93 | 0.81 | 0.02 | 352.53 | 0.97 | 0.53 |
| Hex | FB | 12 | 2F | 0 | 5D | 51 | 2 | 161 | 61 | 35 |
| Octal | 373 | 22 | 57 | 0 | 135 | 121 | 2 | 541 | 141 | 65 |
| Binary | 11111011 | 10010 | 101111 | 0 | 1011101 | 1010001 | 10 | 101100001 | 1100001 | 110101 |
Color Harmonies of #FB122F
Complementary color
Monochromatic Colors of #FB122F
Black with #FB122F
Text Example
Text Example
White with #FB122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB122F; }
p { color: rgb(251,18,47); }
H1.HeaderClassName
{
color: #FB122F;
}
.AnyTagClassName
{
color: #FB122F;
}
</style>
background-color css
<style>
a { background-color: #FB122F; }
a { background-color: rgb(251,18,47); }
div.DivClassName
{
background-color: #FB122F;
}
.BgClassName
{
background-color: #FB122F;
}
</style>
border-color css
<style>
span { border-color: #FB122F; }
span { border-color: rgb(251,18,47); }
td.TdClassName
{
border-color: #FB122F;
}
.TagClassName
{
border-color: #FB122F;
}
</style>