Shades of Torch Red #FF1B3E
Tints of Torch Red #FF1B3E
RGB
CMYK
RGB Variations
Color information
#FF1B3E (or 0xFF1B3E) is known color: Torch Red. HEX triplet: FF, 1B and 3E. RGB value is (255,27,62). Sum of RGB (Red+Green+Blue) = 255+27+62=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B3E is #00E4C1. Grayscale: #636363. Windows color (decimal): -58562 or 4070399. OLE color: 4070399.
HSL color Cylindrical-coordinate representation of color #FF1B3E: hue angle of 350.79º 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 #FF1B3E is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 62 | - |
| CMYK | 0 | 0.89 | 0.76 | 0 |
| HSL | 350.79º | 1% | 0.55% | - |
| HSV(B) | 350.79º | 0.89% | 1% | - |
| XYZ | 42.5 | 22.39 | 6.64 | - |
| YUV | 99.16 | 107.04 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 62 | 0 | 0.89 | 0.76 | 0 | 350.79 | 1 | 0.55 |
| Hex | FF | 1B | 3E | 0 | 59 | 4C | 0 | 15F | 64 | 37 |
| Octal | 377 | 33 | 76 | 0 | 131 | 114 | 0 | 537 | 144 | 67 |
| Binary | 11111111 | 11011 | 111110 | 0 | 1011001 | 1001100 | 0 | 101011111 | 1100100 | 110111 |
Color Harmonies of #FF1B3E
Complementary color
Monochromatic Colors of #FF1B3E
Black with #FF1B3E
Text Example
Text Example
White with #FF1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B3E; }
p { color: rgb(255,27,62); }
H1.HeaderClassName
{
color: #FF1B3E;
}
.AnyTagClassName
{
color: #FF1B3E;
}
</style>
background-color css
<style>
a { background-color: #FF1B3E; }
a { background-color: rgb(255,27,62); }
div.DivClassName
{
background-color: #FF1B3E;
}
.BgClassName
{
background-color: #FF1B3E;
}
</style>
border-color css
<style>
span { border-color: #FF1B3E; }
span { border-color: rgb(255,27,62); }
td.TdClassName
{
border-color: #FF1B3E;
}
.TagClassName
{
border-color: #FF1B3E;
}
</style>