Shades of Torch Red #FE263D
Tints of Torch Red #FE263D
RGB
CMYK
RGB Variations
Color information
#FE263D (or 0xFE263D) is known color: Torch Red. HEX triplet: FE, 26 and 3D. RGB value is (254,38,61). Sum of RGB (Red+Green+Blue) = 254+38+61=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE263D is #01D9C2. Grayscale: #696969. Windows color (decimal): -121283 or 4007678. OLE color: 4007678.
HSL color Cylindrical-coordinate representation of color #FE263D: hue angle of 353.61º 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 #FE263D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 61 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.00 |
| HSL | 353.61º | 0.99% | 0.57% | - |
| HSV(B) | 353.61º | 0.85% | 1% | - |
| XYZ | 42.41 | 22.79 | 6.58 | - |
| YUV | 105.21 | 103.06 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 61 | 0 | 0.85 | 0.76 | 0.00 | 353.61 | 0.99 | 0.57 |
| Hex | FE | 26 | 3D | 0 | 55 | 4C | 0 | 162 | 63 | 39 |
| Octal | 376 | 46 | 75 | 0 | 125 | 114 | 0 | 542 | 143 | 71 |
| Binary | 11111110 | 100110 | 111101 | 0 | 1010101 | 1001100 | 0 | 101100010 | 1100011 | 111001 |
Color Harmonies of #FE263D
Complementary color
Monochromatic Colors of #FE263D
Black with #FE263D
Text Example
Text Example
White with #FE263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE263D; }
p { color: rgb(254,38,61); }
H1.HeaderClassName
{
color: #FE263D;
}
.AnyTagClassName
{
color: #FE263D;
}
</style>
background-color css
<style>
a { background-color: #FE263D; }
a { background-color: rgb(254,38,61); }
div.DivClassName
{
background-color: #FE263D;
}
.BgClassName
{
background-color: #FE263D;
}
</style>
border-color css
<style>
span { border-color: #FE263D; }
span { border-color: rgb(254,38,61); }
td.TdClassName
{
border-color: #FE263D;
}
.TagClassName
{
border-color: #FE263D;
}
</style>