Shades of Torch Red #FE262C
Tints of Torch Red #FE262C
RGB
CMYK
RGB Variations
Color information
#FE262C (or 0xFE262C) is known color: Torch Red. HEX triplet: FE, 26 and 2C. RGB value is (254,38,44). Sum of RGB (Red+Green+Blue) = 254+38+44=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE262C is #01D9D3. Grayscale: #676767. Windows color (decimal): -121300 or 2893566. OLE color: 2893566.
HSL color Cylindrical-coordinate representation of color #FE262C: hue angle of 358.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE262C is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 44 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.00 |
| HSL | 358.33º | 0.99% | 0.57% | - |
| HSV(B) | 358.33º | 0.85% | 1% | - |
| XYZ | 42.02 | 22.64 | 4.54 | - |
| YUV | 103.27 | 94.56 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 44 | 0 | 0.85 | 0.83 | 0.00 | 358.33 | 0.99 | 0.57 |
| Hex | FE | 26 | 2C | 0 | 55 | 53 | 0 | 166 | 63 | 39 |
| Octal | 376 | 46 | 54 | 0 | 125 | 123 | 0 | 546 | 143 | 71 |
| Binary | 11111110 | 100110 | 101100 | 0 | 1010101 | 1010011 | 0 | 101100110 | 1100011 | 111001 |
Color Harmonies of #FE262C
Complementary color
Monochromatic Colors of #FE262C
Black with #FE262C
Text Example
Text Example
White with #FE262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE262C; }
p { color: rgb(254,38,44); }
H1.HeaderClassName
{
color: #FE262C;
}
.AnyTagClassName
{
color: #FE262C;
}
</style>
background-color css
<style>
a { background-color: #FE262C; }
a { background-color: rgb(254,38,44); }
div.DivClassName
{
background-color: #FE262C;
}
.BgClassName
{
background-color: #FE262C;
}
</style>
border-color css
<style>
span { border-color: #FE262C; }
span { border-color: rgb(254,38,44); }
td.TdClassName
{
border-color: #FE262C;
}
.TagClassName
{
border-color: #FE262C;
}
</style>