Shades of Torch Red #FD1719
Tints of Torch Red #FD1719
RGB
CMYK
RGB Variations
Color information
#FD1719 (or 0xFD1719) is known color: Torch Red. HEX triplet: FD, 17 and 19. RGB value is (253,23,25). Sum of RGB (Red+Green+Blue) = 253+23+25=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1719 is #02E8E6. Grayscale: #5C5C5C. Windows color (decimal): -190695 or 1644541. OLE color: 1644541.
HSL color Cylindrical-coordinate representation of color #FD1719: hue angle of 359.48º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1719 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.01 |
| HSL | 359.48º | 0.98% | 0.54% | - |
| HSV(B) | 359.48º | 0.91% | 0.99% | - |
| XYZ | 40.99 | 21.57 | 2.92 | - |
| YUV | 92 | 90.2 | 242.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 25 | 0 | 0.91 | 0.90 | 0.01 | 359.48 | 0.98 | 0.54 |
| Hex | FD | 17 | 19 | 0 | 5B | 5A | 1 | 167 | 62 | 36 |
| Octal | 375 | 27 | 31 | 0 | 133 | 132 | 1 | 547 | 142 | 66 |
| Binary | 11111101 | 10111 | 11001 | 0 | 1011011 | 1011010 | 1 | 101100111 | 1100010 | 110110 |
Color Harmonies of #FD1719
Complementary color
Monochromatic Colors of #FD1719
Black with #FD1719
Text Example
Text Example
White with #FD1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1719; }
p { color: rgb(253,23,25); }
H1.HeaderClassName
{
color: #FD1719;
}
.AnyTagClassName
{
color: #FD1719;
}
</style>
background-color css
<style>
a { background-color: #FD1719; }
a { background-color: rgb(253,23,25); }
div.DivClassName
{
background-color: #FD1719;
}
.BgClassName
{
background-color: #FD1719;
}
</style>
border-color css
<style>
span { border-color: #FD1719; }
span { border-color: rgb(253,23,25); }
td.TdClassName
{
border-color: #FD1719;
}
.TagClassName
{
border-color: #FD1719;
}
</style>