Shades of Torch Red #FD113F
Tints of Torch Red #FD113F
RGB
CMYK
RGB Variations
Color information
#FD113F (or 0xFD113F) is known color: Torch Red. HEX triplet: FD, 11 and 3F. RGB value is (253,17,63). Sum of RGB (Red+Green+Blue) = 253+17+63=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD113F is #02EEC0. Grayscale: #5C5C5C. Windows color (decimal): -192193 or 4133373. OLE color: 4133373.
HSL color Cylindrical-coordinate representation of color #FD113F: hue angle of 348.31º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD113F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 63 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.01 |
| HSL | 348.31º | 0.98% | 0.53% | - |
| HSV(B) | 348.31º | 0.93% | 0.99% | - |
| XYZ | 41.61 | 21.64 | 6.69 | - |
| YUV | 92.81 | 111.19 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 63 | 0 | 0.93 | 0.75 | 0.01 | 348.31 | 0.98 | 0.53 |
| Hex | FD | 11 | 3F | 0 | 5D | 4B | 1 | 15C | 62 | 35 |
| Octal | 375 | 21 | 77 | 0 | 135 | 113 | 1 | 534 | 142 | 65 |
| Binary | 11111101 | 10001 | 111111 | 0 | 1011101 | 1001011 | 1 | 101011100 | 1100010 | 110101 |
Color Harmonies of #FD113F
Complementary color
Monochromatic Colors of #FD113F
Black with #FD113F
Text Example
Text Example
White with #FD113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD113F; }
p { color: rgb(253,17,63); }
H1.HeaderClassName
{
color: #FD113F;
}
.AnyTagClassName
{
color: #FD113F;
}
</style>
background-color css
<style>
a { background-color: #FD113F; }
a { background-color: rgb(253,17,63); }
div.DivClassName
{
background-color: #FD113F;
}
.BgClassName
{
background-color: #FD113F;
}
</style>
border-color css
<style>
span { border-color: #FD113F; }
span { border-color: rgb(253,17,63); }
td.TdClassName
{
border-color: #FD113F;
}
.TagClassName
{
border-color: #FD113F;
}
</style>