Shades of Torch Red #FD112E
Tints of Torch Red #FD112E
RGB
CMYK
RGB Variations
Color information
#FD112E (or 0xFD112E) is known color: Torch Red. HEX triplet: FD, 11 and 2E. RGB value is (253,17,46). Sum of RGB (Red+Green+Blue) = 253+17+46=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD112E is #02EED1. Grayscale: #5A5A5A. Windows color (decimal): -192210 or 3019261. OLE color: 3019261.
HSL color Cylindrical-coordinate representation of color #FD112E: hue angle of 352.63º 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 #FD112E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 46 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.01 |
| HSL | 352.63º | 0.98% | 0.53% | - |
| HSV(B) | 352.63º | 0.93% | 0.99% | - |
| XYZ | 41.2 | 21.48 | 4.56 | - |
| YUV | 90.87 | 102.69 | 243.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 46 | 0 | 0.93 | 0.82 | 0.01 | 352.63 | 0.98 | 0.53 |
| Hex | FD | 11 | 2E | 0 | 5D | 52 | 1 | 161 | 62 | 35 |
| Octal | 375 | 21 | 56 | 0 | 135 | 122 | 1 | 541 | 142 | 65 |
| Binary | 11111101 | 10001 | 101110 | 0 | 1011101 | 1010010 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FD112E
Complementary color
Monochromatic Colors of #FD112E
Black with #FD112E
Text Example
Text Example
White with #FD112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD112E; }
p { color: rgb(253,17,46); }
H1.HeaderClassName
{
color: #FD112E;
}
.AnyTagClassName
{
color: #FD112E;
}
</style>
background-color css
<style>
a { background-color: #FD112E; }
a { background-color: rgb(253,17,46); }
div.DivClassName
{
background-color: #FD112E;
}
.BgClassName
{
background-color: #FD112E;
}
</style>
border-color css
<style>
span { border-color: #FD112E; }
span { border-color: rgb(253,17,46); }
td.TdClassName
{
border-color: #FD112E;
}
.TagClassName
{
border-color: #FD112E;
}
</style>