Shades of Torch Red #FF1B4E
Tints of Torch Red #FF1B4E
RGB
CMYK
RGB Variations
Color information
#FF1B4E (or 0xFF1B4E) is known color: Torch Red. HEX triplet: FF, 1B and 4E. RGB value is (255,27,78). Sum of RGB (Red+Green+Blue) = 255+27+78=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B4E is #00E4B1. Grayscale: #656565. Windows color (decimal): -58546 or 5118975. OLE color: 5118975.
HSL color Cylindrical-coordinate representation of color #FF1B4E: hue angle of 346.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1B4E is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 78 | - |
| CMYK | 0 | 0.89 | 0.69 | 0 |
| HSL | 346.58º | 1% | 0.55% | - |
| HSV(B) | 346.58º | 0.89% | 1% | - |
| XYZ | 43.01 | 22.59 | 9.3 | - |
| YUV | 100.99 | 115.04 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 78 | 0 | 0.89 | 0.69 | 0 | 346.58 | 1 | 0.55 |
| Hex | FF | 1B | 4E | 0 | 59 | 45 | 0 | 15B | 64 | 37 |
| Octal | 377 | 33 | 116 | 0 | 131 | 105 | 0 | 533 | 144 | 67 |
| Binary | 11111111 | 11011 | 1001110 | 0 | 1011001 | 1000101 | 0 | 101011011 | 1100100 | 110111 |
Color Harmonies of #FF1B4E
Complementary color
Monochromatic Colors of #FF1B4E
Black with #FF1B4E
Text Example
Text Example
White with #FF1B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B4E; }
p { color: rgb(255,27,78); }
H1.HeaderClassName
{
color: #FF1B4E;
}
.AnyTagClassName
{
color: #FF1B4E;
}
</style>
background-color css
<style>
a { background-color: #FF1B4E; }
a { background-color: rgb(255,27,78); }
div.DivClassName
{
background-color: #FF1B4E;
}
.BgClassName
{
background-color: #FF1B4E;
}
</style>
border-color css
<style>
span { border-color: #FF1B4E; }
span { border-color: rgb(255,27,78); }
td.TdClassName
{
border-color: #FF1B4E;
}
.TagClassName
{
border-color: #FF1B4E;
}
</style>