Shades of Torch Red #FE074B
Tints of Torch Red #FE074B
RGB
CMYK
RGB Variations
Color information
#FE074B (or 0xFE074B) is known color: Torch Red. HEX triplet: FE, 07 and 4B. RGB value is (254,7,75). Sum of RGB (Red+Green+Blue) = 254+7+75=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE074B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE074B is #01F8B4. Grayscale: #585858. Windows color (decimal): -129205 or 4917246. OLE color: 4917246.
HSL color Cylindrical-coordinate representation of color #FE074B: hue angle of 343.48º 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 #FE074B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.00 |
| HSL | 343.48º | 0.99% | 0.51% | - |
| HSV(B) | 343.48º | 0.97% | 1% | - |
| XYZ | 42.22 | 21.73 | 8.63 | - |
| YUV | 88.61 | 120.33 | 245.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 75 | 0 | 0.97 | 0.70 | 0.00 | 343.48 | 0.99 | 0.51 |
| Hex | FE | 7 | 4B | 0 | 61 | 46 | 0 | 157 | 63 | 33 |
| Octal | 376 | 7 | 113 | 0 | 141 | 106 | 0 | 527 | 143 | 63 |
| Binary | 11111110 | 111 | 1001011 | 0 | 1100001 | 1000110 | 0 | 101010111 | 1100011 | 110011 |
Color Harmonies of #FE074B
Complementary color
Monochromatic Colors of #FE074B
Black with #FE074B
Text Example
Text Example
White with #FE074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE074B; }
p { color: rgb(254,7,75); }
H1.HeaderClassName
{
color: #FE074B;
}
.AnyTagClassName
{
color: #FE074B;
}
</style>
background-color css
<style>
a { background-color: #FE074B; }
a { background-color: rgb(254,7,75); }
div.DivClassName
{
background-color: #FE074B;
}
.BgClassName
{
background-color: #FE074B;
}
</style>
border-color css
<style>
span { border-color: #FE074B; }
span { border-color: rgb(254,7,75); }
td.TdClassName
{
border-color: #FE074B;
}
.TagClassName
{
border-color: #FE074B;
}
</style>