Shades of Torch Red #FF1B2D
Tints of Torch Red #FF1B2D
RGB
CMYK
RGB Variations
Color information
#FF1B2D (or 0xFF1B2D) is known color: Torch Red. HEX triplet: FF, 1B and 2D. RGB value is (255,27,45). Sum of RGB (Red+Green+Blue) = 255+27+45=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B2D is #00E4D2. Grayscale: #616161. Windows color (decimal): -58579 or 2956287. OLE color: 2956287.
HSL color Cylindrical-coordinate representation of color #FF1B2D: hue angle of 355.26º 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 #FF1B2D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 45 | - |
| CMYK | 0 | 0.89 | 0.82 | 0 |
| HSL | 355.26º | 1% | 0.55% | - |
| HSV(B) | 355.26º | 0.89% | 1% | - |
| XYZ | 42.11 | 22.23 | 4.55 | - |
| YUV | 97.22 | 98.54 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 45 | 0 | 0.89 | 0.82 | 0 | 355.26 | 1 | 0.55 |
| Hex | FF | 1B | 2D | 0 | 59 | 52 | 0 | 163 | 64 | 37 |
| Octal | 377 | 33 | 55 | 0 | 131 | 122 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 11011 | 101101 | 0 | 1011001 | 1010010 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF1B2D
Complementary color
Monochromatic Colors of #FF1B2D
Black with #FF1B2D
Text Example
Text Example
White with #FF1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B2D; }
p { color: rgb(255,27,45); }
H1.HeaderClassName
{
color: #FF1B2D;
}
.AnyTagClassName
{
color: #FF1B2D;
}
</style>
background-color css
<style>
a { background-color: #FF1B2D; }
a { background-color: rgb(255,27,45); }
div.DivClassName
{
background-color: #FF1B2D;
}
.BgClassName
{
background-color: #FF1B2D;
}
</style>
border-color css
<style>
span { border-color: #FF1B2D; }
span { border-color: rgb(255,27,45); }
td.TdClassName
{
border-color: #FF1B2D;
}
.TagClassName
{
border-color: #FF1B2D;
}
</style>