Shades of Torch Red #FF0148
Tints of Torch Red #FF0148
RGB
CMYK
RGB Variations
Color information
#FF0148 (or 0xFF0148) is known color: Torch Red. HEX triplet: FF, 01 and 48. RGB value is (255,1,72). Sum of RGB (Red+Green+Blue) = 255+1+72=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0148 is #00FEB7. Grayscale: #555555. Windows color (decimal): -65208 or 4719103. OLE color: 4719103.
HSL color Cylindrical-coordinate representation of color #FF0148: hue angle of 343.23º 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 #FF0148 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 72 | - |
| CMYK | 0 | 1.00 | 0.72 | 0 |
| HSL | 343.23º | 1% | 0.5% | - |
| HSV(B) | 343.23º | 1% | 1% | - |
| XYZ | 42.42 | 21.75 | 8.09 | - |
| YUV | 85.04 | 120.65 | 249.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 72 | 0 | 1.00 | 0.72 | 0 | 343.23 | 1 | 0.5 |
| Hex | FF | 1 | 48 | 0 | 64 | 48 | 0 | 157 | 64 | 32 |
| Octal | 377 | 1 | 110 | 0 | 144 | 110 | 0 | 527 | 144 | 62 |
| Binary | 11111111 | 1 | 1001000 | 0 | 1100100 | 1001000 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FF0148
Complementary color
Monochromatic Colors of #FF0148
Black with #FF0148
Text Example
Text Example
White with #FF0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0148; }
p { color: rgb(255,1,72); }
H1.HeaderClassName
{
color: #FF0148;
}
.AnyTagClassName
{
color: #FF0148;
}
</style>
background-color css
<style>
a { background-color: #FF0148; }
a { background-color: rgb(255,1,72); }
div.DivClassName
{
background-color: #FF0148;
}
.BgClassName
{
background-color: #FF0148;
}
</style>
border-color css
<style>
span { border-color: #FF0148; }
span { border-color: rgb(255,1,72); }
td.TdClassName
{
border-color: #FF0148;
}
.TagClassName
{
border-color: #FF0148;
}
</style>