Shades of Torch Red #FD1718
Tints of Torch Red #FD1718
RGB
CMYK
RGB Variations
Color information
#FD1718 (or 0xFD1718) is known color: Torch Red. HEX triplet: FD, 17 and 18. RGB value is (253,23,24). Sum of RGB (Red+Green+Blue) = 253+23+24=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1718 is #02E8E7. Grayscale: #5C5C5C. Windows color (decimal): -190696 or 1579005. OLE color: 1579005.
HSL color Cylindrical-coordinate representation of color #FD1718: hue angle of 359.74º 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 #FD1718 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 24 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.01 |
| HSL | 359.74º | 0.98% | 0.54% | - |
| HSV(B) | 359.74º | 0.91% | 0.99% | - |
| XYZ | 40.98 | 21.56 | 2.87 | - |
| YUV | 91.88 | 89.7 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 24 | 0 | 0.91 | 0.91 | 0.01 | 359.74 | 0.98 | 0.54 |
| Hex | FD | 17 | 18 | 0 | 5B | 5B | 1 | 168 | 62 | 36 |
| Octal | 375 | 27 | 30 | 0 | 133 | 133 | 1 | 550 | 142 | 66 |
| Binary | 11111101 | 10111 | 11000 | 0 | 1011011 | 1011011 | 1 | 101101000 | 1100010 | 110110 |
Color Harmonies of #FD1718
Complementary color
Monochromatic Colors of #FD1718
Black with #FD1718
Text Example
Text Example
White with #FD1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1718; }
p { color: rgb(253,23,24); }
H1.HeaderClassName
{
color: #FD1718;
}
.AnyTagClassName
{
color: #FD1718;
}
</style>
background-color css
<style>
a { background-color: #FD1718; }
a { background-color: rgb(253,23,24); }
div.DivClassName
{
background-color: #FD1718;
}
.BgClassName
{
background-color: #FD1718;
}
</style>
border-color css
<style>
span { border-color: #FD1718; }
span { border-color: rgb(253,23,24); }
td.TdClassName
{
border-color: #FD1718;
}
.TagClassName
{
border-color: #FD1718;
}
</style>