Shades of Torch Red #FE0204
Tints of Torch Red #FE0204
RGB
CMYK
RGB Variations
Color information
#FE0204 (or 0xFE0204) is known color: Torch Red. HEX triplet: FE, 02 and 04. RGB value is (254,2,4). Sum of RGB (Red+Green+Blue) = 254+2+4=260 (34% of max value = 765). Red value is 254 (99.61% from 255 or 97.69% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0204 is #01FDFB. Grayscale: #4D4D4D. Windows color (decimal): -130556 or 262910. OLE color: 262910.
HSL color Cylindrical-coordinate representation of color #FE0204: hue angle of 359.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.00 |
| HSL | 359.52º | 0.99% | 0.5% | - |
| HSV(B) | 359.52º | 0.99% | 1% | - |
| XYZ | 40.92 | 21.12 | 2.04 | - |
| YUV | 77.58 | 86.49 | 253.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 4 | 0 | 0.99 | 0.98 | 0.00 | 359.52 | 0.99 | 0.5 |
| Hex | FE | 2 | 4 | 0 | 63 | 62 | 0 | 168 | 63 | 32 |
| Octal | 376 | 2 | 4 | 0 | 143 | 142 | 0 | 550 | 143 | 62 |
| Binary | 11111110 | 10 | 100 | 0 | 1100011 | 1100010 | 0 | 101101000 | 1100011 | 110010 |
Color Harmonies of #FE0204
Complementary color
Monochromatic Colors of #FE0204
Black with #FE0204
Text Example
Text Example
White with #FE0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0204; }
p { color: rgb(254,2,4); }
H1.HeaderClassName
{
color: #FE0204;
}
.AnyTagClassName
{
color: #FE0204;
}
</style>
background-color css
<style>
a { background-color: #FE0204; }
a { background-color: rgb(254,2,4); }
div.DivClassName
{
background-color: #FE0204;
}
.BgClassName
{
background-color: #FE0204;
}
</style>
border-color css
<style>
span { border-color: #FE0204; }
span { border-color: rgb(254,2,4); }
td.TdClassName
{
border-color: #FE0204;
}
.TagClassName
{
border-color: #FE0204;
}
</style>