Shades of Torch Red #FE0425
Tints of Torch Red #FE0425
RGB
CMYK
RGB Variations
Color information
#FE0425 (or 0xFE0425) is known color: Torch Red. HEX triplet: FE, 04 and 25. RGB value is (254,4,37). Sum of RGB (Red+Green+Blue) = 254+4+37=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0425 is #01FBDA. Grayscale: #525252. Windows color (decimal): -130011 or 2426110. OLE color: 2426110.
HSL color Cylindrical-coordinate representation of color #FE0425: hue angle of 352.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0425 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.00 |
| HSL | 352.08º | 0.99% | 0.51% | - |
| HSV(B) | 352.08º | 0.98% | 1% | - |
| XYZ | 41.25 | 21.29 | 3.69 | - |
| YUV | 82.51 | 102.33 | 250.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 37 | 0 | 0.98 | 0.85 | 0.00 | 352.08 | 0.99 | 0.51 |
| Hex | FE | 4 | 25 | 0 | 62 | 55 | 0 | 160 | 63 | 33 |
| Octal | 376 | 4 | 45 | 0 | 142 | 125 | 0 | 540 | 143 | 63 |
| Binary | 11111110 | 100 | 100101 | 0 | 1100010 | 1010101 | 0 | 101100000 | 1100011 | 110011 |
Color Harmonies of #FE0425
Complementary color
Monochromatic Colors of #FE0425
Black with #FE0425
Text Example
Text Example
White with #FE0425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0425; }
p { color: rgb(254,4,37); }
H1.HeaderClassName
{
color: #FE0425;
}
.AnyTagClassName
{
color: #FE0425;
}
</style>
background-color css
<style>
a { background-color: #FE0425; }
a { background-color: rgb(254,4,37); }
div.DivClassName
{
background-color: #FE0425;
}
.BgClassName
{
background-color: #FE0425;
}
</style>
border-color css
<style>
span { border-color: #FE0425; }
span { border-color: rgb(254,4,37); }
td.TdClassName
{
border-color: #FE0425;
}
.TagClassName
{
border-color: #FE0425;
}
</style>