Shades of Torch Red #FE263A
Tints of Torch Red #FE263A
RGB
CMYK
RGB Variations
Color information
#FE263A (or 0xFE263A) is known color: Torch Red. HEX triplet: FE, 26 and 3A. RGB value is (254,38,58). Sum of RGB (Red+Green+Blue) = 254+38+58=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE263A is #01D9C5. Grayscale: #696969. Windows color (decimal): -121286 or 3811070. OLE color: 3811070.
HSL color Cylindrical-coordinate representation of color #FE263A: hue angle of 354.44º 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 #FE263A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.00 |
| HSL | 354.44º | 0.99% | 0.57% | - |
| HSV(B) | 354.44º | 0.85% | 1% | - |
| XYZ | 42.33 | 22.76 | 6.17 | - |
| YUV | 104.86 | 101.56 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 58 | 0 | 0.85 | 0.77 | 0.00 | 354.44 | 0.99 | 0.57 |
| Hex | FE | 26 | 3A | 0 | 55 | 4D | 0 | 162 | 63 | 39 |
| Octal | 376 | 46 | 72 | 0 | 125 | 115 | 0 | 542 | 143 | 71 |
| Binary | 11111110 | 100110 | 111010 | 0 | 1010101 | 1001101 | 0 | 101100010 | 1100011 | 111001 |
Color Harmonies of #FE263A
Complementary color
Monochromatic Colors of #FE263A
Black with #FE263A
Text Example
Text Example
White with #FE263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE263A; }
p { color: rgb(254,38,58); }
H1.HeaderClassName
{
color: #FE263A;
}
.AnyTagClassName
{
color: #FE263A;
}
</style>
background-color css
<style>
a { background-color: #FE263A; }
a { background-color: rgb(254,38,58); }
div.DivClassName
{
background-color: #FE263A;
}
.BgClassName
{
background-color: #FE263A;
}
</style>
border-color css
<style>
span { border-color: #FE263A; }
span { border-color: rgb(254,38,58); }
td.TdClassName
{
border-color: #FE263A;
}
.TagClassName
{
border-color: #FE263A;
}
</style>