Shades of Torch Red #FE1029
Tints of Torch Red #FE1029
RGB
CMYK
RGB Variations
Color information
#FE1029 (or 0xFE1029) is known color: Torch Red. HEX triplet: FE, 10 and 29. RGB value is (254,16,41). Sum of RGB (Red+Green+Blue) = 254+16+41=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1029 is #01EFD6. Grayscale: #5A5A5A. Windows color (decimal): -126935 or 2691326. OLE color: 2691326.
HSL color Cylindrical-coordinate representation of color #FE1029: hue angle of 353.7º 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 #FE1029 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 41 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.00 |
| HSL | 353.7º | 0.99% | 0.53% | - |
| HSV(B) | 353.7º | 0.94% | 1% | - |
| XYZ | 41.46 | 21.6 | 4.08 | - |
| YUV | 90.01 | 100.35 | 244.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 41 | 0 | 0.94 | 0.84 | 0.00 | 353.7 | 0.99 | 0.53 |
| Hex | FE | 10 | 29 | 0 | 5E | 54 | 0 | 162 | 63 | 35 |
| Octal | 376 | 20 | 51 | 0 | 136 | 124 | 0 | 542 | 143 | 65 |
| Binary | 11111110 | 10000 | 101001 | 0 | 1011110 | 1010100 | 0 | 101100010 | 1100011 | 110101 |
Color Harmonies of #FE1029
Complementary color
Monochromatic Colors of #FE1029
Black with #FE1029
Text Example
Text Example
White with #FE1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1029; }
p { color: rgb(254,16,41); }
H1.HeaderClassName
{
color: #FE1029;
}
.AnyTagClassName
{
color: #FE1029;
}
</style>
background-color css
<style>
a { background-color: #FE1029; }
a { background-color: rgb(254,16,41); }
div.DivClassName
{
background-color: #FE1029;
}
.BgClassName
{
background-color: #FE1029;
}
</style>
border-color css
<style>
span { border-color: #FE1029; }
span { border-color: rgb(254,16,41); }
td.TdClassName
{
border-color: #FE1029;
}
.TagClassName
{
border-color: #FE1029;
}
</style>