Shades of Torch Red #FD1439
Tints of Torch Red #FD1439
RGB
CMYK
RGB Variations
Color information
#FD1439 (or 0xFD1439) is known color: Torch Red. HEX triplet: FD, 14 and 39. RGB value is (253,20,57). Sum of RGB (Red+Green+Blue) = 253+20+57=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1439 is #02EBC6. Grayscale: #5D5D5D. Windows color (decimal): -191431 or 3740925. OLE color: 3740925.
HSL color Cylindrical-coordinate representation of color #FD1439: hue angle of 350.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1439 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 57 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.01 |
| HSL | 350.47º | 0.98% | 0.54% | - |
| HSV(B) | 350.47º | 0.92% | 0.99% | - |
| XYZ | 41.5 | 21.68 | 5.87 | - |
| YUV | 93.89 | 107.19 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 57 | 0 | 0.92 | 0.77 | 0.01 | 350.47 | 0.98 | 0.54 |
| Hex | FD | 14 | 39 | 0 | 5C | 4D | 1 | 15E | 62 | 36 |
| Octal | 375 | 24 | 71 | 0 | 134 | 115 | 1 | 536 | 142 | 66 |
| Binary | 11111101 | 10100 | 111001 | 0 | 1011100 | 1001101 | 1 | 101011110 | 1100010 | 110110 |
Color Harmonies of #FD1439
Complementary color
Monochromatic Colors of #FD1439
Black with #FD1439
Text Example
Text Example
White with #FD1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1439; }
p { color: rgb(253,20,57); }
H1.HeaderClassName
{
color: #FD1439;
}
.AnyTagClassName
{
color: #FD1439;
}
</style>
background-color css
<style>
a { background-color: #FD1439; }
a { background-color: rgb(253,20,57); }
div.DivClassName
{
background-color: #FD1439;
}
.BgClassName
{
background-color: #FD1439;
}
</style>
border-color css
<style>
span { border-color: #FD1439; }
span { border-color: rgb(253,20,57); }
td.TdClassName
{
border-color: #FD1439;
}
.TagClassName
{
border-color: #FD1439;
}
</style>