Shades of Torch Red #FD113D
Tints of Torch Red #FD113D
RGB
CMYK
RGB Variations
Color information
#FD113D (or 0xFD113D) is known color: Torch Red. HEX triplet: FD, 11 and 3D. RGB value is (253,17,61). Sum of RGB (Red+Green+Blue) = 253+17+61=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD113D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD113D is #02EEC2. Grayscale: #5C5C5C. Windows color (decimal): -192195 or 4002301. OLE color: 4002301.
HSL color Cylindrical-coordinate representation of color #FD113D: hue angle of 348.81º 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 #FD113D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 61 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.01 |
| HSL | 348.81º | 0.98% | 0.53% | - |
| HSV(B) | 348.81º | 0.93% | 0.99% | - |
| XYZ | 41.55 | 21.62 | 6.4 | - |
| YUV | 92.58 | 110.19 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 61 | 0 | 0.93 | 0.76 | 0.01 | 348.81 | 0.98 | 0.53 |
| Hex | FD | 11 | 3D | 0 | 5D | 4C | 1 | 15D | 62 | 35 |
| Octal | 375 | 21 | 75 | 0 | 135 | 114 | 1 | 535 | 142 | 65 |
| Binary | 11111101 | 10001 | 111101 | 0 | 1011101 | 1001100 | 1 | 101011101 | 1100010 | 110101 |
Color Harmonies of #FD113D
Complementary color
Monochromatic Colors of #FD113D
Black with #FD113D
Text Example
Text Example
White with #FD113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD113D; }
p { color: rgb(253,17,61); }
H1.HeaderClassName
{
color: #FD113D;
}
.AnyTagClassName
{
color: #FD113D;
}
</style>
background-color css
<style>
a { background-color: #FD113D; }
a { background-color: rgb(253,17,61); }
div.DivClassName
{
background-color: #FD113D;
}
.BgClassName
{
background-color: #FD113D;
}
</style>
border-color css
<style>
span { border-color: #FD113D; }
span { border-color: rgb(253,17,61); }
td.TdClassName
{
border-color: #FD113D;
}
.TagClassName
{
border-color: #FD113D;
}
</style>