Shades of Torch Red #FF014B
Tints of Torch Red #FF014B
RGB
CMYK
RGB Variations
Color information
#FF014B (or 0xFF014B) is known color: Torch Red. HEX triplet: FF, 01 and 4B. RGB value is (255,1,75). Sum of RGB (Red+Green+Blue) = 255+1+75=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF014B is #00FEB4. Grayscale: #555555. Windows color (decimal): -65205 or 4915711. OLE color: 4915711.
HSL color Cylindrical-coordinate representation of color #FF014B: hue angle of 342.52º 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 #FF014B is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.71 | 0 |
| HSL | 342.52º | 1% | 0.5% | - |
| HSV(B) | 342.52º | 1% | 1% | - |
| XYZ | 42.52 | 21.79 | 8.62 | - |
| YUV | 85.38 | 122.15 | 248.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 75 | 0 | 1.00 | 0.71 | 0 | 342.52 | 1 | 0.5 |
| Hex | FF | 1 | 4B | 0 | 64 | 47 | 0 | 157 | 64 | 32 |
| Octal | 377 | 1 | 113 | 0 | 144 | 107 | 0 | 527 | 144 | 62 |
| Binary | 11111111 | 1 | 1001011 | 0 | 1100100 | 1000111 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FF014B
Complementary color
Monochromatic Colors of #FF014B
Black with #FF014B
Text Example
Text Example
White with #FF014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF014B; }
p { color: rgb(255,1,75); }
H1.HeaderClassName
{
color: #FF014B;
}
.AnyTagClassName
{
color: #FF014B;
}
</style>
background-color css
<style>
a { background-color: #FF014B; }
a { background-color: rgb(255,1,75); }
div.DivClassName
{
background-color: #FF014B;
}
.BgClassName
{
background-color: #FF014B;
}
</style>
border-color css
<style>
span { border-color: #FF014B; }
span { border-color: rgb(255,1,75); }
td.TdClassName
{
border-color: #FF014B;
}
.TagClassName
{
border-color: #FF014B;
}
</style>