Shades of Torch Red #FD0339
Tints of Torch Red #FD0339
RGB
CMYK
RGB Variations
Color information
#FD0339 (or 0xFD0339) is known color: Torch Red. HEX triplet: FD, 03 and 39. RGB value is (253,3,57). Sum of RGB (Red+Green+Blue) = 253+3+57=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0339 is #02FCC6. Grayscale: #535353. Windows color (decimal): -195783 or 3736573. OLE color: 3736573.
HSL color Cylindrical-coordinate representation of color #FD0339: hue angle of 347.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0339 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.01 |
| HSL | 347.04º | 0.98% | 0.5% | - |
| HSV(B) | 347.04º | 0.99% | 0.99% | - |
| XYZ | 41.28 | 21.24 | 5.8 | - |
| YUV | 83.91 | 112.83 | 248.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 57 | 0 | 0.99 | 0.77 | 0.01 | 347.04 | 0.98 | 0.5 |
| Hex | FD | 3 | 39 | 0 | 63 | 4D | 1 | 15B | 62 | 32 |
| Octal | 375 | 3 | 71 | 0 | 143 | 115 | 1 | 533 | 142 | 62 |
| Binary | 11111101 | 11 | 111001 | 0 | 1100011 | 1001101 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FD0339
Complementary color
Monochromatic Colors of #FD0339
Black with #FD0339
Text Example
Text Example
White with #FD0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0339; }
p { color: rgb(253,3,57); }
H1.HeaderClassName
{
color: #FD0339;
}
.AnyTagClassName
{
color: #FD0339;
}
</style>
background-color css
<style>
a { background-color: #FD0339; }
a { background-color: rgb(253,3,57); }
div.DivClassName
{
background-color: #FD0339;
}
.BgClassName
{
background-color: #FD0339;
}
</style>
border-color css
<style>
span { border-color: #FD0339; }
span { border-color: rgb(253,3,57); }
td.TdClassName
{
border-color: #FD0339;
}
.TagClassName
{
border-color: #FD0339;
}
</style>