Shades of Torch Red #FB1A32
Tints of Torch Red #FB1A32
RGB
CMYK
RGB Variations
Color information
#FB1A32 (or 0xFB1A32) is known color: Torch Red. HEX triplet: FB, 1A and 32. RGB value is (251,26,50). Sum of RGB (Red+Green+Blue) = 251+26+50=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1A32 is #04E5CD. Grayscale: #606060. Windows color (decimal): -320974 or 3283707. OLE color: 3283707.
HSL color Cylindrical-coordinate representation of color #FB1A32: hue angle of 353.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1A32 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 50 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.02 |
| HSL | 353.6º | 0.97% | 0.54% | - |
| HSV(B) | 353.6º | 0.9% | 0.98% | - |
| XYZ | 40.73 | 21.48 | 5.02 | - |
| YUV | 96.01 | 102.04 | 238.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 50 | 0 | 0.90 | 0.80 | 0.02 | 353.6 | 0.97 | 0.54 |
| Hex | FB | 1A | 32 | 0 | 5A | 50 | 2 | 162 | 61 | 36 |
| Octal | 373 | 32 | 62 | 0 | 132 | 120 | 2 | 542 | 141 | 66 |
| Binary | 11111011 | 11010 | 110010 | 0 | 1011010 | 1010000 | 10 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FB1A32
Complementary color
Monochromatic Colors of #FB1A32
Black with #FB1A32
Text Example
Text Example
White with #FB1A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1A32; }
p { color: rgb(251,26,50); }
H1.HeaderClassName
{
color: #FB1A32;
}
.AnyTagClassName
{
color: #FB1A32;
}
</style>
background-color css
<style>
a { background-color: #FB1A32; }
a { background-color: rgb(251,26,50); }
div.DivClassName
{
background-color: #FB1A32;
}
.BgClassName
{
background-color: #FB1A32;
}
</style>
border-color css
<style>
span { border-color: #FB1A32; }
span { border-color: rgb(251,26,50); }
td.TdClassName
{
border-color: #FB1A32;
}
.TagClassName
{
border-color: #FB1A32;
}
</style>