Shades of Torch Red #FE2539
Tints of Torch Red #FE2539
RGB
CMYK
RGB Variations
Color information
#FE2539 (or 0xFE2539) is known color: Torch Red. HEX triplet: FE, 25 and 39. RGB value is (254,37,57). Sum of RGB (Red+Green+Blue) = 254+37+57=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2539 is #01DAC6. Grayscale: #686868. Windows color (decimal): -121543 or 3745278. OLE color: 3745278.
HSL color Cylindrical-coordinate representation of color #FE2539: hue angle of 354.47º 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 #FE2539 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 57 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.00 |
| HSL | 354.47º | 0.99% | 0.57% | - |
| HSV(B) | 354.47º | 0.85% | 1% | - |
| XYZ | 42.27 | 22.69 | 6.02 | - |
| YUV | 104.16 | 101.39 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 57 | 0 | 0.85 | 0.78 | 0.00 | 354.47 | 0.99 | 0.57 |
| Hex | FE | 25 | 39 | 0 | 55 | 4E | 0 | 162 | 63 | 39 |
| Octal | 376 | 45 | 71 | 0 | 125 | 116 | 0 | 542 | 143 | 71 |
| Binary | 11111110 | 100101 | 111001 | 0 | 1010101 | 1001110 | 0 | 101100010 | 1100011 | 111001 |
Color Harmonies of #FE2539
Complementary color
Monochromatic Colors of #FE2539
Black with #FE2539
Text Example
Text Example
White with #FE2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2539; }
p { color: rgb(254,37,57); }
H1.HeaderClassName
{
color: #FE2539;
}
.AnyTagClassName
{
color: #FE2539;
}
</style>
background-color css
<style>
a { background-color: #FE2539; }
a { background-color: rgb(254,37,57); }
div.DivClassName
{
background-color: #FE2539;
}
.BgClassName
{
background-color: #FE2539;
}
</style>
border-color css
<style>
span { border-color: #FE2539; }
span { border-color: rgb(254,37,57); }
td.TdClassName
{
border-color: #FE2539;
}
.TagClassName
{
border-color: #FE2539;
}
</style>