Shades of Torch Red #FD0119
Tints of Torch Red #FD0119
RGB
CMYK
RGB Variations
Color information
#FD0119 (or 0xFD0119) is known color: Torch Red. HEX triplet: FD, 01 and 19. RGB value is (253,1,25). Sum of RGB (Red+Green+Blue) = 253+1+25=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0119 is #02FEE6. Grayscale: #4F4F4F. Windows color (decimal): -196327 or 1638909. OLE color: 1638909.
HSL color Cylindrical-coordinate representation of color #FD0119: hue angle of 354.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.01 |
| HSL | 354.29º | 0.99% | 0.5% | - |
| HSV(B) | 354.29º | 1% | 0.99% | - |
| XYZ | 40.69 | 20.97 | 2.82 | - |
| YUV | 79.08 | 97.49 | 252.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 25 | 0 | 1.00 | 0.90 | 0.01 | 354.29 | 0.99 | 0.5 |
| Hex | FD | 1 | 19 | 0 | 64 | 5A | 1 | 162 | 63 | 32 |
| Octal | 375 | 1 | 31 | 0 | 144 | 132 | 1 | 542 | 143 | 62 |
| Binary | 11111101 | 1 | 11001 | 0 | 1100100 | 1011010 | 1 | 101100010 | 1100011 | 110010 |
Color Harmonies of #FD0119
Complementary color
Monochromatic Colors of #FD0119
Black with #FD0119
Text Example
Text Example
White with #FD0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0119; }
p { color: rgb(253,1,25); }
H1.HeaderClassName
{
color: #FD0119;
}
.AnyTagClassName
{
color: #FD0119;
}
</style>
background-color css
<style>
a { background-color: #FD0119; }
a { background-color: rgb(253,1,25); }
div.DivClassName
{
background-color: #FD0119;
}
.BgClassName
{
background-color: #FD0119;
}
</style>
border-color css
<style>
span { border-color: #FD0119; }
span { border-color: rgb(253,1,25); }
td.TdClassName
{
border-color: #FD0119;
}
.TagClassName
{
border-color: #FD0119;
}
</style>