Shades of Torch Red #FE1350
Tints of Torch Red #FE1350
RGB
CMYK
RGB Variations
Color information
#FE1350 (or 0xFE1350) is known color: Torch Red. HEX triplet: FE, 13 and 50. RGB value is (254,19,80). Sum of RGB (Red+Green+Blue) = 254+19+80=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1350 is #01ECAF. Grayscale: #606060. Windows color (decimal): -126128 or 5247998. OLE color: 5247998.
HSL color Cylindrical-coordinate representation of color #FE1350: hue angle of 344.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1350 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 80 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.00 |
| HSL | 344.43º | 0.99% | 0.54% | - |
| HSV(B) | 344.43º | 0.93% | 1% | - |
| XYZ | 42.55 | 22.12 | 9.62 | - |
| YUV | 96.22 | 118.86 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 80 | 0 | 0.93 | 0.69 | 0.00 | 344.43 | 0.99 | 0.54 |
| Hex | FE | 13 | 50 | 0 | 5D | 45 | 0 | 158 | 63 | 36 |
| Octal | 376 | 23 | 120 | 0 | 135 | 105 | 0 | 530 | 143 | 66 |
| Binary | 11111110 | 10011 | 1010000 | 0 | 1011101 | 1000101 | 0 | 101011000 | 1100011 | 110110 |
Color Harmonies of #FE1350
Complementary color
Monochromatic Colors of #FE1350
Black with #FE1350
Text Example
Text Example
White with #FE1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1350; }
p { color: rgb(254,19,80); }
H1.HeaderClassName
{
color: #FE1350;
}
.AnyTagClassName
{
color: #FE1350;
}
</style>
background-color css
<style>
a { background-color: #FE1350; }
a { background-color: rgb(254,19,80); }
div.DivClassName
{
background-color: #FE1350;
}
.BgClassName
{
background-color: #FE1350;
}
</style>
border-color css
<style>
span { border-color: #FE1350; }
span { border-color: rgb(254,19,80); }
td.TdClassName
{
border-color: #FE1350;
}
.TagClassName
{
border-color: #FE1350;
}
</style>