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