Shades of Torch Red #FE072B
Tints of Torch Red #FE072B
RGB
CMYK
RGB Variations
Color information
#FE072B (or 0xFE072B) is known color: Torch Red. HEX triplet: FE, 07 and 2B. RGB value is (254,7,43). Sum of RGB (Red+Green+Blue) = 254+7+43=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE072B is #01F8D4. Grayscale: #555555. Windows color (decimal): -129237 or 2820094. OLE color: 2820094.
HSL color Cylindrical-coordinate representation of color #FE072B: hue angle of 351.26º 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 #FE072B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.00 |
| HSL | 351.26º | 0.99% | 0.51% | - |
| HSV(B) | 351.26º | 0.97% | 1% | - |
| XYZ | 41.39 | 21.4 | 4.23 | - |
| YUV | 84.96 | 104.33 | 248.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 43 | 0 | 0.97 | 0.83 | 0.00 | 351.26 | 0.99 | 0.51 |
| Hex | FE | 7 | 2B | 0 | 61 | 53 | 0 | 15F | 63 | 33 |
| Octal | 376 | 7 | 53 | 0 | 141 | 123 | 0 | 537 | 143 | 63 |
| Binary | 11111110 | 111 | 101011 | 0 | 1100001 | 1010011 | 0 | 101011111 | 1100011 | 110011 |
Color Harmonies of #FE072B
Complementary color
Monochromatic Colors of #FE072B
Black with #FE072B
Text Example
Text Example
White with #FE072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE072B; }
p { color: rgb(254,7,43); }
H1.HeaderClassName
{
color: #FE072B;
}
.AnyTagClassName
{
color: #FE072B;
}
</style>
background-color css
<style>
a { background-color: #FE072B; }
a { background-color: rgb(254,7,43); }
div.DivClassName
{
background-color: #FE072B;
}
.BgClassName
{
background-color: #FE072B;
}
</style>
border-color css
<style>
span { border-color: #FE072B; }
span { border-color: rgb(254,7,43); }
td.TdClassName
{
border-color: #FE072B;
}
.TagClassName
{
border-color: #FE072B;
}
</style>