Shades of Torch Red #FF1B2C
Tints of Torch Red #FF1B2C
RGB
CMYK
RGB Variations
Color information
#FF1B2C (or 0xFF1B2C) is known color: Torch Red. HEX triplet: FF, 1B and 2C. RGB value is (255,27,44). Sum of RGB (Red+Green+Blue) = 255+27+44=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B2C is #00E4D3. Grayscale: #616161. Windows color (decimal): -58580 or 2890751. OLE color: 2890751.
HSL color Cylindrical-coordinate representation of color #FF1B2C: hue angle of 355.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 #FF1B2C is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 44 | - |
| CMYK | 0 | 0.89 | 0.83 | 0 |
| HSL | 355.53º | 1% | 0.55% | - |
| HSV(B) | 355.53º | 0.89% | 1% | - |
| XYZ | 42.09 | 22.23 | 4.45 | - |
| YUV | 97.11 | 98.04 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 44 | 0 | 0.89 | 0.83 | 0 | 355.53 | 1 | 0.55 |
| Hex | FF | 1B | 2C | 0 | 59 | 53 | 0 | 164 | 64 | 37 |
| Octal | 377 | 33 | 54 | 0 | 131 | 123 | 0 | 544 | 144 | 67 |
| Binary | 11111111 | 11011 | 101100 | 0 | 1011001 | 1010011 | 0 | 101100100 | 1100100 | 110111 |
Color Harmonies of #FF1B2C
Complementary color
Monochromatic Colors of #FF1B2C
Black with #FF1B2C
Text Example
Text Example
White with #FF1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B2C; }
p { color: rgb(255,27,44); }
H1.HeaderClassName
{
color: #FF1B2C;
}
.AnyTagClassName
{
color: #FF1B2C;
}
</style>
background-color css
<style>
a { background-color: #FF1B2C; }
a { background-color: rgb(255,27,44); }
div.DivClassName
{
background-color: #FF1B2C;
}
.BgClassName
{
background-color: #FF1B2C;
}
</style>
border-color css
<style>
span { border-color: #FF1B2C; }
span { border-color: rgb(255,27,44); }
td.TdClassName
{
border-color: #FF1B2C;
}
.TagClassName
{
border-color: #FF1B2C;
}
</style>