Shades of Torch Red #FD111A
Tints of Torch Red #FD111A
RGB
CMYK
RGB Variations
Color information
#FD111A (or 0xFD111A) is known color: Torch Red. HEX triplet: FD, 11 and 1A. RGB value is (253,17,26). Sum of RGB (Red+Green+Blue) = 253+17+26=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD111A is #02EEE5. Grayscale: #585858. Windows color (decimal): -192230 or 1708541. OLE color: 1708541.
HSL color Cylindrical-coordinate representation of color #FD111A: hue angle of 357.71º 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 #FD111A is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.01 |
| HSL | 357.71º | 0.98% | 0.53% | - |
| HSV(B) | 357.71º | 0.93% | 0.99% | - |
| XYZ | 40.89 | 21.36 | 2.94 | - |
| YUV | 88.59 | 92.69 | 245.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 26 | 0 | 0.93 | 0.90 | 0.01 | 357.71 | 0.98 | 0.53 |
| Hex | FD | 11 | 1A | 0 | 5D | 5A | 1 | 166 | 62 | 35 |
| Octal | 375 | 21 | 32 | 0 | 135 | 132 | 1 | 546 | 142 | 65 |
| Binary | 11111101 | 10001 | 11010 | 0 | 1011101 | 1011010 | 1 | 101100110 | 1100010 | 110101 |
Color Harmonies of #FD111A
Complementary color
Monochromatic Colors of #FD111A
Black with #FD111A
Text Example
Text Example
White with #FD111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD111A; }
p { color: rgb(253,17,26); }
H1.HeaderClassName
{
color: #FD111A;
}
.AnyTagClassName
{
color: #FD111A;
}
</style>
background-color css
<style>
a { background-color: #FD111A; }
a { background-color: rgb(253,17,26); }
div.DivClassName
{
background-color: #FD111A;
}
.BgClassName
{
background-color: #FD111A;
}
</style>
border-color css
<style>
span { border-color: #FD111A; }
span { border-color: rgb(253,17,26); }
td.TdClassName
{
border-color: #FD111A;
}
.TagClassName
{
border-color: #FD111A;
}
</style>