Shades of Torch Red #FD1639
Tints of Torch Red #FD1639
RGB
CMYK
RGB Variations
Color information
#FD1639 (or 0xFD1639) is known color: Torch Red. HEX triplet: FD, 16 and 39. RGB value is (253,22,57). Sum of RGB (Red+Green+Blue) = 253+22+57=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1639 is #02E9C6. Grayscale: #5F5F5F. Windows color (decimal): -190919 or 3741437. OLE color: 3741437.
HSL color Cylindrical-coordinate representation of color #FD1639: hue angle of 350.91º 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 #FD1639 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 57 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.01 |
| HSL | 350.91º | 0.98% | 0.54% | - |
| HSV(B) | 350.91º | 0.91% | 0.99% | - |
| XYZ | 41.53 | 21.75 | 5.88 | - |
| YUV | 95.06 | 106.53 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 57 | 0 | 0.91 | 0.77 | 0.01 | 350.91 | 0.98 | 0.54 |
| Hex | FD | 16 | 39 | 0 | 5B | 4D | 1 | 15F | 62 | 36 |
| Octal | 375 | 26 | 71 | 0 | 133 | 115 | 1 | 537 | 142 | 66 |
| Binary | 11111101 | 10110 | 111001 | 0 | 1011011 | 1001101 | 1 | 101011111 | 1100010 | 110110 |
Color Harmonies of #FD1639
Complementary color
Monochromatic Colors of #FD1639
Black with #FD1639
Text Example
Text Example
White with #FD1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1639; }
p { color: rgb(253,22,57); }
H1.HeaderClassName
{
color: #FD1639;
}
.AnyTagClassName
{
color: #FD1639;
}
</style>
background-color css
<style>
a { background-color: #FD1639; }
a { background-color: rgb(253,22,57); }
div.DivClassName
{
background-color: #FD1639;
}
.BgClassName
{
background-color: #FD1639;
}
</style>
border-color css
<style>
span { border-color: #FD1639; }
span { border-color: rgb(253,22,57); }
td.TdClassName
{
border-color: #FD1639;
}
.TagClassName
{
border-color: #FD1639;
}
</style>