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