Shades of Torch Red #FF154B
Tints of Torch Red #FF154B
RGB
CMYK
RGB Variations
Color information
#FF154B (or 0xFF154B) is known color: Torch Red. HEX triplet: FF, 15 and 4B. RGB value is (255,21,75). Sum of RGB (Red+Green+Blue) = 255+21+75=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF154B is #00EAB4. Grayscale: #616161. Windows color (decimal): -60085 or 4920831. OLE color: 4920831.
HSL color Cylindrical-coordinate representation of color #FF154B: hue angle of 346.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF154B is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 75 | - |
| CMYK | 0 | 0.92 | 0.71 | 0 |
| HSL | 346.15º | 1% | 0.54% | - |
| HSV(B) | 346.15º | 0.92% | 1% | - |
| XYZ | 42.78 | 22.3 | 8.71 | - |
| YUV | 97.12 | 115.52 | 240.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 75 | 0 | 0.92 | 0.71 | 0 | 346.15 | 1 | 0.54 |
| Hex | FF | 15 | 4B | 0 | 5C | 47 | 0 | 15A | 64 | 36 |
| Octal | 377 | 25 | 113 | 0 | 134 | 107 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10101 | 1001011 | 0 | 1011100 | 1000111 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF154B
Complementary color
Monochromatic Colors of #FF154B
Black with #FF154B
Text Example
Text Example
White with #FF154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF154B; }
p { color: rgb(255,21,75); }
H1.HeaderClassName
{
color: #FF154B;
}
.AnyTagClassName
{
color: #FF154B;
}
</style>
background-color css
<style>
a { background-color: #FF154B; }
a { background-color: rgb(255,21,75); }
div.DivClassName
{
background-color: #FF154B;
}
.BgClassName
{
background-color: #FF154B;
}
</style>
border-color css
<style>
span { border-color: #FF154B; }
span { border-color: rgb(255,21,75); }
td.TdClassName
{
border-color: #FF154B;
}
.TagClassName
{
border-color: #FF154B;
}
</style>