Shades of Torch Red #FE134F
Tints of Torch Red #FE134F
RGB
CMYK
RGB Variations
Color information
#FE134F (or 0xFE134F) is known color: Torch Red. HEX triplet: FE, 13 and 4F. RGB value is (254,19,79). Sum of RGB (Red+Green+Blue) = 254+19+79=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE134F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE134F is #01ECB0. Grayscale: #606060. Windows color (decimal): -126129 or 5182462. OLE color: 5182462.
HSL color Cylindrical-coordinate representation of color #FE134F: hue angle of 344.68º 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 #FE134F is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 79 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.00 |
| HSL | 344.68º | 0.99% | 0.54% | - |
| HSV(B) | 344.68º | 0.93% | 1% | - |
| XYZ | 42.52 | 22.1 | 9.42 | - |
| YUV | 96.11 | 118.36 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 79 | 0 | 0.93 | 0.69 | 0.00 | 344.68 | 0.99 | 0.54 |
| Hex | FE | 13 | 4F | 0 | 5D | 45 | 0 | 159 | 63 | 36 |
| Octal | 376 | 23 | 117 | 0 | 135 | 105 | 0 | 531 | 143 | 66 |
| Binary | 11111110 | 10011 | 1001111 | 0 | 1011101 | 1000101 | 0 | 101011001 | 1100011 | 110110 |
Color Harmonies of #FE134F
Complementary color
Monochromatic Colors of #FE134F
Black with #FE134F
Text Example
Text Example
White with #FE134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE134F; }
p { color: rgb(254,19,79); }
H1.HeaderClassName
{
color: #FE134F;
}
.AnyTagClassName
{
color: #FE134F;
}
</style>
background-color css
<style>
a { background-color: #FE134F; }
a { background-color: rgb(254,19,79); }
div.DivClassName
{
background-color: #FE134F;
}
.BgClassName
{
background-color: #FE134F;
}
</style>
border-color css
<style>
span { border-color: #FE134F; }
span { border-color: rgb(254,19,79); }
td.TdClassName
{
border-color: #FE134F;
}
.TagClassName
{
border-color: #FE134F;
}
</style>