Shades of Torch Red #FD1729
Tints of Torch Red #FD1729
RGB
CMYK
RGB Variations
Color information
#FD1729 (or 0xFD1729) is known color: Torch Red. HEX triplet: FD, 17 and 29. RGB value is (253,23,41). Sum of RGB (Red+Green+Blue) = 253+23+41=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1729 is #02E8D6. Grayscale: #5D5D5D. Windows color (decimal): -190679 or 2693117. OLE color: 2693117.
HSL color Cylindrical-coordinate representation of color #FD1729: hue angle of 355.3º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1729 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 41 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.01 |
| HSL | 355.3º | 0.98% | 0.54% | - |
| HSV(B) | 355.3º | 0.91% | 0.99% | - |
| XYZ | 41.21 | 21.66 | 4.11 | - |
| YUV | 93.82 | 98.2 | 241.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 41 | 0 | 0.91 | 0.84 | 0.01 | 355.3 | 0.98 | 0.54 |
| Hex | FD | 17 | 29 | 0 | 5B | 54 | 1 | 163 | 62 | 36 |
| Octal | 375 | 27 | 51 | 0 | 133 | 124 | 1 | 543 | 142 | 66 |
| Binary | 11111101 | 10111 | 101001 | 0 | 1011011 | 1010100 | 1 | 101100011 | 1100010 | 110110 |
Color Harmonies of #FD1729
Complementary color
Monochromatic Colors of #FD1729
Black with #FD1729
Text Example
Text Example
White with #FD1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1729; }
p { color: rgb(253,23,41); }
H1.HeaderClassName
{
color: #FD1729;
}
.AnyTagClassName
{
color: #FD1729;
}
</style>
background-color css
<style>
a { background-color: #FD1729; }
a { background-color: rgb(253,23,41); }
div.DivClassName
{
background-color: #FD1729;
}
.BgClassName
{
background-color: #FD1729;
}
</style>
border-color css
<style>
span { border-color: #FD1729; }
span { border-color: rgb(253,23,41); }
td.TdClassName
{
border-color: #FD1729;
}
.TagClassName
{
border-color: #FD1729;
}
</style>