Shades of Torch Red #FD0113
Tints of Torch Red #FD0113
RGB
CMYK
RGB Variations
Color information
#FD0113 (or 0xFD0113) is known color: Torch Red. HEX triplet: FD, 01 and 13. RGB value is (253,1,19). Sum of RGB (Red+Green+Blue) = 253+1+19=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0113 is #02FEEC. Grayscale: #4E4E4E. Windows color (decimal): -196333 or 1245693. OLE color: 1245693.
HSL color Cylindrical-coordinate representation of color #FD0113: hue angle of 355.71º 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 #FD0113 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.01 |
| HSL | 355.71º | 0.99% | 0.5% | - |
| HSV(B) | 355.71º | 1% | 0.99% | - |
| XYZ | 40.64 | 20.95 | 2.52 | - |
| YUV | 78.4 | 94.49 | 252.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 19 | 0 | 1.00 | 0.92 | 0.01 | 355.71 | 0.99 | 0.5 |
| Hex | FD | 1 | 13 | 0 | 64 | 5C | 1 | 164 | 63 | 32 |
| Octal | 375 | 1 | 23 | 0 | 144 | 134 | 1 | 544 | 143 | 62 |
| Binary | 11111101 | 1 | 10011 | 0 | 1100100 | 1011100 | 1 | 101100100 | 1100011 | 110010 |
Color Harmonies of #FD0113
Complementary color
Monochromatic Colors of #FD0113
Black with #FD0113
Text Example
Text Example
White with #FD0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0113; }
p { color: rgb(253,1,19); }
H1.HeaderClassName
{
color: #FD0113;
}
.AnyTagClassName
{
color: #FD0113;
}
</style>
background-color css
<style>
a { background-color: #FD0113; }
a { background-color: rgb(253,1,19); }
div.DivClassName
{
background-color: #FD0113;
}
.BgClassName
{
background-color: #FD0113;
}
</style>
border-color css
<style>
span { border-color: #FD0113; }
span { border-color: rgb(253,1,19); }
td.TdClassName
{
border-color: #FD0113;
}
.TagClassName
{
border-color: #FD0113;
}
</style>