Shades of Torch Red #FD1119
Tints of Torch Red #FD1119
RGB
CMYK
RGB Variations
Color information
#FD1119 (or 0xFD1119) is known color: Torch Red. HEX triplet: FD, 11 and 19. RGB value is (253,17,25). Sum of RGB (Red+Green+Blue) = 253+17+25=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1119 is #02EEE6. Grayscale: #585858. Windows color (decimal): -192231 or 1643005. OLE color: 1643005.
HSL color Cylindrical-coordinate representation of color #FD1119: hue angle of 357.97º 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 #FD1119 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.01 |
| HSL | 357.97º | 0.98% | 0.53% | - |
| HSV(B) | 357.97º | 0.93% | 0.99% | - |
| XYZ | 40.88 | 21.35 | 2.89 | - |
| YUV | 88.48 | 92.19 | 245.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 25 | 0 | 0.93 | 0.90 | 0.01 | 357.97 | 0.98 | 0.53 |
| Hex | FD | 11 | 19 | 0 | 5D | 5A | 1 | 166 | 62 | 35 |
| Octal | 375 | 21 | 31 | 0 | 135 | 132 | 1 | 546 | 142 | 65 |
| Binary | 11111101 | 10001 | 11001 | 0 | 1011101 | 1011010 | 1 | 101100110 | 1100010 | 110101 |
Color Harmonies of #FD1119
Complementary color
Monochromatic Colors of #FD1119
Black with #FD1119
Text Example
Text Example
White with #FD1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1119; }
p { color: rgb(253,17,25); }
H1.HeaderClassName
{
color: #FD1119;
}
.AnyTagClassName
{
color: #FD1119;
}
</style>
background-color css
<style>
a { background-color: #FD1119; }
a { background-color: rgb(253,17,25); }
div.DivClassName
{
background-color: #FD1119;
}
.BgClassName
{
background-color: #FD1119;
}
</style>
border-color css
<style>
span { border-color: #FD1119; }
span { border-color: rgb(253,17,25); }
td.TdClassName
{
border-color: #FD1119;
}
.TagClassName
{
border-color: #FD1119;
}
</style>