Shades of Torch Red #FE004A
Tints of Torch Red #FE004A
RGB
CMYK
RGB Variations
Color information
#FE004A (or 0xFE004A) is known color: Torch Red. HEX triplet: FE, 00 and 4A. RGB value is (254,0,74). Sum of RGB (Red+Green+Blue) = 254+0+74=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE004A is #01FFB5. Grayscale: #545454. Windows color (decimal): -130998 or 4849918. OLE color: 4849918.
HSL color Cylindrical-coordinate representation of color #FE004A: hue angle of 342.52º 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 #FE004A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.71 | 0.00 |
| HSL | 342.52º | 1% | 0.5% | - |
| HSV(B) | 342.52º | 1% | 1% | - |
| XYZ | 42.11 | 21.57 | 8.42 | - |
| YUV | 84.38 | 122.15 | 248.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 74 | 0 | 1 | 0.71 | 0.00 | 342.52 | 1 | 0.5 |
| Hex | FE | 0 | 4A | 0 | 64 | 47 | 0 | 157 | 64 | 32 |
| Octal | 376 | 0 | 112 | 0 | 144 | 107 | 0 | 527 | 144 | 62 |
| Binary | 11111110 | 0 | 1001010 | 0 | 1100100 | 1000111 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FE004A
Complementary color
Monochromatic Colors of #FE004A
Black with #FE004A
Text Example
Text Example
White with #FE004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE004A; }
p { color: rgb(254,0,74); }
H1.HeaderClassName
{
color: #FE004A;
}
.AnyTagClassName
{
color: #FE004A;
}
</style>
background-color css
<style>
a { background-color: #FE004A; }
a { background-color: rgb(254,0,74); }
div.DivClassName
{
background-color: #FE004A;
}
.BgClassName
{
background-color: #FE004A;
}
</style>
border-color css
<style>
span { border-color: #FE004A; }
span { border-color: rgb(254,0,74); }
td.TdClassName
{
border-color: #FE004A;
}
.TagClassName
{
border-color: #FE004A;
}
</style>