Shades of Torch Red #FE1544
Tints of Torch Red #FE1544
RGB
CMYK
RGB Variations
Color information
#FE1544 (or 0xFE1544) is known color: Torch Red. HEX triplet: FE, 15 and 44. RGB value is (254,21,68). Sum of RGB (Red+Green+Blue) = 254+21+68=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1544 is #01EABB. Grayscale: #606060. Windows color (decimal): -125628 or 4462078. OLE color: 4462078.
HSL color Cylindrical-coordinate representation of color #FE1544: hue angle of 347.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 #FE1544 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 68 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.00 |
| HSL | 347.9º | 0.99% | 0.54% | - |
| HSV(B) | 347.9º | 0.92% | 1% | - |
| XYZ | 42.18 | 22.02 | 7.5 | - |
| YUV | 96.03 | 112.19 | 240.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 68 | 0 | 0.92 | 0.73 | 0.00 | 347.9 | 0.99 | 0.54 |
| Hex | FE | 15 | 44 | 0 | 5C | 49 | 0 | 15C | 63 | 36 |
| Octal | 376 | 25 | 104 | 0 | 134 | 111 | 0 | 534 | 143 | 66 |
| Binary | 11111110 | 10101 | 1000100 | 0 | 1011100 | 1001001 | 0 | 101011100 | 1100011 | 110110 |
Color Harmonies of #FE1544
Complementary color
Monochromatic Colors of #FE1544
Black with #FE1544
Text Example
Text Example
White with #FE1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1544; }
p { color: rgb(254,21,68); }
H1.HeaderClassName
{
color: #FE1544;
}
.AnyTagClassName
{
color: #FE1544;
}
</style>
background-color css
<style>
a { background-color: #FE1544; }
a { background-color: rgb(254,21,68); }
div.DivClassName
{
background-color: #FE1544;
}
.BgClassName
{
background-color: #FE1544;
}
</style>
border-color css
<style>
span { border-color: #FE1544; }
span { border-color: rgb(254,21,68); }
td.TdClassName
{
border-color: #FE1544;
}
.TagClassName
{
border-color: #FE1544;
}
</style>