Shades of Torch Red #FE011C
Tints of Torch Red #FE011C
RGB
CMYK
RGB Variations
Color information
#FE011C (or 0xFE011C) is known color: Torch Red. HEX triplet: FE, 01 and 1C. RGB value is (254,1,28). Sum of RGB (Red+Green+Blue) = 254+1+28=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE011C is #01FEE3. Grayscale: #4F4F4F. Windows color (decimal): -130788 or 1835518. OLE color: 1835518.
HSL color Cylindrical-coordinate representation of color #FE011C: hue angle of 353.6º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE011C is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.00 |
| HSL | 353.6º | 0.99% | 0.5% | - |
| HSV(B) | 353.6º | 1% | 1% | - |
| XYZ | 41.09 | 21.18 | 3.02 | - |
| YUV | 79.73 | 98.82 | 252.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 28 | 0 | 1.00 | 0.89 | 0.00 | 353.6 | 0.99 | 0.5 |
| Hex | FE | 1 | 1C | 0 | 64 | 59 | 0 | 162 | 63 | 32 |
| Octal | 376 | 1 | 34 | 0 | 144 | 131 | 0 | 542 | 143 | 62 |
| Binary | 11111110 | 1 | 11100 | 0 | 1100100 | 1011001 | 0 | 101100010 | 1100011 | 110010 |
Color Harmonies of #FE011C
Complementary color
Monochromatic Colors of #FE011C
Black with #FE011C
Text Example
Text Example
White with #FE011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE011C; }
p { color: rgb(254,1,28); }
H1.HeaderClassName
{
color: #FE011C;
}
.AnyTagClassName
{
color: #FE011C;
}
</style>
background-color css
<style>
a { background-color: #FE011C; }
a { background-color: rgb(254,1,28); }
div.DivClassName
{
background-color: #FE011C;
}
.BgClassName
{
background-color: #FE011C;
}
</style>
border-color css
<style>
span { border-color: #FE011C; }
span { border-color: rgb(254,1,28); }
td.TdClassName
{
border-color: #FE011C;
}
.TagClassName
{
border-color: #FE011C;
}
</style>