Shades of Torch Red #FB1E32
Tints of Torch Red #FB1E32
RGB
CMYK
RGB Variations
Color information
#FB1E32 (or 0xFB1E32) is known color: Torch Red. HEX triplet: FB, 1E and 32. RGB value is (251,30,50). Sum of RGB (Red+Green+Blue) = 251+30+50=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1E32 is #04E1CD. Grayscale: #626262. Windows color (decimal): -319950 or 3284731. OLE color: 3284731.
HSL color Cylindrical-coordinate representation of color #FB1E32: hue angle of 354.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1E32 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 50 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.02 |
| HSL | 354.57º | 0.97% | 0.55% | - |
| HSV(B) | 354.57º | 0.88% | 0.98% | - |
| XYZ | 40.82 | 21.67 | 5.05 | - |
| YUV | 98.36 | 100.72 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 50 | 0 | 0.88 | 0.80 | 0.02 | 354.57 | 0.97 | 0.55 |
| Hex | FB | 1E | 32 | 0 | 58 | 50 | 2 | 163 | 61 | 37 |
| Octal | 373 | 36 | 62 | 0 | 130 | 120 | 2 | 543 | 141 | 67 |
| Binary | 11111011 | 11110 | 110010 | 0 | 1011000 | 1010000 | 10 | 101100011 | 1100001 | 110111 |
Color Harmonies of #FB1E32
Complementary color
Monochromatic Colors of #FB1E32
Black with #FB1E32
Text Example
Text Example
White with #FB1E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E32; }
p { color: rgb(251,30,50); }
H1.HeaderClassName
{
color: #FB1E32;
}
.AnyTagClassName
{
color: #FB1E32;
}
</style>
background-color css
<style>
a { background-color: #FB1E32; }
a { background-color: rgb(251,30,50); }
div.DivClassName
{
background-color: #FB1E32;
}
.BgClassName
{
background-color: #FB1E32;
}
</style>
border-color css
<style>
span { border-color: #FB1E32; }
span { border-color: rgb(251,30,50); }
td.TdClassName
{
border-color: #FB1E32;
}
.TagClassName
{
border-color: #FB1E32;
}
</style>