Shades of Torch Red #FF0128
Tints of Torch Red #FF0128
RGB
CMYK
RGB Variations
Color information
#FF0128 (or 0xFF0128) is known color: Torch Red. HEX triplet: FF, 01 and 28. RGB value is (255,1,40). Sum of RGB (Red+Green+Blue) = 255+1+40=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0128 is #00FED7. Grayscale: #515151. Windows color (decimal): -65240 or 2621951. OLE color: 2621951.
HSL color Cylindrical-coordinate representation of color #FF0128: hue angle of 350.79º 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 #FF0128 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.84 | 0 |
| HSL | 350.79º | 1% | 0.5% | - |
| HSV(B) | 350.79º | 1% | 1% | - |
| XYZ | 41.63 | 21.43 | 3.95 | - |
| YUV | 81.39 | 104.65 | 251.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 40 | 0 | 1.00 | 0.84 | 0 | 350.79 | 1 | 0.5 |
| Hex | FF | 1 | 28 | 0 | 64 | 54 | 0 | 15F | 64 | 32 |
| Octal | 377 | 1 | 50 | 0 | 144 | 124 | 0 | 537 | 144 | 62 |
| Binary | 11111111 | 1 | 101000 | 0 | 1100100 | 1010100 | 0 | 101011111 | 1100100 | 110010 |
Color Harmonies of #FF0128
Complementary color
Monochromatic Colors of #FF0128
Black with #FF0128
Text Example
Text Example
White with #FF0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0128; }
p { color: rgb(255,1,40); }
H1.HeaderClassName
{
color: #FF0128;
}
.AnyTagClassName
{
color: #FF0128;
}
</style>
background-color css
<style>
a { background-color: #FF0128; }
a { background-color: rgb(255,1,40); }
div.DivClassName
{
background-color: #FF0128;
}
.BgClassName
{
background-color: #FF0128;
}
</style>
border-color css
<style>
span { border-color: #FF0128; }
span { border-color: rgb(255,1,40); }
td.TdClassName
{
border-color: #FF0128;
}
.TagClassName
{
border-color: #FF0128;
}
</style>