Shades of Torch Red #FF134B
Tints of Torch Red #FF134B
RGB
CMYK
RGB Variations
Color information
#FF134B (or 0xFF134B) is known color: Torch Red. HEX triplet: FF, 13 and 4B. RGB value is (255,19,75). Sum of RGB (Red+Green+Blue) = 255+19+75=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF134B is #00ECB4. Grayscale: #5F5F5F. Windows color (decimal): -60597 or 4920319. OLE color: 4920319.
HSL color Cylindrical-coordinate representation of color #FF134B: hue angle of 345.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF134B is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 75 | - |
| CMYK | 0 | 0.93 | 0.71 | 0 |
| HSL | 345.76º | 1% | 0.54% | - |
| HSV(B) | 345.76º | 0.93% | 1% | - |
| XYZ | 42.74 | 22.23 | 8.7 | - |
| YUV | 95.95 | 116.19 | 241.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 75 | 0 | 0.93 | 0.71 | 0 | 345.76 | 1 | 0.54 |
| Hex | FF | 13 | 4B | 0 | 5D | 47 | 0 | 15A | 64 | 36 |
| Octal | 377 | 23 | 113 | 0 | 135 | 107 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10011 | 1001011 | 0 | 1011101 | 1000111 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF134B
Complementary color
Monochromatic Colors of #FF134B
Black with #FF134B
Text Example
Text Example
White with #FF134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF134B; }
p { color: rgb(255,19,75); }
H1.HeaderClassName
{
color: #FF134B;
}
.AnyTagClassName
{
color: #FF134B;
}
</style>
background-color css
<style>
a { background-color: #FF134B; }
a { background-color: rgb(255,19,75); }
div.DivClassName
{
background-color: #FF134B;
}
.BgClassName
{
background-color: #FF134B;
}
</style>
border-color css
<style>
span { border-color: #FF134B; }
span { border-color: rgb(255,19,75); }
td.TdClassName
{
border-color: #FF134B;
}
.TagClassName
{
border-color: #FF134B;
}
</style>