Shades of Torch Red #FE253A
Tints of Torch Red #FE253A
RGB
CMYK
RGB Variations
Color information
#FE253A (or 0xFE253A) is known color: Torch Red. HEX triplet: FE, 25 and 3A. RGB value is (254,37,58). Sum of RGB (Red+Green+Blue) = 254+37+58=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE253A is #01DAC5. Grayscale: #686868. Windows color (decimal): -121542 or 3810814. OLE color: 3810814.
HSL color Cylindrical-coordinate representation of color #FE253A: hue angle of 354.19º 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 #FE253A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.00 |
| HSL | 354.19º | 0.99% | 0.57% | - |
| HSV(B) | 354.19º | 0.85% | 1% | - |
| XYZ | 42.3 | 22.7 | 6.16 | - |
| YUV | 104.28 | 101.89 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 58 | 0 | 0.85 | 0.77 | 0.00 | 354.19 | 0.99 | 0.57 |
| Hex | FE | 25 | 3A | 0 | 55 | 4D | 0 | 162 | 63 | 39 |
| Octal | 376 | 45 | 72 | 0 | 125 | 115 | 0 | 542 | 143 | 71 |
| Binary | 11111110 | 100101 | 111010 | 0 | 1010101 | 1001101 | 0 | 101100010 | 1100011 | 111001 |
Color Harmonies of #FE253A
Complementary color
Monochromatic Colors of #FE253A
Black with #FE253A
Text Example
Text Example
White with #FE253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE253A; }
p { color: rgb(254,37,58); }
H1.HeaderClassName
{
color: #FE253A;
}
.AnyTagClassName
{
color: #FE253A;
}
</style>
background-color css
<style>
a { background-color: #FE253A; }
a { background-color: rgb(254,37,58); }
div.DivClassName
{
background-color: #FE253A;
}
.BgClassName
{
background-color: #FE253A;
}
</style>
border-color css
<style>
span { border-color: #FE253A; }
span { border-color: rgb(254,37,58); }
td.TdClassName
{
border-color: #FE253A;
}
.TagClassName
{
border-color: #FE253A;
}
</style>