Shades of Torch Red #FF1447
Tints of Torch Red #FF1447
RGB
CMYK
RGB Variations
Color information
#FF1447 (or 0xFF1447) is known color: Torch Red. HEX triplet: FF, 14 and 47. RGB value is (255,20,71). Sum of RGB (Red+Green+Blue) = 255+20+71=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1447 is #00EBB8. Grayscale: #606060. Windows color (decimal): -60345 or 4658431. OLE color: 4658431.
HSL color Cylindrical-coordinate representation of color #FF1447: hue angle of 346.98º 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 #FF1447 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 71 | - |
| CMYK | 0 | 0.92 | 0.72 | 0 |
| HSL | 346.98º | 1% | 0.54% | - |
| HSV(B) | 346.98º | 0.92% | 1% | - |
| XYZ | 42.63 | 22.22 | 8 | - |
| YUV | 96.08 | 113.86 | 241.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 71 | 0 | 0.92 | 0.72 | 0 | 346.98 | 1 | 0.54 |
| Hex | FF | 14 | 47 | 0 | 5C | 48 | 0 | 15B | 64 | 36 |
| Octal | 377 | 24 | 107 | 0 | 134 | 110 | 0 | 533 | 144 | 66 |
| Binary | 11111111 | 10100 | 1000111 | 0 | 1011100 | 1001000 | 0 | 101011011 | 1100100 | 110110 |
Color Harmonies of #FF1447
Complementary color
Monochromatic Colors of #FF1447
Black with #FF1447
Text Example
Text Example
White with #FF1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1447; }
p { color: rgb(255,20,71); }
H1.HeaderClassName
{
color: #FF1447;
}
.AnyTagClassName
{
color: #FF1447;
}
</style>
background-color css
<style>
a { background-color: #FF1447; }
a { background-color: rgb(255,20,71); }
div.DivClassName
{
background-color: #FF1447;
}
.BgClassName
{
background-color: #FF1447;
}
</style>
border-color css
<style>
span { border-color: #FF1447; }
span { border-color: rgb(255,20,71); }
td.TdClassName
{
border-color: #FF1447;
}
.TagClassName
{
border-color: #FF1447;
}
</style>