Shades of Torch Red #FE142A
Tints of Torch Red #FE142A
RGB
CMYK
RGB Variations
Color information
#FE142A (or 0xFE142A) is known color: Torch Red. HEX triplet: FE, 14 and 2A. RGB value is (254,20,42). Sum of RGB (Red+Green+Blue) = 254+20+42=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE142A is #01EBD5. Grayscale: #5C5C5C. Windows color (decimal): -125910 or 2757886. OLE color: 2757886.
HSL color Cylindrical-coordinate representation of color #FE142A: hue angle of 354.36º 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 #FE142A is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 42 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.00 |
| HSL | 354.36º | 0.99% | 0.54% | - |
| HSV(B) | 354.36º | 0.92% | 1% | - |
| XYZ | 41.54 | 21.74 | 4.2 | - |
| YUV | 92.47 | 99.52 | 243.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 42 | 0 | 0.92 | 0.83 | 0.00 | 354.36 | 0.99 | 0.54 |
| Hex | FE | 14 | 2A | 0 | 5C | 53 | 0 | 162 | 63 | 36 |
| Octal | 376 | 24 | 52 | 0 | 134 | 123 | 0 | 542 | 143 | 66 |
| Binary | 11111110 | 10100 | 101010 | 0 | 1011100 | 1010011 | 0 | 101100010 | 1100011 | 110110 |
Color Harmonies of #FE142A
Complementary color
Monochromatic Colors of #FE142A
Black with #FE142A
Text Example
Text Example
White with #FE142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE142A; }
p { color: rgb(254,20,42); }
H1.HeaderClassName
{
color: #FE142A;
}
.AnyTagClassName
{
color: #FE142A;
}
</style>
background-color css
<style>
a { background-color: #FE142A; }
a { background-color: rgb(254,20,42); }
div.DivClassName
{
background-color: #FE142A;
}
.BgClassName
{
background-color: #FE142A;
}
</style>
border-color css
<style>
span { border-color: #FE142A; }
span { border-color: rgb(254,20,42); }
td.TdClassName
{
border-color: #FE142A;
}
.TagClassName
{
border-color: #FE142A;
}
</style>