Shades of Torch Red #FF1B4F
Tints of Torch Red #FF1B4F
RGB
CMYK
RGB Variations
Color information
#FF1B4F (or 0xFF1B4F) is known color: Torch Red. HEX triplet: FF, 1B and 4F. RGB value is (255,27,79). Sum of RGB (Red+Green+Blue) = 255+27+79=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B4F is #00E4B0. Grayscale: #656565. Windows color (decimal): -58545 or 5184511. OLE color: 5184511.
HSL color Cylindrical-coordinate representation of color #FF1B4F: hue angle of 346.32º 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 #FF1B4F is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 79 | - |
| CMYK | 0 | 0.89 | 0.69 | 0 |
| HSL | 346.32º | 1% | 0.55% | - |
| HSV(B) | 346.32º | 0.89% | 1% | - |
| XYZ | 43.04 | 22.61 | 9.49 | - |
| YUV | 101.1 | 115.54 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 79 | 0 | 0.89 | 0.69 | 0 | 346.32 | 1 | 0.55 |
| Hex | FF | 1B | 4F | 0 | 59 | 45 | 0 | 15A | 64 | 37 |
| Octal | 377 | 33 | 117 | 0 | 131 | 105 | 0 | 532 | 144 | 67 |
| Binary | 11111111 | 11011 | 1001111 | 0 | 1011001 | 1000101 | 0 | 101011010 | 1100100 | 110111 |
Color Harmonies of #FF1B4F
Complementary color
Monochromatic Colors of #FF1B4F
Black with #FF1B4F
Text Example
Text Example
White with #FF1B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B4F; }
p { color: rgb(255,27,79); }
H1.HeaderClassName
{
color: #FF1B4F;
}
.AnyTagClassName
{
color: #FF1B4F;
}
</style>
background-color css
<style>
a { background-color: #FF1B4F; }
a { background-color: rgb(255,27,79); }
div.DivClassName
{
background-color: #FF1B4F;
}
.BgClassName
{
background-color: #FF1B4F;
}
</style>
border-color css
<style>
span { border-color: #FF1B4F; }
span { border-color: rgb(255,27,79); }
td.TdClassName
{
border-color: #FF1B4F;
}
.TagClassName
{
border-color: #FF1B4F;
}
</style>