Shades of Torch Red #FE072D
Tints of Torch Red #FE072D
RGB
CMYK
RGB Variations
Color information
#FE072D (or 0xFE072D) is known color: Torch Red. HEX triplet: FE, 07 and 2D. RGB value is (254,7,45). Sum of RGB (Red+Green+Blue) = 254+7+45=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE072D is #01F8D2. Grayscale: #555555. Windows color (decimal): -129235 or 2951166. OLE color: 2951166.
HSL color Cylindrical-coordinate representation of color #FE072D: hue angle of 350.77º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE072D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.00 |
| HSL | 350.77º | 0.99% | 0.51% | - |
| HSV(B) | 350.77º | 0.97% | 1% | - |
| XYZ | 41.42 | 21.41 | 4.43 | - |
| YUV | 85.19 | 105.33 | 248.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 45 | 0 | 0.97 | 0.82 | 0.00 | 350.77 | 0.99 | 0.51 |
| Hex | FE | 7 | 2D | 0 | 61 | 52 | 0 | 15F | 63 | 33 |
| Octal | 376 | 7 | 55 | 0 | 141 | 122 | 0 | 537 | 143 | 63 |
| Binary | 11111110 | 111 | 101101 | 0 | 1100001 | 1010010 | 0 | 101011111 | 1100011 | 110011 |
Color Harmonies of #FE072D
Complementary color
Monochromatic Colors of #FE072D
Black with #FE072D
Text Example
Text Example
White with #FE072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE072D; }
p { color: rgb(254,7,45); }
H1.HeaderClassName
{
color: #FE072D;
}
.AnyTagClassName
{
color: #FE072D;
}
</style>
background-color css
<style>
a { background-color: #FE072D; }
a { background-color: rgb(254,7,45); }
div.DivClassName
{
background-color: #FE072D;
}
.BgClassName
{
background-color: #FE072D;
}
</style>
border-color css
<style>
span { border-color: #FE072D; }
span { border-color: rgb(254,7,45); }
td.TdClassName
{
border-color: #FE072D;
}
.TagClassName
{
border-color: #FE072D;
}
</style>