Shades of Torch Red #FE0019
Tints of Torch Red #FE0019
RGB
CMYK
RGB Variations
Color information
#FE0019 (or 0xFE0019) is known color: Torch Red. HEX triplet: FE, 00 and 19. RGB value is (254,0,25). Sum of RGB (Red+Green+Blue) = 254+0+25=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0019 is #01FFE6. Grayscale: #4E4E4E. Windows color (decimal): -131047 or 1638654. OLE color: 1638654.
HSL color Cylindrical-coordinate representation of color #FE0019: hue angle of 354.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0019 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.90 | 0.00 |
| HSL | 354.09º | 1% | 0.5% | - |
| HSV(B) | 354.09º | 1% | 1% | - |
| XYZ | 41.05 | 21.14 | 2.84 | - |
| YUV | 78.8 | 97.65 | 252.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 25 | 0 | 1 | 0.90 | 0.00 | 354.09 | 1 | 0.5 |
| Hex | FE | 0 | 19 | 0 | 64 | 5A | 0 | 162 | 64 | 32 |
| Octal | 376 | 0 | 31 | 0 | 144 | 132 | 0 | 542 | 144 | 62 |
| Binary | 11111110 | 0 | 11001 | 0 | 1100100 | 1011010 | 0 | 101100010 | 1100100 | 110010 |
Color Harmonies of #FE0019
Complementary color
Monochromatic Colors of #FE0019
Black with #FE0019
Text Example
Text Example
White with #FE0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0019; }
p { color: rgb(254,0,25); }
H1.HeaderClassName
{
color: #FE0019;
}
.AnyTagClassName
{
color: #FE0019;
}
</style>
background-color css
<style>
a { background-color: #FE0019; }
a { background-color: rgb(254,0,25); }
div.DivClassName
{
background-color: #FE0019;
}
.BgClassName
{
background-color: #FE0019;
}
</style>
border-color css
<style>
span { border-color: #FE0019; }
span { border-color: rgb(254,0,25); }
td.TdClassName
{
border-color: #FE0019;
}
.TagClassName
{
border-color: #FE0019;
}
</style>