Shades of Torch Red #FE010C
Tints of Torch Red #FE010C
RGB
CMYK
RGB Variations
Color information
#FE010C (or 0xFE010C) is known color: Torch Red. HEX triplet: FE, 01 and 0C. RGB value is (254,1,12). Sum of RGB (Red+Green+Blue) = 254+1+12=267 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.13% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 254 - color contains mainly: red. Hex color #FE010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE010C is #01FEF3. Grayscale: #4E4E4E. Windows color (decimal): -130804 or 786942. OLE color: 786942.
HSL color Cylindrical-coordinate representation of color #FE010C: hue angle of 357.39º 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 #FE010C is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.00 |
| HSL | 357.39º | 0.99% | 0.5% | - |
| HSV(B) | 357.39º | 1% | 1% | - |
| XYZ | 40.95 | 21.12 | 2.27 | - |
| YUV | 77.9 | 90.82 | 253.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 12 | 0 | 1.00 | 0.95 | 0.00 | 357.39 | 0.99 | 0.5 |
| Hex | FE | 1 | C | 0 | 64 | 5F | 0 | 165 | 63 | 32 |
| Octal | 376 | 1 | 14 | 0 | 144 | 137 | 0 | 545 | 143 | 62 |
| Binary | 11111110 | 1 | 1100 | 0 | 1100100 | 1011111 | 0 | 101100101 | 1100011 | 110010 |
Color Harmonies of #FE010C
Complementary color
Monochromatic Colors of #FE010C
Black with #FE010C
Text Example
Text Example
White with #FE010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE010C; }
p { color: rgb(254,1,12); }
H1.HeaderClassName
{
color: #FE010C;
}
.AnyTagClassName
{
color: #FE010C;
}
</style>
background-color css
<style>
a { background-color: #FE010C; }
a { background-color: rgb(254,1,12); }
div.DivClassName
{
background-color: #FE010C;
}
.BgClassName
{
background-color: #FE010C;
}
</style>
border-color css
<style>
span { border-color: #FE010C; }
span { border-color: rgb(254,1,12); }
td.TdClassName
{
border-color: #FE010C;
}
.TagClassName
{
border-color: #FE010C;
}
</style>