Shades of Torch Red #FF141C
Tints of Torch Red #FF141C
RGB
CMYK
RGB Variations
Color information
#FF141C (or 0xFF141C) is known color: Torch Red. HEX triplet: FF, 14 and 1C. RGB value is (255,20,28). Sum of RGB (Red+Green+Blue) = 255+20+28=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF141C is #00EBE3. Grayscale: #5B5B5B. Windows color (decimal): -60388 or 1840383. OLE color: 1840383.
HSL color Cylindrical-coordinate representation of color #FF141C: hue angle of 357.96º 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 #FF141C is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 28 | - |
| CMYK | 0 | 0.92 | 0.89 | 0 |
| HSL | 357.96º | 1% | 0.54% | - |
| HSV(B) | 357.96º | 0.92% | 1% | - |
| XYZ | 41.7 | 21.84 | 3.12 | - |
| YUV | 91.18 | 92.36 | 244.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 28 | 0 | 0.92 | 0.89 | 0 | 357.96 | 1 | 0.54 |
| Hex | FF | 14 | 1C | 0 | 5C | 59 | 0 | 166 | 64 | 36 |
| Octal | 377 | 24 | 34 | 0 | 134 | 131 | 0 | 546 | 144 | 66 |
| Binary | 11111111 | 10100 | 11100 | 0 | 1011100 | 1011001 | 0 | 101100110 | 1100100 | 110110 |
Color Harmonies of #FF141C
Complementary color
Monochromatic Colors of #FF141C
Black with #FF141C
Text Example
Text Example
White with #FF141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF141C; }
p { color: rgb(255,20,28); }
H1.HeaderClassName
{
color: #FF141C;
}
.AnyTagClassName
{
color: #FF141C;
}
</style>
background-color css
<style>
a { background-color: #FF141C; }
a { background-color: rgb(255,20,28); }
div.DivClassName
{
background-color: #FF141C;
}
.BgClassName
{
background-color: #FF141C;
}
</style>
border-color css
<style>
span { border-color: #FF141C; }
span { border-color: rgb(255,20,28); }
td.TdClassName
{
border-color: #FF141C;
}
.TagClassName
{
border-color: #FF141C;
}
</style>