Shades of Torch Red #FE001C
Tints of Torch Red #FE001C
RGB
CMYK
RGB Variations
Color information
#FE001C (or 0xFE001C) is known color: Torch Red. HEX triplet: FE, 00 and 1C. RGB value is (254,0,28). Sum of RGB (Red+Green+Blue) = 254+0+28=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE001C is #01FFE3. Grayscale: #4F4F4F. Windows color (decimal): -131044 or 1835262. OLE color: 1835262.
HSL color Cylindrical-coordinate representation of color #FE001C: hue angle of 353.39º 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 #FE001C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.89 | 0.00 |
| HSL | 353.39º | 1% | 0.5% | - |
| HSV(B) | 353.39º | 1% | 1% | - |
| XYZ | 41.08 | 21.15 | 3.02 | - |
| YUV | 79.14 | 99.15 | 252.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 28 | 0 | 1 | 0.89 | 0.00 | 353.39 | 1 | 0.5 |
| Hex | FE | 0 | 1C | 0 | 64 | 59 | 0 | 161 | 64 | 32 |
| Octal | 376 | 0 | 34 | 0 | 144 | 131 | 0 | 541 | 144 | 62 |
| Binary | 11111110 | 0 | 11100 | 0 | 1100100 | 1011001 | 0 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FE001C
Complementary color
Monochromatic Colors of #FE001C
Black with #FE001C
Text Example
Text Example
White with #FE001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE001C; }
p { color: rgb(254,0,28); }
H1.HeaderClassName
{
color: #FE001C;
}
.AnyTagClassName
{
color: #FE001C;
}
</style>
background-color css
<style>
a { background-color: #FE001C; }
a { background-color: rgb(254,0,28); }
div.DivClassName
{
background-color: #FE001C;
}
.BgClassName
{
background-color: #FE001C;
}
</style>
border-color css
<style>
span { border-color: #FE001C; }
span { border-color: rgb(254,0,28); }
td.TdClassName
{
border-color: #FE001C;
}
.TagClassName
{
border-color: #FE001C;
}
</style>