Shades of Torch Red #FE002C
Tints of Torch Red #FE002C
RGB
CMYK
RGB Variations
Color information
#FE002C (or 0xFE002C) is known color: Torch Red. HEX triplet: FE, 00 and 2C. RGB value is (254,0,44). Sum of RGB (Red+Green+Blue) = 254+0+44=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE002C is #01FFD3. Grayscale: #515151. Windows color (decimal): -131028 or 2883838. OLE color: 2883838.
HSL color Cylindrical-coordinate representation of color #FE002C: hue angle of 349.61º 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 #FE002C is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.83 | 0.00 |
| HSL | 349.61º | 1% | 0.5% | - |
| HSV(B) | 349.61º | 1% | 1% | - |
| XYZ | 41.33 | 21.25 | 4.31 | - |
| YUV | 80.96 | 107.15 | 251.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 44 | 0 | 1 | 0.83 | 0.00 | 349.61 | 1 | 0.5 |
| Hex | FE | 0 | 2C | 0 | 64 | 53 | 0 | 15E | 64 | 32 |
| Octal | 376 | 0 | 54 | 0 | 144 | 123 | 0 | 536 | 144 | 62 |
| Binary | 11111110 | 0 | 101100 | 0 | 1100100 | 1010011 | 0 | 101011110 | 1100100 | 110010 |
Color Harmonies of #FE002C
Complementary color
Monochromatic Colors of #FE002C
Black with #FE002C
Text Example
Text Example
White with #FE002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE002C; }
p { color: rgb(254,0,44); }
H1.HeaderClassName
{
color: #FE002C;
}
.AnyTagClassName
{
color: #FE002C;
}
</style>
background-color css
<style>
a { background-color: #FE002C; }
a { background-color: rgb(254,0,44); }
div.DivClassName
{
background-color: #FE002C;
}
.BgClassName
{
background-color: #FE002C;
}
</style>
border-color css
<style>
span { border-color: #FE002C; }
span { border-color: rgb(254,0,44); }
td.TdClassName
{
border-color: #FE002C;
}
.TagClassName
{
border-color: #FE002C;
}
</style>