Shades of Torch Red #FD1741
Tints of Torch Red #FD1741
RGB
CMYK
RGB Variations
Color information
#FD1741 (or 0xFD1741) is known color: Torch Red. HEX triplet: FD, 17 and 41. RGB value is (253,23,65). Sum of RGB (Red+Green+Blue) = 253+23+65=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1741 is #02E8BE. Grayscale: #606060. Windows color (decimal): -190655 or 4265981. OLE color: 4265981.
HSL color Cylindrical-coordinate representation of color #FD1741: hue angle of 349.04º 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 #FD1741 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 65 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.01 |
| HSL | 349.04º | 0.98% | 0.54% | - |
| HSV(B) | 349.04º | 0.91% | 0.99% | - |
| XYZ | 41.77 | 21.88 | 7.02 | - |
| YUV | 96.56 | 110.2 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 65 | 0 | 0.91 | 0.74 | 0.01 | 349.04 | 0.98 | 0.54 |
| Hex | FD | 17 | 41 | 0 | 5B | 4A | 1 | 15D | 62 | 36 |
| Octal | 375 | 27 | 101 | 0 | 133 | 112 | 1 | 535 | 142 | 66 |
| Binary | 11111101 | 10111 | 1000001 | 0 | 1011011 | 1001010 | 1 | 101011101 | 1100010 | 110110 |
Color Harmonies of #FD1741
Complementary color
Monochromatic Colors of #FD1741
Black with #FD1741
Text Example
Text Example
White with #FD1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1741; }
p { color: rgb(253,23,65); }
H1.HeaderClassName
{
color: #FD1741;
}
.AnyTagClassName
{
color: #FD1741;
}
</style>
background-color css
<style>
a { background-color: #FD1741; }
a { background-color: rgb(253,23,65); }
div.DivClassName
{
background-color: #FD1741;
}
.BgClassName
{
background-color: #FD1741;
}
</style>
border-color css
<style>
span { border-color: #FD1741; }
span { border-color: rgb(253,23,65); }
td.TdClassName
{
border-color: #FD1741;
}
.TagClassName
{
border-color: #FD1741;
}
</style>