Shades of Torch Red #FE004B
Tints of Torch Red #FE004B
RGB
CMYK
RGB Variations
Color information
#FE004B (or 0xFE004B) is known color: Torch Red. HEX triplet: FE, 00 and 4B. RGB value is (254,0,75). Sum of RGB (Red+Green+Blue) = 254+0+75=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE004B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE004B is #01FFB4. Grayscale: #545454. Windows color (decimal): -130997 or 4915454. OLE color: 4915454.
HSL color Cylindrical-coordinate representation of color #FE004B: hue angle of 342.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE004B is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.70 | 0.00 |
| HSL | 342.28º | 1% | 0.5% | - |
| HSV(B) | 342.28º | 1% | 1% | - |
| XYZ | 42.14 | 21.58 | 8.6 | - |
| YUV | 84.5 | 122.65 | 248.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 75 | 0 | 1 | 0.70 | 0.00 | 342.28 | 1 | 0.5 |
| Hex | FE | 0 | 4B | 0 | 64 | 46 | 0 | 156 | 64 | 32 |
| Octal | 376 | 0 | 113 | 0 | 144 | 106 | 0 | 526 | 144 | 62 |
| Binary | 11111110 | 0 | 1001011 | 0 | 1100100 | 1000110 | 0 | 101010110 | 1100100 | 110010 |
Color Harmonies of #FE004B
Complementary color
Monochromatic Colors of #FE004B
Black with #FE004B
Text Example
Text Example
White with #FE004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE004B; }
p { color: rgb(254,0,75); }
H1.HeaderClassName
{
color: #FE004B;
}
.AnyTagClassName
{
color: #FE004B;
}
</style>
background-color css
<style>
a { background-color: #FE004B; }
a { background-color: rgb(254,0,75); }
div.DivClassName
{
background-color: #FE004B;
}
.BgClassName
{
background-color: #FE004B;
}
</style>
border-color css
<style>
span { border-color: #FE004B; }
span { border-color: rgb(254,0,75); }
td.TdClassName
{
border-color: #FE004B;
}
.TagClassName
{
border-color: #FE004B;
}
</style>