Shades of Torch Red #FF143C
Tints of Torch Red #FF143C
RGB
CMYK
RGB Variations
Color information
#FF143C (or 0xFF143C) is known color: Torch Red. HEX triplet: FF, 14 and 3C. RGB value is (255,20,60). Sum of RGB (Red+Green+Blue) = 255+20+60=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF143C is #00EBC3. Grayscale: #5E5E5E. Windows color (decimal): -60356 or 3937535. OLE color: 3937535.
HSL color Cylindrical-coordinate representation of color #FF143C: hue angle of 349.79º 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 #FF143C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 60 | - |
| CMYK | 0 | 0.92 | 0.76 | 0 |
| HSL | 349.79º | 1% | 0.54% | - |
| HSV(B) | 349.79º | 0.92% | 1% | - |
| XYZ | 42.31 | 22.09 | 6.31 | - |
| YUV | 94.83 | 108.36 | 242.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 60 | 0 | 0.92 | 0.76 | 0 | 349.79 | 1 | 0.54 |
| Hex | FF | 14 | 3C | 0 | 5C | 4C | 0 | 15E | 64 | 36 |
| Octal | 377 | 24 | 74 | 0 | 134 | 114 | 0 | 536 | 144 | 66 |
| Binary | 11111111 | 10100 | 111100 | 0 | 1011100 | 1001100 | 0 | 101011110 | 1100100 | 110110 |
Color Harmonies of #FF143C
Complementary color
Monochromatic Colors of #FF143C
Black with #FF143C
Text Example
Text Example
White with #FF143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF143C; }
p { color: rgb(255,20,60); }
H1.HeaderClassName
{
color: #FF143C;
}
.AnyTagClassName
{
color: #FF143C;
}
</style>
background-color css
<style>
a { background-color: #FF143C; }
a { background-color: rgb(255,20,60); }
div.DivClassName
{
background-color: #FF143C;
}
.BgClassName
{
background-color: #FF143C;
}
</style>
border-color css
<style>
span { border-color: #FF143C; }
span { border-color: rgb(255,20,60); }
td.TdClassName
{
border-color: #FF143C;
}
.TagClassName
{
border-color: #FF143C;
}
</style>