Shades of Torch Red #FE0103
Tints of Torch Red #FE0103
RGB
CMYK
RGB Variations
Color information
#FE0103 (or 0xFE0103) is known color: Torch Red. HEX triplet: FE, 01 and 03. RGB value is (254,1,3). Sum of RGB (Red+Green+Blue) = 254+1+3=258 (34% of max value = 765). Red value is 254 (99.61% from 255 or 98.45% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0103 is #01FEFC. Grayscale: #4D4D4D. Windows color (decimal): -130813 or 197118. OLE color: 197118.
HSL color Cylindrical-coordinate representation of color #FE0103: hue angle of 359.53º 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 #FE0103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.00 |
| HSL | 359.53º | 0.99% | 0.5% | - |
| HSV(B) | 359.53º | 1% | 1% | - |
| XYZ | 40.9 | 21.1 | 2 | - |
| YUV | 76.88 | 86.32 | 254.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 3 | 0 | 1.00 | 0.99 | 0.00 | 359.53 | 0.99 | 0.5 |
| Hex | FE | 1 | 3 | 0 | 64 | 63 | 0 | 168 | 63 | 32 |
| Octal | 376 | 1 | 3 | 0 | 144 | 143 | 0 | 550 | 143 | 62 |
| Binary | 11111110 | 1 | 11 | 0 | 1100100 | 1100011 | 0 | 101101000 | 1100011 | 110010 |
Color Harmonies of #FE0103
Complementary color
Monochromatic Colors of #FE0103
Black with #FE0103
Text Example
Text Example
White with #FE0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0103; }
p { color: rgb(254,1,3); }
H1.HeaderClassName
{
color: #FE0103;
}
.AnyTagClassName
{
color: #FE0103;
}
</style>
background-color css
<style>
a { background-color: #FE0103; }
a { background-color: rgb(254,1,3); }
div.DivClassName
{
background-color: #FE0103;
}
.BgClassName
{
background-color: #FE0103;
}
</style>
border-color css
<style>
span { border-color: #FE0103; }
span { border-color: rgb(254,1,3); }
td.TdClassName
{
border-color: #FE0103;
}
.TagClassName
{
border-color: #FE0103;
}
</style>