Shades of Torch Red #FD1644
Tints of Torch Red #FD1644
RGB
CMYK
RGB Variations
Color information
#FD1644 (or 0xFD1644) is known color: Torch Red. HEX triplet: FD, 16 and 44. RGB value is (253,22,68). Sum of RGB (Red+Green+Blue) = 253+22+68=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1644 is #02E9BB. Grayscale: #606060. Windows color (decimal): -190908 or 4462333. OLE color: 4462333.
HSL color Cylindrical-coordinate representation of color #FD1644: hue angle of 348.05º 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 #FD1644 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 68 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.01 |
| HSL | 348.05º | 0.98% | 0.54% | - |
| HSV(B) | 348.05º | 0.91% | 0.99% | - |
| XYZ | 41.84 | 21.87 | 7.49 | - |
| YUV | 96.31 | 112.03 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 68 | 0 | 0.91 | 0.73 | 0.01 | 348.05 | 0.98 | 0.54 |
| Hex | FD | 16 | 44 | 0 | 5B | 49 | 1 | 15C | 62 | 36 |
| Octal | 375 | 26 | 104 | 0 | 133 | 111 | 1 | 534 | 142 | 66 |
| Binary | 11111101 | 10110 | 1000100 | 0 | 1011011 | 1001001 | 1 | 101011100 | 1100010 | 110110 |
Color Harmonies of #FD1644
Complementary color
Monochromatic Colors of #FD1644
Black with #FD1644
Text Example
Text Example
White with #FD1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1644; }
p { color: rgb(253,22,68); }
H1.HeaderClassName
{
color: #FD1644;
}
.AnyTagClassName
{
color: #FD1644;
}
</style>
background-color css
<style>
a { background-color: #FD1644; }
a { background-color: rgb(253,22,68); }
div.DivClassName
{
background-color: #FD1644;
}
.BgClassName
{
background-color: #FD1644;
}
</style>
border-color css
<style>
span { border-color: #FD1644; }
span { border-color: rgb(253,22,68); }
td.TdClassName
{
border-color: #FD1644;
}
.TagClassName
{
border-color: #FD1644;
}
</style>