Shades of Torch Red #FE2739
Tints of Torch Red #FE2739
RGB
CMYK
RGB Variations
Color information
#FE2739 (or 0xFE2739) is known color: Torch Red. HEX triplet: FE, 27 and 39. RGB value is (254,39,57). Sum of RGB (Red+Green+Blue) = 254+39+57=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2739 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2739 is #01D8C6. Grayscale: #696969. Windows color (decimal): -121031 or 3745790. OLE color: 3745790.
HSL color Cylindrical-coordinate representation of color #FE2739: hue angle of 354.98º 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 #FE2739 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 57 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.00 |
| HSL | 354.98º | 0.99% | 0.57% | - |
| HSV(B) | 354.98º | 0.85% | 1% | - |
| XYZ | 42.34 | 22.82 | 6.04 | - |
| YUV | 105.34 | 100.73 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 57 | 0 | 0.85 | 0.78 | 0.00 | 354.98 | 0.99 | 0.57 |
| Hex | FE | 27 | 39 | 0 | 55 | 4E | 0 | 163 | 63 | 39 |
| Octal | 376 | 47 | 71 | 0 | 125 | 116 | 0 | 543 | 143 | 71 |
| Binary | 11111110 | 100111 | 111001 | 0 | 1010101 | 1001110 | 0 | 101100011 | 1100011 | 111001 |
Color Harmonies of #FE2739
Complementary color
Monochromatic Colors of #FE2739
Black with #FE2739
Text Example
Text Example
White with #FE2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2739; }
p { color: rgb(254,39,57); }
H1.HeaderClassName
{
color: #FE2739;
}
.AnyTagClassName
{
color: #FE2739;
}
</style>
background-color css
<style>
a { background-color: #FE2739; }
a { background-color: rgb(254,39,57); }
div.DivClassName
{
background-color: #FE2739;
}
.BgClassName
{
background-color: #FE2739;
}
</style>
border-color css
<style>
span { border-color: #FE2739; }
span { border-color: rgb(254,39,57); }
td.TdClassName
{
border-color: #FE2739;
}
.TagClassName
{
border-color: #FE2739;
}
</style>