Shades of Torch Red #FE263C
Tints of Torch Red #FE263C
RGB
CMYK
RGB Variations
Color information
#FE263C (or 0xFE263C) is known color: Torch Red. HEX triplet: FE, 26 and 3C. RGB value is (254,38,60). Sum of RGB (Red+Green+Blue) = 254+38+60=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE263C is #01D9C3. Grayscale: #696969. Windows color (decimal): -121284 or 3942142. OLE color: 3942142.
HSL color Cylindrical-coordinate representation of color #FE263C: hue angle of 353.89º 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 #FE263C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 60 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.00 |
| HSL | 353.89º | 0.99% | 0.57% | - |
| HSV(B) | 353.89º | 0.85% | 1% | - |
| XYZ | 42.38 | 22.78 | 6.44 | - |
| YUV | 105.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 60 | 0 | 0.85 | 0.76 | 0.00 | 353.89 | 0.99 | 0.57 |
| Hex | FE | 26 | 3C | 0 | 55 | 4C | 0 | 162 | 63 | 39 |
| Octal | 376 | 46 | 74 | 0 | 125 | 114 | 0 | 542 | 143 | 71 |
| Binary | 11111110 | 100110 | 111100 | 0 | 1010101 | 1001100 | 0 | 101100010 | 1100011 | 111001 |
Color Harmonies of #FE263C
Complementary color
Monochromatic Colors of #FE263C
Black with #FE263C
Text Example
Text Example
White with #FE263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE263C; }
p { color: rgb(254,38,60); }
H1.HeaderClassName
{
color: #FE263C;
}
.AnyTagClassName
{
color: #FE263C;
}
</style>
background-color css
<style>
a { background-color: #FE263C; }
a { background-color: rgb(254,38,60); }
div.DivClassName
{
background-color: #FE263C;
}
.BgClassName
{
background-color: #FE263C;
}
</style>
border-color css
<style>
span { border-color: #FE263C; }
span { border-color: rgb(254,38,60); }
td.TdClassName
{
border-color: #FE263C;
}
.TagClassName
{
border-color: #FE263C;
}
</style>