Shades of Torch Red #FF143D
Tints of Torch Red #FF143D
RGB
CMYK
RGB Variations
Color information
#FF143D (or 0xFF143D) is known color: Torch Red. HEX triplet: FF, 14 and 3D. RGB value is (255,20,61). Sum of RGB (Red+Green+Blue) = 255+20+61=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF143D is #00EBC2. Grayscale: #5F5F5F. Windows color (decimal): -60355 or 4003071. OLE color: 4003071.
HSL color Cylindrical-coordinate representation of color #FF143D: hue angle of 349.53º 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 #FF143D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 61 | - |
| CMYK | 0 | 0.92 | 0.76 | 0 |
| HSL | 349.53º | 1% | 0.54% | - |
| HSV(B) | 349.53º | 0.92% | 1% | - |
| XYZ | 42.33 | 22.1 | 6.45 | - |
| YUV | 94.94 | 108.86 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 61 | 0 | 0.92 | 0.76 | 0 | 349.53 | 1 | 0.54 |
| Hex | FF | 14 | 3D | 0 | 5C | 4C | 0 | 15E | 64 | 36 |
| Octal | 377 | 24 | 75 | 0 | 134 | 114 | 0 | 536 | 144 | 66 |
| Binary | 11111111 | 10100 | 111101 | 0 | 1011100 | 1001100 | 0 | 101011110 | 1100100 | 110110 |
Color Harmonies of #FF143D
Complementary color
Monochromatic Colors of #FF143D
Black with #FF143D
Text Example
Text Example
White with #FF143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF143D; }
p { color: rgb(255,20,61); }
H1.HeaderClassName
{
color: #FF143D;
}
.AnyTagClassName
{
color: #FF143D;
}
</style>
background-color css
<style>
a { background-color: #FF143D; }
a { background-color: rgb(255,20,61); }
div.DivClassName
{
background-color: #FF143D;
}
.BgClassName
{
background-color: #FF143D;
}
</style>
border-color css
<style>
span { border-color: #FF143D; }
span { border-color: rgb(255,20,61); }
td.TdClassName
{
border-color: #FF143D;
}
.TagClassName
{
border-color: #FF143D;
}
</style>