Shades of Torch Red #FE252E
Tints of Torch Red #FE252E
RGB
CMYK
RGB Variations
Color information
#FE252E (or 0xFE252E) is known color: Torch Red. HEX triplet: FE, 25 and 2E. RGB value is (254,37,46). Sum of RGB (Red+Green+Blue) = 254+37+46=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE252E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE252E is #01DAD1. Grayscale: #676767. Windows color (decimal): -121554 or 3024382. OLE color: 3024382.
HSL color Cylindrical-coordinate representation of color #FE252E: hue angle of 357.51º 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 #FE252E is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 46 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.00 |
| HSL | 357.51º | 0.99% | 0.57% | - |
| HSV(B) | 357.51º | 0.85% | 1% | - |
| XYZ | 42.03 | 22.59 | 4.73 | - |
| YUV | 102.91 | 95.89 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 46 | 0 | 0.85 | 0.82 | 0.00 | 357.51 | 0.99 | 0.57 |
| Hex | FE | 25 | 2E | 0 | 55 | 52 | 0 | 166 | 63 | 39 |
| Octal | 376 | 45 | 56 | 0 | 125 | 122 | 0 | 546 | 143 | 71 |
| Binary | 11111110 | 100101 | 101110 | 0 | 1010101 | 1010010 | 0 | 101100110 | 1100011 | 111001 |
Color Harmonies of #FE252E
Complementary color
Monochromatic Colors of #FE252E
Black with #FE252E
Text Example
Text Example
White with #FE252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE252E; }
p { color: rgb(254,37,46); }
H1.HeaderClassName
{
color: #FE252E;
}
.AnyTagClassName
{
color: #FE252E;
}
</style>
background-color css
<style>
a { background-color: #FE252E; }
a { background-color: rgb(254,37,46); }
div.DivClassName
{
background-color: #FE252E;
}
.BgClassName
{
background-color: #FE252E;
}
</style>
border-color css
<style>
span { border-color: #FE252E; }
span { border-color: rgb(254,37,46); }
td.TdClassName
{
border-color: #FE252E;
}
.TagClassName
{
border-color: #FE252E;
}
</style>