Shades of Torch Red #FE1651
Tints of Torch Red #FE1651
RGB
CMYK
RGB Variations
Color information
#FE1651 (or 0xFE1651) is known color: Torch Red. HEX triplet: FE, 16 and 51. RGB value is (254,22,81). Sum of RGB (Red+Green+Blue) = 254+22+81=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1651 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1651 is #01E9AE. Grayscale: #626262. Windows color (decimal): -125359 or 5314302. OLE color: 5314302.
HSL color Cylindrical-coordinate representation of color #FE1651: hue angle of 344.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1651 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 81 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.00 |
| HSL | 344.74º | 0.99% | 0.54% | - |
| HSV(B) | 344.74º | 0.91% | 1% | - |
| XYZ | 42.65 | 22.24 | 9.83 | - |
| YUV | 98.09 | 118.36 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 81 | 0 | 0.91 | 0.68 | 0.00 | 344.74 | 0.99 | 0.54 |
| Hex | FE | 16 | 51 | 0 | 5B | 44 | 0 | 159 | 63 | 36 |
| Octal | 376 | 26 | 121 | 0 | 133 | 104 | 0 | 531 | 143 | 66 |
| Binary | 11111110 | 10110 | 1010001 | 0 | 1011011 | 1000100 | 0 | 101011001 | 1100011 | 110110 |
Color Harmonies of #FE1651
Complementary color
Monochromatic Colors of #FE1651
Black with #FE1651
Text Example
Text Example
White with #FE1651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1651; }
p { color: rgb(254,22,81); }
H1.HeaderClassName
{
color: #FE1651;
}
.AnyTagClassName
{
color: #FE1651;
}
</style>
background-color css
<style>
a { background-color: #FE1651; }
a { background-color: rgb(254,22,81); }
div.DivClassName
{
background-color: #FE1651;
}
.BgClassName
{
background-color: #FE1651;
}
</style>
border-color css
<style>
span { border-color: #FE1651; }
span { border-color: rgb(254,22,81); }
td.TdClassName
{
border-color: #FE1651;
}
.TagClassName
{
border-color: #FE1651;
}
</style>