Shades of Torch Red #FD0439
Tints of Torch Red #FD0439
RGB
CMYK
RGB Variations
Color information
#FD0439 (or 0xFD0439) is known color: Torch Red. HEX triplet: FD, 04 and 39. RGB value is (253,4,57). Sum of RGB (Red+Green+Blue) = 253+4+57=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0439 is #02FBC6. Grayscale: #545454. Windows color (decimal): -195527 or 3736829. OLE color: 3736829.
HSL color Cylindrical-coordinate representation of color #FD0439: hue angle of 347.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0439 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.01 |
| HSL | 347.23º | 0.98% | 0.5% | - |
| HSV(B) | 347.23º | 0.98% | 0.99% | - |
| XYZ | 41.29 | 21.26 | 5.8 | - |
| YUV | 84.49 | 112.49 | 248.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 57 | 0 | 0.98 | 0.77 | 0.01 | 347.23 | 0.98 | 0.5 |
| Hex | FD | 4 | 39 | 0 | 62 | 4D | 1 | 15B | 62 | 32 |
| Octal | 375 | 4 | 71 | 0 | 142 | 115 | 1 | 533 | 142 | 62 |
| Binary | 11111101 | 100 | 111001 | 0 | 1100010 | 1001101 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FD0439
Complementary color
Monochromatic Colors of #FD0439
Black with #FD0439
Text Example
Text Example
White with #FD0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0439; }
p { color: rgb(253,4,57); }
H1.HeaderClassName
{
color: #FD0439;
}
.AnyTagClassName
{
color: #FD0439;
}
</style>
background-color css
<style>
a { background-color: #FD0439; }
a { background-color: rgb(253,4,57); }
div.DivClassName
{
background-color: #FD0439;
}
.BgClassName
{
background-color: #FD0439;
}
</style>
border-color css
<style>
span { border-color: #FD0439; }
span { border-color: rgb(253,4,57); }
td.TdClassName
{
border-color: #FD0439;
}
.TagClassName
{
border-color: #FD0439;
}
</style>