Shades of Torch Red #FE151D
Tints of Torch Red #FE151D
RGB
CMYK
RGB Variations
Color information
#FE151D (or 0xFE151D) is known color: Torch Red. HEX triplet: FE, 15 and 1D. RGB value is (254,21,29). Sum of RGB (Red+Green+Blue) = 254+21+29=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE151D is #01EAE2. Grayscale: #5B5B5B. Windows color (decimal): -125667 or 1906174. OLE color: 1906174.
HSL color Cylindrical-coordinate representation of color #FE151D: hue angle of 357.94º 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 #FE151D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 29 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.00 |
| HSL | 357.94º | 0.99% | 0.54% | - |
| HSV(B) | 357.94º | 0.92% | 1% | - |
| XYZ | 41.36 | 21.7 | 3.17 | - |
| YUV | 91.58 | 92.69 | 243.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 29 | 0 | 0.92 | 0.89 | 0.00 | 357.94 | 0.99 | 0.54 |
| Hex | FE | 15 | 1D | 0 | 5C | 59 | 0 | 166 | 63 | 36 |
| Octal | 376 | 25 | 35 | 0 | 134 | 131 | 0 | 546 | 143 | 66 |
| Binary | 11111110 | 10101 | 11101 | 0 | 1011100 | 1011001 | 0 | 101100110 | 1100011 | 110110 |
Color Harmonies of #FE151D
Complementary color
Monochromatic Colors of #FE151D
Black with #FE151D
Text Example
Text Example
White with #FE151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE151D; }
p { color: rgb(254,21,29); }
H1.HeaderClassName
{
color: #FE151D;
}
.AnyTagClassName
{
color: #FE151D;
}
</style>
background-color css
<style>
a { background-color: #FE151D; }
a { background-color: rgb(254,21,29); }
div.DivClassName
{
background-color: #FE151D;
}
.BgClassName
{
background-color: #FE151D;
}
</style>
border-color css
<style>
span { border-color: #FE151D; }
span { border-color: rgb(254,21,29); }
td.TdClassName
{
border-color: #FE151D;
}
.TagClassName
{
border-color: #FE151D;
}
</style>