Shades of Torch Red #FF1B3F
Tints of Torch Red #FF1B3F
RGB
CMYK
RGB Variations
Color information
#FF1B3F (or 0xFF1B3F) is known color: Torch Red. HEX triplet: FF, 1B and 3F. RGB value is (255,27,63). Sum of RGB (Red+Green+Blue) = 255+27+63=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B3F is #00E4C0. Grayscale: #636363. Windows color (decimal): -58561 or 4135935. OLE color: 4135935.
HSL color Cylindrical-coordinate representation of color #FF1B3F: hue angle of 350.53º 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 #FF1B3F is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 63 | - |
| CMYK | 0 | 0.89 | 0.75 | 0 |
| HSL | 350.53º | 1% | 0.55% | - |
| HSV(B) | 350.53º | 0.89% | 1% | - |
| XYZ | 42.53 | 22.4 | 6.79 | - |
| YUV | 99.28 | 107.54 | 239.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 63 | 0 | 0.89 | 0.75 | 0 | 350.53 | 1 | 0.55 |
| Hex | FF | 1B | 3F | 0 | 59 | 4B | 0 | 15F | 64 | 37 |
| Octal | 377 | 33 | 77 | 0 | 131 | 113 | 0 | 537 | 144 | 67 |
| Binary | 11111111 | 11011 | 111111 | 0 | 1011001 | 1001011 | 0 | 101011111 | 1100100 | 110111 |
Color Harmonies of #FF1B3F
Complementary color
Monochromatic Colors of #FF1B3F
Black with #FF1B3F
Text Example
Text Example
White with #FF1B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B3F; }
p { color: rgb(255,27,63); }
H1.HeaderClassName
{
color: #FF1B3F;
}
.AnyTagClassName
{
color: #FF1B3F;
}
</style>
background-color css
<style>
a { background-color: #FF1B3F; }
a { background-color: rgb(255,27,63); }
div.DivClassName
{
background-color: #FF1B3F;
}
.BgClassName
{
background-color: #FF1B3F;
}
</style>
border-color css
<style>
span { border-color: #FF1B3F; }
span { border-color: rgb(255,27,63); }
td.TdClassName
{
border-color: #FF1B3F;
}
.TagClassName
{
border-color: #FF1B3F;
}
</style>