Shades of Torch Red #FD0013
Tints of Torch Red #FD0013
RGB
CMYK
RGB Variations
Color information
#FD0013 (or 0xFD0013) is known color: Torch Red. HEX triplet: FD, 00 and 13. RGB value is (253,0,19). Sum of RGB (Red+Green+Blue) = 253+0+19=272 (36% of max value = 765). Red value is 253 (99.22% from 255 or 93.01% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0013 is #02FFEC. Grayscale: #4D4D4D. Windows color (decimal): -196589 or 1245437. OLE color: 1245437.
HSL color Cylindrical-coordinate representation of color #FD0013: hue angle of 355.49º 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 #FD0013 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.92 | 0.01 |
| HSL | 355.49º | 1% | 0.5% | - |
| HSV(B) | 355.49º | 1% | 0.99% | - |
| XYZ | 40.63 | 20.93 | 2.51 | - |
| YUV | 77.81 | 94.82 | 252.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 19 | 0 | 1 | 0.92 | 0.01 | 355.49 | 1 | 0.5 |
| Hex | FD | 0 | 13 | 0 | 64 | 5C | 1 | 163 | 64 | 32 |
| Octal | 375 | 0 | 23 | 0 | 144 | 134 | 1 | 543 | 144 | 62 |
| Binary | 11111101 | 0 | 10011 | 0 | 1100100 | 1011100 | 1 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FD0013
Complementary color
Monochromatic Colors of #FD0013
Black with #FD0013
Text Example
Text Example
White with #FD0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0013; }
p { color: rgb(253,0,19); }
H1.HeaderClassName
{
color: #FD0013;
}
.AnyTagClassName
{
color: #FD0013;
}
</style>
background-color css
<style>
a { background-color: #FD0013; }
a { background-color: rgb(253,0,19); }
div.DivClassName
{
background-color: #FD0013;
}
.BgClassName
{
background-color: #FD0013;
}
</style>
border-color css
<style>
span { border-color: #FD0013; }
span { border-color: rgb(253,0,19); }
td.TdClassName
{
border-color: #FD0013;
}
.TagClassName
{
border-color: #FD0013;
}
</style>