Shades of Torch Red #FB122D
Tints of Torch Red #FB122D
RGB
CMYK
RGB Variations
Color information
#FB122D (or 0xFB122D) is known color: Torch Red. HEX triplet: FB, 12 and 2D. RGB value is (251,18,45). Sum of RGB (Red+Green+Blue) = 251+18+45=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB122D is #04EDD2. Grayscale: #5A5A5A. Windows color (decimal): -323027 or 2953979. OLE color: 2953979.
HSL color Cylindrical-coordinate representation of color #FB122D: hue angle of 353.05º 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 #FB122D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.02 |
| HSL | 353.05º | 0.97% | 0.53% | - |
| HSV(B) | 353.05º | 0.93% | 0.98% | - |
| XYZ | 40.47 | 21.13 | 4.43 | - |
| YUV | 90.75 | 102.19 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 45 | 0 | 0.93 | 0.82 | 0.02 | 353.05 | 0.97 | 0.53 |
| Hex | FB | 12 | 2D | 0 | 5D | 52 | 2 | 161 | 61 | 35 |
| Octal | 373 | 22 | 55 | 0 | 135 | 122 | 2 | 541 | 141 | 65 |
| Binary | 11111011 | 10010 | 101101 | 0 | 1011101 | 1010010 | 10 | 101100001 | 1100001 | 110101 |
Color Harmonies of #FB122D
Complementary color
Monochromatic Colors of #FB122D
Black with #FB122D
Text Example
Text Example
White with #FB122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB122D; }
p { color: rgb(251,18,45); }
H1.HeaderClassName
{
color: #FB122D;
}
.AnyTagClassName
{
color: #FB122D;
}
</style>
background-color css
<style>
a { background-color: #FB122D; }
a { background-color: rgb(251,18,45); }
div.DivClassName
{
background-color: #FB122D;
}
.BgClassName
{
background-color: #FB122D;
}
</style>
border-color css
<style>
span { border-color: #FB122D; }
span { border-color: rgb(251,18,45); }
td.TdClassName
{
border-color: #FB122D;
}
.TagClassName
{
border-color: #FB122D;
}
</style>