Shades of Torch Red #FD1519
Tints of Torch Red #FD1519
RGB
CMYK
RGB Variations
Color information
#FD1519 (or 0xFD1519) is known color: Torch Red. HEX triplet: FD, 15 and 19. RGB value is (253,21,25). Sum of RGB (Red+Green+Blue) = 253+21+25=299 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.62% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1519 is #02EAE6. Grayscale: #5B5B5B. Windows color (decimal): -191207 or 1644029. OLE color: 1644029.
HSL color Cylindrical-coordinate representation of color #FD1519: hue angle of 358.97º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1519 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 25 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.01 |
| HSL | 358.97º | 0.98% | 0.54% | - |
| HSV(B) | 358.97º | 0.92% | 0.99% | - |
| XYZ | 40.95 | 21.49 | 2.91 | - |
| YUV | 90.82 | 90.86 | 243.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 25 | 0 | 0.92 | 0.90 | 0.01 | 358.97 | 0.98 | 0.54 |
| Hex | FD | 15 | 19 | 0 | 5C | 5A | 1 | 167 | 62 | 36 |
| Octal | 375 | 25 | 31 | 0 | 134 | 132 | 1 | 547 | 142 | 66 |
| Binary | 11111101 | 10101 | 11001 | 0 | 1011100 | 1011010 | 1 | 101100111 | 1100010 | 110110 |
Color Harmonies of #FD1519
Complementary color
Monochromatic Colors of #FD1519
Black with #FD1519
Text Example
Text Example
White with #FD1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1519; }
p { color: rgb(253,21,25); }
H1.HeaderClassName
{
color: #FD1519;
}
.AnyTagClassName
{
color: #FD1519;
}
</style>
background-color css
<style>
a { background-color: #FD1519; }
a { background-color: rgb(253,21,25); }
div.DivClassName
{
background-color: #FD1519;
}
.BgClassName
{
background-color: #FD1519;
}
</style>
border-color css
<style>
span { border-color: #FD1519; }
span { border-color: rgb(253,21,25); }
td.TdClassName
{
border-color: #FD1519;
}
.TagClassName
{
border-color: #FD1519;
}
</style>