Shades of Torch Red #FE0347
Tints of Torch Red #FE0347
RGB
CMYK
RGB Variations
Color information
#FE0347 (or 0xFE0347) is known color: Torch Red. HEX triplet: FE, 03 and 47. RGB value is (254,3,71). Sum of RGB (Red+Green+Blue) = 254+3+71=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0347 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0347 is #01FCB8. Grayscale: #555555. Windows color (decimal): -130233 or 4654078. OLE color: 4654078.
HSL color Cylindrical-coordinate representation of color #FE0347: hue angle of 343.75º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0347 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 71 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.00 |
| HSL | 343.75º | 0.99% | 0.5% | - |
| HSV(B) | 343.75º | 0.99% | 1% | - |
| XYZ | 42.04 | 21.59 | 7.91 | - |
| YUV | 85.8 | 119.66 | 247.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 71 | 0 | 0.99 | 0.72 | 0.00 | 343.75 | 0.99 | 0.5 |
| Hex | FE | 3 | 47 | 0 | 63 | 48 | 0 | 158 | 63 | 32 |
| Octal | 376 | 3 | 107 | 0 | 143 | 110 | 0 | 530 | 143 | 62 |
| Binary | 11111110 | 11 | 1000111 | 0 | 1100011 | 1001000 | 0 | 101011000 | 1100011 | 110010 |
Color Harmonies of #FE0347
Complementary color
Monochromatic Colors of #FE0347
Black with #FE0347
Text Example
Text Example
White with #FE0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0347; }
p { color: rgb(254,3,71); }
H1.HeaderClassName
{
color: #FE0347;
}
.AnyTagClassName
{
color: #FE0347;
}
</style>
background-color css
<style>
a { background-color: #FE0347; }
a { background-color: rgb(254,3,71); }
div.DivClassName
{
background-color: #FE0347;
}
.BgClassName
{
background-color: #FE0347;
}
</style>
border-color css
<style>
span { border-color: #FE0347; }
span { border-color: rgb(254,3,71); }
td.TdClassName
{
border-color: #FE0347;
}
.TagClassName
{
border-color: #FE0347;
}
</style>