Shades of Torch Red #FE272F
Tints of Torch Red #FE272F
RGB
CMYK
RGB Variations
Color information
#FE272F (or 0xFE272F) is known color: Torch Red. HEX triplet: FE, 27 and 2F. RGB value is (254,39,47). Sum of RGB (Red+Green+Blue) = 254+39+47=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE272F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE272F is #01D8D0. Grayscale: #686868. Windows color (decimal): -121041 or 3090430. OLE color: 3090430.
HSL color Cylindrical-coordinate representation of color #FE272F: hue angle of 357.77º 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 #FE272F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 47 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.00 |
| HSL | 357.77º | 0.99% | 0.57% | - |
| HSV(B) | 357.77º | 0.85% | 1% | - |
| XYZ | 42.11 | 22.73 | 4.86 | - |
| YUV | 104.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 47 | 0 | 0.85 | 0.81 | 0.00 | 357.77 | 0.99 | 0.57 |
| Hex | FE | 27 | 2F | 0 | 55 | 51 | 0 | 166 | 63 | 39 |
| Octal | 376 | 47 | 57 | 0 | 125 | 121 | 0 | 546 | 143 | 71 |
| Binary | 11111110 | 100111 | 101111 | 0 | 1010101 | 1010001 | 0 | 101100110 | 1100011 | 111001 |
Color Harmonies of #FE272F
Complementary color
Monochromatic Colors of #FE272F
Black with #FE272F
Text Example
Text Example
White with #FE272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE272F; }
p { color: rgb(254,39,47); }
H1.HeaderClassName
{
color: #FE272F;
}
.AnyTagClassName
{
color: #FE272F;
}
</style>
background-color css
<style>
a { background-color: #FE272F; }
a { background-color: rgb(254,39,47); }
div.DivClassName
{
background-color: #FE272F;
}
.BgClassName
{
background-color: #FE272F;
}
</style>
border-color css
<style>
span { border-color: #FE272F; }
span { border-color: rgb(254,39,47); }
td.TdClassName
{
border-color: #FE272F;
}
.TagClassName
{
border-color: #FE272F;
}
</style>