Shades of Torch Red #FF1B4B
Tints of Torch Red #FF1B4B
RGB
CMYK
RGB Variations
Color information
#FF1B4B (or 0xFF1B4B) is known color: Torch Red. HEX triplet: FF, 1B and 4B. RGB value is (255,27,75). Sum of RGB (Red+Green+Blue) = 255+27+75=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B4B is #00E4B4. Grayscale: #646464. Windows color (decimal): -58549 or 4922367. OLE color: 4922367.
HSL color Cylindrical-coordinate representation of color #FF1B4B: hue angle of 347.37º 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 #FF1B4B is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 75 | - |
| CMYK | 0 | 0.89 | 0.71 | 0 |
| HSL | 347.37º | 1% | 0.55% | - |
| HSV(B) | 347.37º | 0.89% | 1% | - |
| XYZ | 42.9 | 22.55 | 8.75 | - |
| YUV | 100.64 | 113.54 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 75 | 0 | 0.89 | 0.71 | 0 | 347.37 | 1 | 0.55 |
| Hex | FF | 1B | 4B | 0 | 59 | 47 | 0 | 15B | 64 | 37 |
| Octal | 377 | 33 | 113 | 0 | 131 | 107 | 0 | 533 | 144 | 67 |
| Binary | 11111111 | 11011 | 1001011 | 0 | 1011001 | 1000111 | 0 | 101011011 | 1100100 | 110111 |
Color Harmonies of #FF1B4B
Complementary color
Monochromatic Colors of #FF1B4B
Black with #FF1B4B
Text Example
Text Example
White with #FF1B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B4B; }
p { color: rgb(255,27,75); }
H1.HeaderClassName
{
color: #FF1B4B;
}
.AnyTagClassName
{
color: #FF1B4B;
}
</style>
background-color css
<style>
a { background-color: #FF1B4B; }
a { background-color: rgb(255,27,75); }
div.DivClassName
{
background-color: #FF1B4B;
}
.BgClassName
{
background-color: #FF1B4B;
}
</style>
border-color css
<style>
span { border-color: #FF1B4B; }
span { border-color: rgb(255,27,75); }
td.TdClassName
{
border-color: #FF1B4B;
}
.TagClassName
{
border-color: #FF1B4B;
}
</style>