Shades of Torch Red #FE0429
Tints of Torch Red #FE0429
RGB
CMYK
RGB Variations
Color information
#FE0429 (or 0xFE0429) is known color: Torch Red. HEX triplet: FE, 04 and 29. RGB value is (254,4,41). Sum of RGB (Red+Green+Blue) = 254+4+41=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0429 is #01FBD6. Grayscale: #535353. Windows color (decimal): -130007 or 2688254. OLE color: 2688254.
HSL color Cylindrical-coordinate representation of color #FE0429: hue angle of 351.12º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0429 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.00 |
| HSL | 351.12º | 0.99% | 0.51% | - |
| HSV(B) | 351.12º | 0.98% | 1% | - |
| XYZ | 41.32 | 21.32 | 4.03 | - |
| YUV | 82.97 | 104.33 | 249.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 41 | 0 | 0.98 | 0.84 | 0.00 | 351.12 | 0.99 | 0.51 |
| Hex | FE | 4 | 29 | 0 | 62 | 54 | 0 | 15F | 63 | 33 |
| Octal | 376 | 4 | 51 | 0 | 142 | 124 | 0 | 537 | 143 | 63 |
| Binary | 11111110 | 100 | 101001 | 0 | 1100010 | 1010100 | 0 | 101011111 | 1100011 | 110011 |
Color Harmonies of #FE0429
Complementary color
Monochromatic Colors of #FE0429
Black with #FE0429
Text Example
Text Example
White with #FE0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0429; }
p { color: rgb(254,4,41); }
H1.HeaderClassName
{
color: #FE0429;
}
.AnyTagClassName
{
color: #FE0429;
}
</style>
background-color css
<style>
a { background-color: #FE0429; }
a { background-color: rgb(254,4,41); }
div.DivClassName
{
background-color: #FE0429;
}
.BgClassName
{
background-color: #FE0429;
}
</style>
border-color css
<style>
span { border-color: #FE0429; }
span { border-color: rgb(254,4,41); }
td.TdClassName
{
border-color: #FE0429;
}
.TagClassName
{
border-color: #FE0429;
}
</style>