Shades of Torch Red #FE1D26
Tints of Torch Red #FE1D26
RGB
CMYK
RGB Variations
Color information
#FE1D26 (or 0xFE1D26) is known color: Torch Red. HEX triplet: FE, 1D and 26. RGB value is (254,29,38). Sum of RGB (Red+Green+Blue) = 254+29+38=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1D26 is #01E2D9. Grayscale: #616161. Windows color (decimal): -123610 or 2498046. OLE color: 2498046.
HSL color Cylindrical-coordinate representation of color #FE1D26: hue angle of 357.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1D26 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 38 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.00 |
| HSL | 357.6º | 0.99% | 0.55% | - |
| HSV(B) | 357.6º | 0.89% | 1% | - |
| XYZ | 41.66 | 22.09 | 3.9 | - |
| YUV | 97.3 | 94.54 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 38 | 0 | 0.89 | 0.85 | 0.00 | 357.6 | 0.99 | 0.55 |
| Hex | FE | 1D | 26 | 0 | 59 | 55 | 0 | 166 | 63 | 37 |
| Octal | 376 | 35 | 46 | 0 | 131 | 125 | 0 | 546 | 143 | 67 |
| Binary | 11111110 | 11101 | 100110 | 0 | 1011001 | 1010101 | 0 | 101100110 | 1100011 | 110111 |
Color Harmonies of #FE1D26
Complementary color
Monochromatic Colors of #FE1D26
Black with #FE1D26
Text Example
Text Example
White with #FE1D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1D26; }
p { color: rgb(254,29,38); }
H1.HeaderClassName
{
color: #FE1D26;
}
.AnyTagClassName
{
color: #FE1D26;
}
</style>
background-color css
<style>
a { background-color: #FE1D26; }
a { background-color: rgb(254,29,38); }
div.DivClassName
{
background-color: #FE1D26;
}
.BgClassName
{
background-color: #FE1D26;
}
</style>
border-color css
<style>
span { border-color: #FE1D26; }
span { border-color: rgb(254,29,38); }
td.TdClassName
{
border-color: #FE1D26;
}
.TagClassName
{
border-color: #FE1D26;
}
</style>