Shades of Torch Red #FE1419
Tints of Torch Red #FE1419
RGB
CMYK
RGB Variations
Color information
#FE1419 (or 0xFE1419) is known color: Torch Red. HEX triplet: FE, 14 and 19. RGB value is (254,20,25). Sum of RGB (Red+Green+Blue) = 254+20+25=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1419 is #01EBE6. Grayscale: #5A5A5A. Windows color (decimal): -125927 or 1643774. OLE color: 1643774.
HSL color Cylindrical-coordinate representation of color #FE1419: hue angle of 358.72º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1419 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 25 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.00 |
| HSL | 358.72º | 0.99% | 0.54% | - |
| HSV(B) | 358.72º | 0.92% | 1% | - |
| XYZ | 41.3 | 21.64 | 2.92 | - |
| YUV | 90.54 | 91.02 | 244.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 25 | 0 | 0.92 | 0.90 | 0.00 | 358.72 | 0.99 | 0.54 |
| Hex | FE | 14 | 19 | 0 | 5C | 5A | 0 | 167 | 63 | 36 |
| Octal | 376 | 24 | 31 | 0 | 134 | 132 | 0 | 547 | 143 | 66 |
| Binary | 11111110 | 10100 | 11001 | 0 | 1011100 | 1011010 | 0 | 101100111 | 1100011 | 110110 |
Color Harmonies of #FE1419
Complementary color
Monochromatic Colors of #FE1419
Black with #FE1419
Text Example
Text Example
White with #FE1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1419; }
p { color: rgb(254,20,25); }
H1.HeaderClassName
{
color: #FE1419;
}
.AnyTagClassName
{
color: #FE1419;
}
</style>
background-color css
<style>
a { background-color: #FE1419; }
a { background-color: rgb(254,20,25); }
div.DivClassName
{
background-color: #FE1419;
}
.BgClassName
{
background-color: #FE1419;
}
</style>
border-color css
<style>
span { border-color: #FE1419; }
span { border-color: rgb(254,20,25); }
td.TdClassName
{
border-color: #FE1419;
}
.TagClassName
{
border-color: #FE1419;
}
</style>