Shades of Torch Red #FF0132
Tints of Torch Red #FF0132
RGB
CMYK
RGB Variations
Color information
#FF0132 (or 0xFF0132) is known color: Torch Red. HEX triplet: FF, 01 and 32. RGB value is (255,1,50). Sum of RGB (Red+Green+Blue) = 255+1+50=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0132 is #00FECD. Grayscale: #525252. Windows color (decimal): -65230 or 3277311. OLE color: 3277311.
HSL color Cylindrical-coordinate representation of color #FF0132: hue angle of 348.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0132 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.80 | 0 |
| HSL | 348.43º | 1% | 0.5% | - |
| HSV(B) | 348.43º | 1% | 1% | - |
| XYZ | 41.83 | 21.51 | 4.97 | - |
| YUV | 82.53 | 109.65 | 251.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 50 | 0 | 1.00 | 0.80 | 0 | 348.43 | 1 | 0.5 |
| Hex | FF | 1 | 32 | 0 | 64 | 50 | 0 | 15C | 64 | 32 |
| Octal | 377 | 1 | 62 | 0 | 144 | 120 | 0 | 534 | 144 | 62 |
| Binary | 11111111 | 1 | 110010 | 0 | 1100100 | 1010000 | 0 | 101011100 | 1100100 | 110010 |
Color Harmonies of #FF0132
Complementary color
Monochromatic Colors of #FF0132
Black with #FF0132
Text Example
Text Example
White with #FF0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0132; }
p { color: rgb(255,1,50); }
H1.HeaderClassName
{
color: #FF0132;
}
.AnyTagClassName
{
color: #FF0132;
}
</style>
background-color css
<style>
a { background-color: #FF0132; }
a { background-color: rgb(255,1,50); }
div.DivClassName
{
background-color: #FF0132;
}
.BgClassName
{
background-color: #FF0132;
}
</style>
border-color css
<style>
span { border-color: #FF0132; }
span { border-color: rgb(255,1,50); }
td.TdClassName
{
border-color: #FF0132;
}
.TagClassName
{
border-color: #FF0132;
}
</style>