Shades of Torch Red #FE253C
Tints of Torch Red #FE253C
RGB
CMYK
RGB Variations
Color information
#FE253C (or 0xFE253C) is known color: Torch Red. HEX triplet: FE, 25 and 3C. RGB value is (254,37,60). Sum of RGB (Red+Green+Blue) = 254+37+60=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE253C is #01DAC3. Grayscale: #686868. Windows color (decimal): -121540 or 3941886. OLE color: 3941886.
HSL color Cylindrical-coordinate representation of color #FE253C: hue angle of 353.64º 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 #FE253C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 60 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.00 |
| HSL | 353.64º | 0.99% | 0.57% | - |
| HSV(B) | 353.64º | 0.85% | 1% | - |
| XYZ | 42.35 | 22.72 | 6.43 | - |
| YUV | 104.51 | 102.89 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 60 | 0 | 0.85 | 0.76 | 0.00 | 353.64 | 0.99 | 0.57 |
| Hex | FE | 25 | 3C | 0 | 55 | 4C | 0 | 162 | 63 | 39 |
| Octal | 376 | 45 | 74 | 0 | 125 | 114 | 0 | 542 | 143 | 71 |
| Binary | 11111110 | 100101 | 111100 | 0 | 1010101 | 1001100 | 0 | 101100010 | 1100011 | 111001 |
Color Harmonies of #FE253C
Complementary color
Monochromatic Colors of #FE253C
Black with #FE253C
Text Example
Text Example
White with #FE253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE253C; }
p { color: rgb(254,37,60); }
H1.HeaderClassName
{
color: #FE253C;
}
.AnyTagClassName
{
color: #FE253C;
}
</style>
background-color css
<style>
a { background-color: #FE253C; }
a { background-color: rgb(254,37,60); }
div.DivClassName
{
background-color: #FE253C;
}
.BgClassName
{
background-color: #FE253C;
}
</style>
border-color css
<style>
span { border-color: #FE253C; }
span { border-color: rgb(254,37,60); }
td.TdClassName
{
border-color: #FE253C;
}
.TagClassName
{
border-color: #FE253C;
}
</style>