Shades of Torch Red #FE1719
Tints of Torch Red #FE1719
RGB
CMYK
RGB Variations
Color information
#FE1719 (or 0xFE1719) is known color: Torch Red. HEX triplet: FE, 17 and 19. RGB value is (254,23,25). Sum of RGB (Red+Green+Blue) = 254+23+25=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1719 is #01E8E6. Grayscale: #5C5C5C. Windows color (decimal): -125159 or 1644542. OLE color: 1644542.
HSL color Cylindrical-coordinate representation of color #FE1719: hue angle of 359.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1719 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.00 |
| HSL | 359.48º | 0.99% | 0.54% | - |
| HSV(B) | 359.48º | 0.91% | 1% | - |
| XYZ | 41.35 | 21.75 | 2.94 | - |
| YUV | 92.3 | 90.03 | 243.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 25 | 0 | 0.91 | 0.90 | 0.00 | 359.48 | 0.99 | 0.54 |
| Hex | FE | 17 | 19 | 0 | 5B | 5A | 0 | 167 | 63 | 36 |
| Octal | 376 | 27 | 31 | 0 | 133 | 132 | 0 | 547 | 143 | 66 |
| Binary | 11111110 | 10111 | 11001 | 0 | 1011011 | 1011010 | 0 | 101100111 | 1100011 | 110110 |
Color Harmonies of #FE1719
Complementary color
Monochromatic Colors of #FE1719
Black with #FE1719
Text Example
Text Example
White with #FE1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1719; }
p { color: rgb(254,23,25); }
H1.HeaderClassName
{
color: #FE1719;
}
.AnyTagClassName
{
color: #FE1719;
}
</style>
background-color css
<style>
a { background-color: #FE1719; }
a { background-color: rgb(254,23,25); }
div.DivClassName
{
background-color: #FE1719;
}
.BgClassName
{
background-color: #FE1719;
}
</style>
border-color css
<style>
span { border-color: #FE1719; }
span { border-color: rgb(254,23,25); }
td.TdClassName
{
border-color: #FE1719;
}
.TagClassName
{
border-color: #FE1719;
}
</style>