Shades of Torch Red #FD113A
Tints of Torch Red #FD113A
RGB
CMYK
RGB Variations
Color information
#FD113A (or 0xFD113A) is known color: Torch Red. HEX triplet: FD, 11 and 3A. RGB value is (253,17,58). Sum of RGB (Red+Green+Blue) = 253+17+58=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD113A is #02EEC5. Grayscale: #5C5C5C. Windows color (decimal): -192198 or 3805693. OLE color: 3805693.
HSL color Cylindrical-coordinate representation of color #FD113A: hue angle of 349.58º 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 #FD113A is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 58 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.01 |
| HSL | 349.58º | 0.98% | 0.53% | - |
| HSV(B) | 349.58º | 0.93% | 0.99% | - |
| XYZ | 41.47 | 21.59 | 5.98 | - |
| YUV | 92.24 | 108.69 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 58 | 0 | 0.93 | 0.77 | 0.01 | 349.58 | 0.98 | 0.53 |
| Hex | FD | 11 | 3A | 0 | 5D | 4D | 1 | 15E | 62 | 35 |
| Octal | 375 | 21 | 72 | 0 | 135 | 115 | 1 | 536 | 142 | 65 |
| Binary | 11111101 | 10001 | 111010 | 0 | 1011101 | 1001101 | 1 | 101011110 | 1100010 | 110101 |
Color Harmonies of #FD113A
Complementary color
Monochromatic Colors of #FD113A
Black with #FD113A
Text Example
Text Example
White with #FD113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD113A; }
p { color: rgb(253,17,58); }
H1.HeaderClassName
{
color: #FD113A;
}
.AnyTagClassName
{
color: #FD113A;
}
</style>
background-color css
<style>
a { background-color: #FD113A; }
a { background-color: rgb(253,17,58); }
div.DivClassName
{
background-color: #FD113A;
}
.BgClassName
{
background-color: #FD113A;
}
</style>
border-color css
<style>
span { border-color: #FD113A; }
span { border-color: rgb(253,17,58); }
td.TdClassName
{
border-color: #FD113A;
}
.TagClassName
{
border-color: #FD113A;
}
</style>