Shades of Torch Red #FE0E2F
Tints of Torch Red #FE0E2F
RGB
CMYK
RGB Variations
Color information
#FE0E2F (or 0xFE0E2F) is known color: Torch Red. HEX triplet: FE, 0E and 2F. RGB value is (254,14,47). Sum of RGB (Red+Green+Blue) = 254+14+47=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0E2F is #01F1D0. Grayscale: #595959. Windows color (decimal): -127441 or 3084030. OLE color: 3084030.
HSL color Cylindrical-coordinate representation of color #FE0E2F: hue angle of 351.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0E2F is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 47 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.00 |
| HSL | 351.75º | 0.99% | 0.53% | - |
| HSV(B) | 351.75º | 0.94% | 1% | - |
| XYZ | 41.54 | 21.59 | 4.67 | - |
| YUV | 89.52 | 104.01 | 245.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 47 | 0 | 0.94 | 0.81 | 0.00 | 351.75 | 0.99 | 0.53 |
| Hex | FE | E | 2F | 0 | 5E | 51 | 0 | 160 | 63 | 35 |
| Octal | 376 | 16 | 57 | 0 | 136 | 121 | 0 | 540 | 143 | 65 |
| Binary | 11111110 | 1110 | 101111 | 0 | 1011110 | 1010001 | 0 | 101100000 | 1100011 | 110101 |
Color Harmonies of #FE0E2F
Complementary color
Monochromatic Colors of #FE0E2F
Black with #FE0E2F
Text Example
Text Example
White with #FE0E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E2F; }
p { color: rgb(254,14,47); }
H1.HeaderClassName
{
color: #FE0E2F;
}
.AnyTagClassName
{
color: #FE0E2F;
}
</style>
background-color css
<style>
a { background-color: #FE0E2F; }
a { background-color: rgb(254,14,47); }
div.DivClassName
{
background-color: #FE0E2F;
}
.BgClassName
{
background-color: #FE0E2F;
}
</style>
border-color css
<style>
span { border-color: #FE0E2F; }
span { border-color: rgb(254,14,47); }
td.TdClassName
{
border-color: #FE0E2F;
}
.TagClassName
{
border-color: #FE0E2F;
}
</style>