Shades of Torch Red #FD0409
Tints of Torch Red #FD0409
RGB
CMYK
RGB Variations
Color information
#FD0409 (or 0xFD0409) is known color: Torch Red. HEX triplet: FD, 04 and 09. RGB value is (253,4,9). Sum of RGB (Red+Green+Blue) = 253+4+9=266 (35% of max value = 765). Red value is 253 (99.22% from 255 or 95.11% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0409 is #02FBF6. Grayscale: #4F4F4F. Windows color (decimal): -195575 or 591101. OLE color: 591101.
HSL color Cylindrical-coordinate representation of color #FD0409: hue angle of 358.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.01 |
| HSL | 358.8º | 0.98% | 0.5% | - |
| HSV(B) | 358.8º | 0.98% | 0.99% | - |
| XYZ | 40.6 | 20.99 | 2.17 | - |
| YUV | 79.02 | 88.49 | 252.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 9 | 0 | 0.98 | 0.96 | 0.01 | 358.8 | 0.98 | 0.5 |
| Hex | FD | 4 | 9 | 0 | 62 | 60 | 1 | 167 | 62 | 32 |
| Octal | 375 | 4 | 11 | 0 | 142 | 140 | 1 | 547 | 142 | 62 |
| Binary | 11111101 | 100 | 1001 | 0 | 1100010 | 1100000 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FD0409
Complementary color
Monochromatic Colors of #FD0409
Black with #FD0409
Text Example
Text Example
White with #FD0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0409; }
p { color: rgb(253,4,9); }
H1.HeaderClassName
{
color: #FD0409;
}
.AnyTagClassName
{
color: #FD0409;
}
</style>
background-color css
<style>
a { background-color: #FD0409; }
a { background-color: rgb(253,4,9); }
div.DivClassName
{
background-color: #FD0409;
}
.BgClassName
{
background-color: #FD0409;
}
</style>
border-color css
<style>
span { border-color: #FD0409; }
span { border-color: rgb(253,4,9); }
td.TdClassName
{
border-color: #FD0409;
}
.TagClassName
{
border-color: #FD0409;
}
</style>