Shades of Torch Red #FF1B2F
Tints of Torch Red #FF1B2F
RGB
CMYK
RGB Variations
Color information
#FF1B2F (or 0xFF1B2F) is known color: Torch Red. HEX triplet: FF, 1B and 2F. RGB value is (255,27,47). Sum of RGB (Red+Green+Blue) = 255+27+47=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B2F is #00E4D0. Grayscale: #616161. Windows color (decimal): -58577 or 3087359. OLE color: 3087359.
HSL color Cylindrical-coordinate representation of color #FF1B2F: hue angle of 354.74º 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 #FF1B2F is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 47 | - |
| CMYK | 0 | 0.89 | 0.82 | 0 |
| HSL | 354.74º | 1% | 0.55% | - |
| HSV(B) | 354.74º | 0.89% | 1% | - |
| XYZ | 42.15 | 22.25 | 4.76 | - |
| YUV | 97.45 | 99.54 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 47 | 0 | 0.89 | 0.82 | 0 | 354.74 | 1 | 0.55 |
| Hex | FF | 1B | 2F | 0 | 59 | 52 | 0 | 163 | 64 | 37 |
| Octal | 377 | 33 | 57 | 0 | 131 | 122 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 11011 | 101111 | 0 | 1011001 | 1010010 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF1B2F
Complementary color
Monochromatic Colors of #FF1B2F
Black with #FF1B2F
Text Example
Text Example
White with #FF1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B2F; }
p { color: rgb(255,27,47); }
H1.HeaderClassName
{
color: #FF1B2F;
}
.AnyTagClassName
{
color: #FF1B2F;
}
</style>
background-color css
<style>
a { background-color: #FF1B2F; }
a { background-color: rgb(255,27,47); }
div.DivClassName
{
background-color: #FF1B2F;
}
.BgClassName
{
background-color: #FF1B2F;
}
</style>
border-color css
<style>
span { border-color: #FF1B2F; }
span { border-color: rgb(255,27,47); }
td.TdClassName
{
border-color: #FF1B2F;
}
.TagClassName
{
border-color: #FF1B2F;
}
</style>