Shades of Torch Red #FD0139
Tints of Torch Red #FD0139
RGB
CMYK
RGB Variations
Color information
#FD0139 (or 0xFD0139) is known color: Torch Red. HEX triplet: FD, 01 and 39. RGB value is (253,1,57). Sum of RGB (Red+Green+Blue) = 253+1+57=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0139 is #02FEC6. Grayscale: #525252. Windows color (decimal): -196295 or 3736061. OLE color: 3736061.
HSL color Cylindrical-coordinate representation of color #FD0139: hue angle of 346.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0139 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 57 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.01 |
| HSL | 346.67º | 0.99% | 0.5% | - |
| HSV(B) | 346.67º | 1% | 0.99% | - |
| XYZ | 41.26 | 21.2 | 5.79 | - |
| YUV | 82.73 | 113.49 | 249.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 57 | 0 | 1.00 | 0.77 | 0.01 | 346.67 | 0.99 | 0.5 |
| Hex | FD | 1 | 39 | 0 | 64 | 4D | 1 | 15B | 63 | 32 |
| Octal | 375 | 1 | 71 | 0 | 144 | 115 | 1 | 533 | 143 | 62 |
| Binary | 11111101 | 1 | 111001 | 0 | 1100100 | 1001101 | 1 | 101011011 | 1100011 | 110010 |
Color Harmonies of #FD0139
Complementary color
Monochromatic Colors of #FD0139
Black with #FD0139
Text Example
Text Example
White with #FD0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0139; }
p { color: rgb(253,1,57); }
H1.HeaderClassName
{
color: #FD0139;
}
.AnyTagClassName
{
color: #FD0139;
}
</style>
background-color css
<style>
a { background-color: #FD0139; }
a { background-color: rgb(253,1,57); }
div.DivClassName
{
background-color: #FD0139;
}
.BgClassName
{
background-color: #FD0139;
}
</style>
border-color css
<style>
span { border-color: #FD0139; }
span { border-color: rgb(253,1,57); }
td.TdClassName
{
border-color: #FD0139;
}
.TagClassName
{
border-color: #FD0139;
}
</style>