Shades of Torch Red #FE272C
Tints of Torch Red #FE272C
RGB
CMYK
RGB Variations
Color information
#FE272C (or 0xFE272C) is known color: Torch Red. HEX triplet: FE, 27 and 2C. RGB value is (254,39,44). Sum of RGB (Red+Green+Blue) = 254+39+44=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE272C is #01D8D3. Grayscale: #686868. Windows color (decimal): -121044 or 2893822. OLE color: 2893822.
HSL color Cylindrical-coordinate representation of color #FE272C: hue angle of 358.6º 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 #FE272C is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 44 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.00 |
| HSL | 358.6º | 0.99% | 0.57% | - |
| HSV(B) | 358.6º | 0.85% | 1% | - |
| XYZ | 42.05 | 22.7 | 4.55 | - |
| YUV | 103.86 | 94.23 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 44 | 0 | 0.85 | 0.83 | 0.00 | 358.6 | 0.99 | 0.57 |
| Hex | FE | 27 | 2C | 0 | 55 | 53 | 0 | 167 | 63 | 39 |
| Octal | 376 | 47 | 54 | 0 | 125 | 123 | 0 | 547 | 143 | 71 |
| Binary | 11111110 | 100111 | 101100 | 0 | 1010101 | 1010011 | 0 | 101100111 | 1100011 | 111001 |
Color Harmonies of #FE272C
Complementary color
Monochromatic Colors of #FE272C
Black with #FE272C
Text Example
Text Example
White with #FE272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE272C; }
p { color: rgb(254,39,44); }
H1.HeaderClassName
{
color: #FE272C;
}
.AnyTagClassName
{
color: #FE272C;
}
</style>
background-color css
<style>
a { background-color: #FE272C; }
a { background-color: rgb(254,39,44); }
div.DivClassName
{
background-color: #FE272C;
}
.BgClassName
{
background-color: #FE272C;
}
</style>
border-color css
<style>
span { border-color: #FE272C; }
span { border-color: rgb(254,39,44); }
td.TdClassName
{
border-color: #FE272C;
}
.TagClassName
{
border-color: #FE272C;
}
</style>