Shades of Torch Red #FE072F
Tints of Torch Red #FE072F
RGB
CMYK
RGB Variations
Color information
#FE072F (or 0xFE072F) is known color: Torch Red. HEX triplet: FE, 07 and 2F. RGB value is (254,7,47). Sum of RGB (Red+Green+Blue) = 254+7+47=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE072F is #01F8D0. Grayscale: #555555. Windows color (decimal): -129233 or 3082238. OLE color: 3082238.
HSL color Cylindrical-coordinate representation of color #FE072F: hue angle of 350.28º 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 #FE072F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.00 |
| HSL | 350.28º | 0.99% | 0.51% | - |
| HSV(B) | 350.28º | 0.97% | 1% | - |
| XYZ | 41.46 | 21.43 | 4.64 | - |
| YUV | 85.41 | 106.33 | 248.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 47 | 0 | 0.97 | 0.81 | 0.00 | 350.28 | 0.99 | 0.51 |
| Hex | FE | 7 | 2F | 0 | 61 | 51 | 0 | 15E | 63 | 33 |
| Octal | 376 | 7 | 57 | 0 | 141 | 121 | 0 | 536 | 143 | 63 |
| Binary | 11111110 | 111 | 101111 | 0 | 1100001 | 1010001 | 0 | 101011110 | 1100011 | 110011 |
Color Harmonies of #FE072F
Complementary color
Monochromatic Colors of #FE072F
Black with #FE072F
Text Example
Text Example
White with #FE072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE072F; }
p { color: rgb(254,7,47); }
H1.HeaderClassName
{
color: #FE072F;
}
.AnyTagClassName
{
color: #FE072F;
}
</style>
background-color css
<style>
a { background-color: #FE072F; }
a { background-color: rgb(254,7,47); }
div.DivClassName
{
background-color: #FE072F;
}
.BgClassName
{
background-color: #FE072F;
}
</style>
border-color css
<style>
span { border-color: #FE072F; }
span { border-color: rgb(254,7,47); }
td.TdClassName
{
border-color: #FE072F;
}
.TagClassName
{
border-color: #FE072F;
}
</style>