Shades of Torch Red #FF0429
Tints of Torch Red #FF0429
RGB
CMYK
RGB Variations
Color information
#FF0429 (or 0xFF0429) is known color: Torch Red. HEX triplet: FF, 04 and 29. RGB value is (255,4,41). Sum of RGB (Red+Green+Blue) = 255+4+41=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0429 is #00FBD6. Grayscale: #535353. Windows color (decimal): -64471 or 2688255. OLE color: 2688255.
HSL color Cylindrical-coordinate representation of color #FF0429: hue angle of 351.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0429 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.84 | 0 |
| HSL | 351.16º | 1% | 0.51% | - |
| HSV(B) | 351.16º | 0.98% | 1% | - |
| XYZ | 41.68 | 21.51 | 4.05 | - |
| YUV | 83.27 | 104.16 | 250.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 41 | 0 | 0.98 | 0.84 | 0 | 351.16 | 1 | 0.51 |
| Hex | FF | 4 | 29 | 0 | 62 | 54 | 0 | 15F | 64 | 33 |
| Octal | 377 | 4 | 51 | 0 | 142 | 124 | 0 | 537 | 144 | 63 |
| Binary | 11111111 | 100 | 101001 | 0 | 1100010 | 1010100 | 0 | 101011111 | 1100100 | 110011 |
Color Harmonies of #FF0429
Complementary color
Monochromatic Colors of #FF0429
Black with #FF0429
Text Example
Text Example
White with #FF0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0429; }
p { color: rgb(255,4,41); }
H1.HeaderClassName
{
color: #FF0429;
}
.AnyTagClassName
{
color: #FF0429;
}
</style>
background-color css
<style>
a { background-color: #FF0429; }
a { background-color: rgb(255,4,41); }
div.DivClassName
{
background-color: #FF0429;
}
.BgClassName
{
background-color: #FF0429;
}
</style>
border-color css
<style>
span { border-color: #FF0429; }
span { border-color: rgb(255,4,41); }
td.TdClassName
{
border-color: #FF0429;
}
.TagClassName
{
border-color: #FF0429;
}
</style>