Shades of Torch Red #FE0F2D
Tints of Torch Red #FE0F2D
RGB
CMYK
RGB Variations
Color information
#FE0F2D (or 0xFE0F2D) is known color: Torch Red. HEX triplet: FE, 0F and 2D. RGB value is (254,15,45). Sum of RGB (Red+Green+Blue) = 254+15+45=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F2D is #01F0D2. Grayscale: #5A5A5A. Windows color (decimal): -127187 or 2953214. OLE color: 2953214.
HSL color Cylindrical-coordinate representation of color #FE0F2D: hue angle of 352.47º 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 #FE0F2D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 45 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.00 |
| HSL | 352.47º | 0.99% | 0.53% | - |
| HSV(B) | 352.47º | 0.94% | 1% | - |
| XYZ | 41.52 | 21.6 | 4.46 | - |
| YUV | 89.88 | 102.68 | 245.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 45 | 0 | 0.94 | 0.82 | 0.00 | 352.47 | 0.99 | 0.53 |
| Hex | FE | F | 2D | 0 | 5E | 52 | 0 | 160 | 63 | 35 |
| Octal | 376 | 17 | 55 | 0 | 136 | 122 | 0 | 540 | 143 | 65 |
| Binary | 11111110 | 1111 | 101101 | 0 | 1011110 | 1010010 | 0 | 101100000 | 1100011 | 110101 |
Color Harmonies of #FE0F2D
Complementary color
Monochromatic Colors of #FE0F2D
Black with #FE0F2D
Text Example
Text Example
White with #FE0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F2D; }
p { color: rgb(254,15,45); }
H1.HeaderClassName
{
color: #FE0F2D;
}
.AnyTagClassName
{
color: #FE0F2D;
}
</style>
background-color css
<style>
a { background-color: #FE0F2D; }
a { background-color: rgb(254,15,45); }
div.DivClassName
{
background-color: #FE0F2D;
}
.BgClassName
{
background-color: #FE0F2D;
}
</style>
border-color css
<style>
span { border-color: #FE0F2D; }
span { border-color: rgb(254,15,45); }
td.TdClassName
{
border-color: #FE0F2D;
}
.TagClassName
{
border-color: #FE0F2D;
}
</style>