Shades of Torch Red #FE154B
Tints of Torch Red #FE154B
RGB
CMYK
RGB Variations
Color information
#FE154B (or 0xFE154B) is known color: Torch Red. HEX triplet: FE, 15 and 4B. RGB value is (254,21,75). Sum of RGB (Red+Green+Blue) = 254+21+75=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE154B is #01EAB4. Grayscale: #606060. Windows color (decimal): -125621 or 4920830. OLE color: 4920830.
HSL color Cylindrical-coordinate representation of color #FE154B: hue angle of 346.09º 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 #FE154B is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 75 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.00 |
| HSL | 346.09º | 0.99% | 0.54% | - |
| HSV(B) | 346.09º | 0.92% | 1% | - |
| XYZ | 42.41 | 22.12 | 8.69 | - |
| YUV | 96.82 | 115.69 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 75 | 0 | 0.92 | 0.70 | 0.00 | 346.09 | 0.99 | 0.54 |
| Hex | FE | 15 | 4B | 0 | 5C | 46 | 0 | 15A | 63 | 36 |
| Octal | 376 | 25 | 113 | 0 | 134 | 106 | 0 | 532 | 143 | 66 |
| Binary | 11111110 | 10101 | 1001011 | 0 | 1011100 | 1000110 | 0 | 101011010 | 1100011 | 110110 |
Color Harmonies of #FE154B
Complementary color
Monochromatic Colors of #FE154B
Black with #FE154B
Text Example
Text Example
White with #FE154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE154B; }
p { color: rgb(254,21,75); }
H1.HeaderClassName
{
color: #FE154B;
}
.AnyTagClassName
{
color: #FE154B;
}
</style>
background-color css
<style>
a { background-color: #FE154B; }
a { background-color: rgb(254,21,75); }
div.DivClassName
{
background-color: #FE154B;
}
.BgClassName
{
background-color: #FE154B;
}
</style>
border-color css
<style>
span { border-color: #FE154B; }
span { border-color: rgb(254,21,75); }
td.TdClassName
{
border-color: #FE154B;
}
.TagClassName
{
border-color: #FE154B;
}
</style>