Shades of Torch Red #FF134A
Tints of Torch Red #FF134A
RGB
CMYK
RGB Variations
Color information
#FF134A (or 0xFF134A) is known color: Torch Red. HEX triplet: FF, 13 and 4A. RGB value is (255,19,74). Sum of RGB (Red+Green+Blue) = 255+19+74=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF134A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF134A is #00ECB5. Grayscale: #5F5F5F. Windows color (decimal): -60598 or 4854783. OLE color: 4854783.
HSL color Cylindrical-coordinate representation of color #FF134A: hue angle of 346.02º 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 #FF134A is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 74 | - |
| CMYK | 0 | 0.93 | 0.71 | 0 |
| HSL | 346.02º | 1% | 0.54% | - |
| HSV(B) | 346.02º | 0.93% | 1% | - |
| XYZ | 42.71 | 22.22 | 8.52 | - |
| YUV | 95.83 | 115.69 | 241.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 74 | 0 | 0.93 | 0.71 | 0 | 346.02 | 1 | 0.54 |
| Hex | FF | 13 | 4A | 0 | 5D | 47 | 0 | 15A | 64 | 36 |
| Octal | 377 | 23 | 112 | 0 | 135 | 107 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10011 | 1001010 | 0 | 1011101 | 1000111 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF134A
Complementary color
Monochromatic Colors of #FF134A
Black with #FF134A
Text Example
Text Example
White with #FF134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF134A; }
p { color: rgb(255,19,74); }
H1.HeaderClassName
{
color: #FF134A;
}
.AnyTagClassName
{
color: #FF134A;
}
</style>
background-color css
<style>
a { background-color: #FF134A; }
a { background-color: rgb(255,19,74); }
div.DivClassName
{
background-color: #FF134A;
}
.BgClassName
{
background-color: #FF134A;
}
</style>
border-color css
<style>
span { border-color: #FF134A; }
span { border-color: rgb(255,19,74); }
td.TdClassName
{
border-color: #FF134A;
}
.TagClassName
{
border-color: #FF134A;
}
</style>