Shades of Torch Red #FE2425
Tints of Torch Red #FE2425
RGB
CMYK
RGB Variations
Color information
#FE2425 (or 0xFE2425) is known color: Torch Red. HEX triplet: FE, 24 and 25. RGB value is (254,36,37). Sum of RGB (Red+Green+Blue) = 254+36+37=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2425 is #01DBDA. Grayscale: #656565. Windows color (decimal): -121819 or 2434302. OLE color: 2434302.
HSL color Cylindrical-coordinate representation of color #FE2425: hue angle of 359.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2425 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 37 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.00 |
| HSL | 359.72º | 0.99% | 0.57% | - |
| HSV(B) | 359.72º | 0.86% | 1% | - |
| XYZ | 41.84 | 22.47 | 3.88 | - |
| YUV | 101.3 | 91.72 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 37 | 0 | 0.86 | 0.85 | 0.00 | 359.72 | 0.99 | 0.57 |
| Hex | FE | 24 | 25 | 0 | 56 | 55 | 0 | 168 | 63 | 39 |
| Octal | 376 | 44 | 45 | 0 | 126 | 125 | 0 | 550 | 143 | 71 |
| Binary | 11111110 | 100100 | 100101 | 0 | 1010110 | 1010101 | 0 | 101101000 | 1100011 | 111001 |
Color Harmonies of #FE2425
Complementary color
Monochromatic Colors of #FE2425
Black with #FE2425
Text Example
Text Example
White with #FE2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2425; }
p { color: rgb(254,36,37); }
H1.HeaderClassName
{
color: #FE2425;
}
.AnyTagClassName
{
color: #FE2425;
}
</style>
background-color css
<style>
a { background-color: #FE2425; }
a { background-color: rgb(254,36,37); }
div.DivClassName
{
background-color: #FE2425;
}
.BgClassName
{
background-color: #FE2425;
}
</style>
border-color css
<style>
span { border-color: #FE2425; }
span { border-color: rgb(254,36,37); }
td.TdClassName
{
border-color: #FE2425;
}
.TagClassName
{
border-color: #FE2425;
}
</style>