Shades of Torch Red #FD111C
Tints of Torch Red #FD111C
RGB
CMYK
RGB Variations
Color information
#FD111C (or 0xFD111C) is known color: Torch Red. HEX triplet: FD, 11 and 1C. RGB value is (253,17,28). Sum of RGB (Red+Green+Blue) = 253+17+28=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD111C is #02EEE3. Grayscale: #595959. Windows color (decimal): -192228 or 1839613. OLE color: 1839613.
HSL color Cylindrical-coordinate representation of color #FD111C: hue angle of 357.2º 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 #FD111C is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 28 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.01 |
| HSL | 357.2º | 0.98% | 0.53% | - |
| HSV(B) | 357.2º | 0.93% | 0.99% | - |
| XYZ | 40.92 | 21.37 | 3.07 | - |
| YUV | 88.82 | 93.69 | 245.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 28 | 0 | 0.93 | 0.89 | 0.01 | 357.2 | 0.98 | 0.53 |
| Hex | FD | 11 | 1C | 0 | 5D | 59 | 1 | 165 | 62 | 35 |
| Octal | 375 | 21 | 34 | 0 | 135 | 131 | 1 | 545 | 142 | 65 |
| Binary | 11111101 | 10001 | 11100 | 0 | 1011101 | 1011001 | 1 | 101100101 | 1100010 | 110101 |
Color Harmonies of #FD111C
Complementary color
Monochromatic Colors of #FD111C
Black with #FD111C
Text Example
Text Example
White with #FD111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD111C; }
p { color: rgb(253,17,28); }
H1.HeaderClassName
{
color: #FD111C;
}
.AnyTagClassName
{
color: #FD111C;
}
</style>
background-color css
<style>
a { background-color: #FD111C; }
a { background-color: rgb(253,17,28); }
div.DivClassName
{
background-color: #FD111C;
}
.BgClassName
{
background-color: #FD111C;
}
</style>
border-color css
<style>
span { border-color: #FD111C; }
span { border-color: rgb(253,17,28); }
td.TdClassName
{
border-color: #FD111C;
}
.TagClassName
{
border-color: #FD111C;
}
</style>