Shades of Torch Red #FE253B
Tints of Torch Red #FE253B
RGB
CMYK
RGB Variations
Color information
#FE253B (or 0xFE253B) is known color: Torch Red. HEX triplet: FE, 25 and 3B. RGB value is (254,37,59). Sum of RGB (Red+Green+Blue) = 254+37+59=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE253B is #01DAC4. Grayscale: #686868. Windows color (decimal): -121541 or 3876350. OLE color: 3876350.
HSL color Cylindrical-coordinate representation of color #FE253B: hue angle of 353.92º 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 #FE253B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 59 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.00 |
| HSL | 353.92º | 0.99% | 0.57% | - |
| HSV(B) | 353.92º | 0.85% | 1% | - |
| XYZ | 42.32 | 22.71 | 6.29 | - |
| YUV | 104.39 | 102.39 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 59 | 0 | 0.85 | 0.77 | 0.00 | 353.92 | 0.99 | 0.57 |
| Hex | FE | 25 | 3B | 0 | 55 | 4D | 0 | 162 | 63 | 39 |
| Octal | 376 | 45 | 73 | 0 | 125 | 115 | 0 | 542 | 143 | 71 |
| Binary | 11111110 | 100101 | 111011 | 0 | 1010101 | 1001101 | 0 | 101100010 | 1100011 | 111001 |
Color Harmonies of #FE253B
Complementary color
Monochromatic Colors of #FE253B
Black with #FE253B
Text Example
Text Example
White with #FE253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE253B; }
p { color: rgb(254,37,59); }
H1.HeaderClassName
{
color: #FE253B;
}
.AnyTagClassName
{
color: #FE253B;
}
</style>
background-color css
<style>
a { background-color: #FE253B; }
a { background-color: rgb(254,37,59); }
div.DivClassName
{
background-color: #FE253B;
}
.BgClassName
{
background-color: #FE253B;
}
</style>
border-color css
<style>
span { border-color: #FE253B; }
span { border-color: rgb(254,37,59); }
td.TdClassName
{
border-color: #FE253B;
}
.TagClassName
{
border-color: #FE253B;
}
</style>