Shades of Torch Red #FE1629
Tints of Torch Red #FE1629
RGB
CMYK
RGB Variations
Color information
#FE1629 (or 0xFE1629) is known color: Torch Red. HEX triplet: FE, 16 and 29. RGB value is (254,22,41). Sum of RGB (Red+Green+Blue) = 254+22+41=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1629 is #01E9D6. Grayscale: #5D5D5D. Windows color (decimal): -125399 or 2692862. OLE color: 2692862.
HSL color Cylindrical-coordinate representation of color #FE1629: hue angle of 355.09º 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 #FE1629 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 41 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.00 |
| HSL | 355.09º | 0.99% | 0.54% | - |
| HSV(B) | 355.09º | 0.91% | 1% | - |
| XYZ | 41.56 | 21.8 | 4.12 | - |
| YUV | 93.53 | 98.36 | 242.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 41 | 0 | 0.91 | 0.84 | 0.00 | 355.09 | 0.99 | 0.54 |
| Hex | FE | 16 | 29 | 0 | 5B | 54 | 0 | 163 | 63 | 36 |
| Octal | 376 | 26 | 51 | 0 | 133 | 124 | 0 | 543 | 143 | 66 |
| Binary | 11111110 | 10110 | 101001 | 0 | 1011011 | 1010100 | 0 | 101100011 | 1100011 | 110110 |
Color Harmonies of #FE1629
Complementary color
Monochromatic Colors of #FE1629
Black with #FE1629
Text Example
Text Example
White with #FE1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1629; }
p { color: rgb(254,22,41); }
H1.HeaderClassName
{
color: #FE1629;
}
.AnyTagClassName
{
color: #FE1629;
}
</style>
background-color css
<style>
a { background-color: #FE1629; }
a { background-color: rgb(254,22,41); }
div.DivClassName
{
background-color: #FE1629;
}
.BgClassName
{
background-color: #FE1629;
}
</style>
border-color css
<style>
span { border-color: #FE1629; }
span { border-color: rgb(254,22,41); }
td.TdClassName
{
border-color: #FE1629;
}
.TagClassName
{
border-color: #FE1629;
}
</style>