Shades of Torch Red #FF0247
Tints of Torch Red #FF0247
RGB
CMYK
RGB Variations
Color information
#FF0247 (or 0xFF0247) is known color: Torch Red. HEX triplet: FF, 02 and 47. RGB value is (255,2,71). Sum of RGB (Red+Green+Blue) = 255+2+71=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0247 is #00FDB8. Grayscale: #555555. Windows color (decimal): -64953 or 4653823. OLE color: 4653823.
HSL color Cylindrical-coordinate representation of color #FF0247: hue angle of 343.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0247 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.72 | 0 |
| HSL | 343.64º | 1% | 0.5% | - |
| HSV(B) | 343.64º | 0.99% | 1% | - |
| XYZ | 42.4 | 21.76 | 7.93 | - |
| YUV | 85.51 | 119.82 | 248.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 71 | 0 | 0.99 | 0.72 | 0 | 343.64 | 1 | 0.5 |
| Hex | FF | 2 | 47 | 0 | 63 | 48 | 0 | 158 | 64 | 32 |
| Octal | 377 | 2 | 107 | 0 | 143 | 110 | 0 | 530 | 144 | 62 |
| Binary | 11111111 | 10 | 1000111 | 0 | 1100011 | 1001000 | 0 | 101011000 | 1100100 | 110010 |
Color Harmonies of #FF0247
Complementary color
Monochromatic Colors of #FF0247
Black with #FF0247
Text Example
Text Example
White with #FF0247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0247; }
p { color: rgb(255,2,71); }
H1.HeaderClassName
{
color: #FF0247;
}
.AnyTagClassName
{
color: #FF0247;
}
</style>
background-color css
<style>
a { background-color: #FF0247; }
a { background-color: rgb(255,2,71); }
div.DivClassName
{
background-color: #FF0247;
}
.BgClassName
{
background-color: #FF0247;
}
</style>
border-color css
<style>
span { border-color: #FF0247; }
span { border-color: rgb(255,2,71); }
td.TdClassName
{
border-color: #FF0247;
}
.TagClassName
{
border-color: #FF0247;
}
</style>