Shades of Torch Red #FE141C
Tints of Torch Red #FE141C
RGB
CMYK
RGB Variations
Color information
#FE141C (or 0xFE141C) is known color: Torch Red. HEX triplet: FE, 14 and 1C. RGB value is (254,20,28). Sum of RGB (Red+Green+Blue) = 254+20+28=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE141C is #01EBE3. Grayscale: #5B5B5B. Windows color (decimal): -125924 or 1840382. OLE color: 1840382.
HSL color Cylindrical-coordinate representation of color #FE141C: hue angle of 357.95º 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 #FE141C is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 28 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.00 |
| HSL | 357.95º | 0.99% | 0.54% | - |
| HSV(B) | 357.95º | 0.92% | 1% | - |
| XYZ | 41.33 | 21.65 | 3.1 | - |
| YUV | 90.88 | 92.52 | 244.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 28 | 0 | 0.92 | 0.89 | 0.00 | 357.95 | 0.99 | 0.54 |
| Hex | FE | 14 | 1C | 0 | 5C | 59 | 0 | 166 | 63 | 36 |
| Octal | 376 | 24 | 34 | 0 | 134 | 131 | 0 | 546 | 143 | 66 |
| Binary | 11111110 | 10100 | 11100 | 0 | 1011100 | 1011001 | 0 | 101100110 | 1100011 | 110110 |
Color Harmonies of #FE141C
Complementary color
Monochromatic Colors of #FE141C
Black with #FE141C
Text Example
Text Example
White with #FE141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE141C; }
p { color: rgb(254,20,28); }
H1.HeaderClassName
{
color: #FE141C;
}
.AnyTagClassName
{
color: #FE141C;
}
</style>
background-color css
<style>
a { background-color: #FE141C; }
a { background-color: rgb(254,20,28); }
div.DivClassName
{
background-color: #FE141C;
}
.BgClassName
{
background-color: #FE141C;
}
</style>
border-color css
<style>
span { border-color: #FE141C; }
span { border-color: rgb(254,20,28); }
td.TdClassName
{
border-color: #FE141C;
}
.TagClassName
{
border-color: #FE141C;
}
</style>