Shades of Torch Red #FE1626
Tints of Torch Red #FE1626
RGB
CMYK
RGB Variations
Color information
#FE1626 (or 0xFE1626) is known color: Torch Red. HEX triplet: FE, 16 and 26. RGB value is (254,22,38). Sum of RGB (Red+Green+Blue) = 254+22+38=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1626 is #01E9D9. Grayscale: #5D5D5D. Windows color (decimal): -125402 or 2496254. OLE color: 2496254.
HSL color Cylindrical-coordinate representation of color #FE1626: hue angle of 355.86º 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 #FE1626 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 38 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.00 |
| HSL | 355.86º | 0.99% | 0.54% | - |
| HSV(B) | 355.86º | 0.91% | 1% | - |
| XYZ | 41.51 | 21.78 | 3.85 | - |
| YUV | 93.19 | 96.86 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 38 | 0 | 0.91 | 0.85 | 0.00 | 355.86 | 0.99 | 0.54 |
| Hex | FE | 16 | 26 | 0 | 5B | 55 | 0 | 164 | 63 | 36 |
| Octal | 376 | 26 | 46 | 0 | 133 | 125 | 0 | 544 | 143 | 66 |
| Binary | 11111110 | 10110 | 100110 | 0 | 1011011 | 1010101 | 0 | 101100100 | 1100011 | 110110 |
Color Harmonies of #FE1626
Complementary color
Monochromatic Colors of #FE1626
Black with #FE1626
Text Example
Text Example
White with #FE1626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1626; }
p { color: rgb(254,22,38); }
H1.HeaderClassName
{
color: #FE1626;
}
.AnyTagClassName
{
color: #FE1626;
}
</style>
background-color css
<style>
a { background-color: #FE1626; }
a { background-color: rgb(254,22,38); }
div.DivClassName
{
background-color: #FE1626;
}
.BgClassName
{
background-color: #FE1626;
}
</style>
border-color css
<style>
span { border-color: #FE1626; }
span { border-color: rgb(254,22,38); }
td.TdClassName
{
border-color: #FE1626;
}
.TagClassName
{
border-color: #FE1626;
}
</style>