Shades of Torch Red #FE1D1F
Tints of Torch Red #FE1D1F
RGB
CMYK
RGB Variations
Color information
#FE1D1F (or 0xFE1D1F) is known color: Torch Red. HEX triplet: FE, 1D and 1F. RGB value is (254,29,31). Sum of RGB (Red+Green+Blue) = 254+29+31=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1D1F is #01E2E0. Grayscale: #606060. Windows color (decimal): -123617 or 2039294. OLE color: 2039294.
HSL color Cylindrical-coordinate representation of color #FE1D1F: hue angle of 359.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1D1F is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 31 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.00 |
| HSL | 359.47º | 0.99% | 0.55% | - |
| HSV(B) | 359.47º | 0.89% | 1% | - |
| XYZ | 41.56 | 22.05 | 3.36 | - |
| YUV | 96.5 | 91.04 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 31 | 0 | 0.89 | 0.88 | 0.00 | 359.47 | 0.99 | 0.55 |
| Hex | FE | 1D | 1F | 0 | 59 | 58 | 0 | 167 | 63 | 37 |
| Octal | 376 | 35 | 37 | 0 | 131 | 130 | 0 | 547 | 143 | 67 |
| Binary | 11111110 | 11101 | 11111 | 0 | 1011001 | 1011000 | 0 | 101100111 | 1100011 | 110111 |
Color Harmonies of #FE1D1F
Complementary color
Monochromatic Colors of #FE1D1F
Black with #FE1D1F
Text Example
Text Example
White with #FE1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1D1F; }
p { color: rgb(254,29,31); }
H1.HeaderClassName
{
color: #FE1D1F;
}
.AnyTagClassName
{
color: #FE1D1F;
}
</style>
background-color css
<style>
a { background-color: #FE1D1F; }
a { background-color: rgb(254,29,31); }
div.DivClassName
{
background-color: #FE1D1F;
}
.BgClassName
{
background-color: #FE1D1F;
}
</style>
border-color css
<style>
span { border-color: #FE1D1F; }
span { border-color: rgb(254,29,31); }
td.TdClassName
{
border-color: #FE1D1F;
}
.TagClassName
{
border-color: #FE1D1F;
}
</style>