Shades of Torch Red #FE144B
Tints of Torch Red #FE144B
RGB
CMYK
RGB Variations
Color information
#FE144B (or 0xFE144B) is known color: Torch Red. HEX triplet: FE, 14 and 4B. RGB value is (254,20,75). Sum of RGB (Red+Green+Blue) = 254+20+75=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE144B is #01EBB4. Grayscale: #606060. Windows color (decimal): -125877 or 4920574. OLE color: 4920574.
HSL color Cylindrical-coordinate representation of color #FE144B: hue angle of 345.9º 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 #FE144B is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 75 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.00 |
| HSL | 345.9º | 0.99% | 0.54% | - |
| HSV(B) | 345.9º | 0.92% | 1% | - |
| XYZ | 42.39 | 22.08 | 8.68 | - |
| YUV | 96.24 | 116.02 | 240.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 75 | 0 | 0.92 | 0.70 | 0.00 | 345.9 | 0.99 | 0.54 |
| Hex | FE | 14 | 4B | 0 | 5C | 46 | 0 | 15A | 63 | 36 |
| Octal | 376 | 24 | 113 | 0 | 134 | 106 | 0 | 532 | 143 | 66 |
| Binary | 11111110 | 10100 | 1001011 | 0 | 1011100 | 1000110 | 0 | 101011010 | 1100011 | 110110 |
Color Harmonies of #FE144B
Complementary color
Monochromatic Colors of #FE144B
Black with #FE144B
Text Example
Text Example
White with #FE144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE144B; }
p { color: rgb(254,20,75); }
H1.HeaderClassName
{
color: #FE144B;
}
.AnyTagClassName
{
color: #FE144B;
}
</style>
background-color css
<style>
a { background-color: #FE144B; }
a { background-color: rgb(254,20,75); }
div.DivClassName
{
background-color: #FE144B;
}
.BgClassName
{
background-color: #FE144B;
}
</style>
border-color css
<style>
span { border-color: #FE144B; }
span { border-color: rgb(254,20,75); }
td.TdClassName
{
border-color: #FE144B;
}
.TagClassName
{
border-color: #FE144B;
}
</style>