Shades of Torch Red #FD1029
Tints of Torch Red #FD1029
RGB
CMYK
RGB Variations
Color information
#FD1029 (or 0xFD1029) is known color: Torch Red. HEX triplet: FD, 10 and 29. RGB value is (253,16,41). Sum of RGB (Red+Green+Blue) = 253+16+41=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1029 is #02EFD6. Grayscale: #595959. Windows color (decimal): -192471 or 2691325. OLE color: 2691325.
HSL color Cylindrical-coordinate representation of color #FD1029: hue angle of 353.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1029 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 41 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.01 |
| HSL | 353.67º | 0.98% | 0.53% | - |
| HSV(B) | 353.67º | 0.94% | 0.99% | - |
| XYZ | 41.09 | 21.41 | 4.07 | - |
| YUV | 89.71 | 100.52 | 244.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 41 | 0 | 0.94 | 0.84 | 0.01 | 353.67 | 0.98 | 0.53 |
| Hex | FD | 10 | 29 | 0 | 5E | 54 | 1 | 162 | 62 | 35 |
| Octal | 375 | 20 | 51 | 0 | 136 | 124 | 1 | 542 | 142 | 65 |
| Binary | 11111101 | 10000 | 101001 | 0 | 1011110 | 1010100 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FD1029
Complementary color
Monochromatic Colors of #FD1029
Black with #FD1029
Text Example
Text Example
White with #FD1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1029; }
p { color: rgb(253,16,41); }
H1.HeaderClassName
{
color: #FD1029;
}
.AnyTagClassName
{
color: #FD1029;
}
</style>
background-color css
<style>
a { background-color: #FD1029; }
a { background-color: rgb(253,16,41); }
div.DivClassName
{
background-color: #FD1029;
}
.BgClassName
{
background-color: #FD1029;
}
</style>
border-color css
<style>
span { border-color: #FD1029; }
span { border-color: rgb(253,16,41); }
td.TdClassName
{
border-color: #FD1029;
}
.TagClassName
{
border-color: #FD1029;
}
</style>