Shades of Torch Red #FF2347
Tints of Torch Red #FF2347
RGB
CMYK
RGB Variations
Color information
#FF2347 (or 0xFF2347) is known color: Torch Red. HEX triplet: FF, 23 and 47. RGB value is (255,35,71). Sum of RGB (Red+Green+Blue) = 255+35+71=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2347 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2347 is #00DCB8. Grayscale: #686868. Windows color (decimal): -56505 or 4662271. OLE color: 4662271.
HSL color Cylindrical-coordinate representation of color #FF2347: hue angle of 350.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2347 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 71 | - |
| CMYK | 0 | 0.86 | 0.72 | 0 |
| HSL | 350.18º | 1% | 0.57% | - |
| HSV(B) | 350.18º | 0.86% | 1% | - |
| XYZ | 42.98 | 22.92 | 8.12 | - |
| YUV | 104.88 | 108.89 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 71 | 0 | 0.86 | 0.72 | 0 | 350.18 | 1 | 0.57 |
| Hex | FF | 23 | 47 | 0 | 56 | 48 | 0 | 15E | 64 | 39 |
| Octal | 377 | 43 | 107 | 0 | 126 | 110 | 0 | 536 | 144 | 71 |
| Binary | 11111111 | 100011 | 1000111 | 0 | 1010110 | 1001000 | 0 | 101011110 | 1100100 | 111001 |
Color Harmonies of #FF2347
Complementary color
Monochromatic Colors of #FF2347
Black with #FF2347
Text Example
Text Example
White with #FF2347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2347; }
p { color: rgb(255,35,71); }
H1.HeaderClassName
{
color: #FF2347;
}
.AnyTagClassName
{
color: #FF2347;
}
</style>
background-color css
<style>
a { background-color: #FF2347; }
a { background-color: rgb(255,35,71); }
div.DivClassName
{
background-color: #FF2347;
}
.BgClassName
{
background-color: #FF2347;
}
</style>
border-color css
<style>
span { border-color: #FF2347; }
span { border-color: rgb(255,35,71); }
td.TdClassName
{
border-color: #FF2347;
}
.TagClassName
{
border-color: #FF2347;
}
</style>