Shades of Torch Red #FE0E2D
Tints of Torch Red #FE0E2D
RGB
CMYK
RGB Variations
Color information
#FE0E2D (or 0xFE0E2D) is known color: Torch Red. HEX triplet: FE, 0E and 2D. RGB value is (254,14,45). Sum of RGB (Red+Green+Blue) = 254+14+45=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0E2D is #01F1D2. Grayscale: #595959. Windows color (decimal): -127443 or 2952958. OLE color: 2952958.
HSL color Cylindrical-coordinate representation of color #FE0E2D: hue angle of 352.25º 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 #FE0E2D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 45 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.00 |
| HSL | 352.25º | 0.99% | 0.53% | - |
| HSV(B) | 352.25º | 0.94% | 1% | - |
| XYZ | 41.5 | 21.57 | 4.46 | - |
| YUV | 89.29 | 103.01 | 245.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 45 | 0 | 0.94 | 0.82 | 0.00 | 352.25 | 0.99 | 0.53 |
| Hex | FE | E | 2D | 0 | 5E | 52 | 0 | 160 | 63 | 35 |
| Octal | 376 | 16 | 55 | 0 | 136 | 122 | 0 | 540 | 143 | 65 |
| Binary | 11111110 | 1110 | 101101 | 0 | 1011110 | 1010010 | 0 | 101100000 | 1100011 | 110101 |
Color Harmonies of #FE0E2D
Complementary color
Monochromatic Colors of #FE0E2D
Black with #FE0E2D
Text Example
Text Example
White with #FE0E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E2D; }
p { color: rgb(254,14,45); }
H1.HeaderClassName
{
color: #FE0E2D;
}
.AnyTagClassName
{
color: #FE0E2D;
}
</style>
background-color css
<style>
a { background-color: #FE0E2D; }
a { background-color: rgb(254,14,45); }
div.DivClassName
{
background-color: #FE0E2D;
}
.BgClassName
{
background-color: #FE0E2D;
}
</style>
border-color css
<style>
span { border-color: #FE0E2D; }
span { border-color: rgb(254,14,45); }
td.TdClassName
{
border-color: #FE0E2D;
}
.TagClassName
{
border-color: #FE0E2D;
}
</style>