Shades of Torch Red #FE1042
Tints of Torch Red #FE1042
RGB
CMYK
RGB Variations
Color information
#FE1042 (or 0xFE1042) is known color: Torch Red. HEX triplet: FE, 10 and 42. RGB value is (254,16,66). Sum of RGB (Red+Green+Blue) = 254+16+66=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1042 is #01EFBD. Grayscale: #5C5C5C. Windows color (decimal): -126910 or 4329726. OLE color: 4329726.
HSL color Cylindrical-coordinate representation of color #FE1042: hue angle of 347.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1042 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 66 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.00 |
| HSL | 347.4º | 0.99% | 0.53% | - |
| HSV(B) | 347.4º | 0.94% | 1% | - |
| XYZ | 42.04 | 21.83 | 7.15 | - |
| YUV | 92.86 | 112.85 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 66 | 0 | 0.94 | 0.74 | 0.00 | 347.4 | 0.99 | 0.53 |
| Hex | FE | 10 | 42 | 0 | 5E | 4A | 0 | 15B | 63 | 35 |
| Octal | 376 | 20 | 102 | 0 | 136 | 112 | 0 | 533 | 143 | 65 |
| Binary | 11111110 | 10000 | 1000010 | 0 | 1011110 | 1001010 | 0 | 101011011 | 1100011 | 110101 |
Color Harmonies of #FE1042
Complementary color
Monochromatic Colors of #FE1042
Black with #FE1042
Text Example
Text Example
White with #FE1042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1042; }
p { color: rgb(254,16,66); }
H1.HeaderClassName
{
color: #FE1042;
}
.AnyTagClassName
{
color: #FE1042;
}
</style>
background-color css
<style>
a { background-color: #FE1042; }
a { background-color: rgb(254,16,66); }
div.DivClassName
{
background-color: #FE1042;
}
.BgClassName
{
background-color: #FE1042;
}
</style>
border-color css
<style>
span { border-color: #FE1042; }
span { border-color: rgb(254,16,66); }
td.TdClassName
{
border-color: #FE1042;
}
.TagClassName
{
border-color: #FE1042;
}
</style>