Shades of Torch Red #FD001A
Tints of Torch Red #FD001A
RGB
CMYK
RGB Variations
Color information
#FD001A (or 0xFD001A) is known color: Torch Red. HEX triplet: FD, 00 and 1A. RGB value is (253,0,26). Sum of RGB (Red+Green+Blue) = 253+0+26=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD001A is #02FFE5. Grayscale: #4E4E4E. Windows color (decimal): -196582 or 1704189. OLE color: 1704189.
HSL color Cylindrical-coordinate representation of color #FD001A: hue angle of 353.83º 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 #FD001A is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.90 | 0.01 |
| HSL | 353.83º | 1% | 0.5% | - |
| HSV(B) | 353.83º | 1% | 0.99% | - |
| XYZ | 40.69 | 20.96 | 2.88 | - |
| YUV | 78.61 | 98.32 | 252.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 26 | 0 | 1 | 0.90 | 0.01 | 353.83 | 1 | 0.5 |
| Hex | FD | 0 | 1A | 0 | 64 | 5A | 1 | 162 | 64 | 32 |
| Octal | 375 | 0 | 32 | 0 | 144 | 132 | 1 | 542 | 144 | 62 |
| Binary | 11111101 | 0 | 11010 | 0 | 1100100 | 1011010 | 1 | 101100010 | 1100100 | 110010 |
Color Harmonies of #FD001A
Complementary color
Monochromatic Colors of #FD001A
Black with #FD001A
Text Example
Text Example
White with #FD001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD001A; }
p { color: rgb(253,0,26); }
H1.HeaderClassName
{
color: #FD001A;
}
.AnyTagClassName
{
color: #FD001A;
}
</style>
background-color css
<style>
a { background-color: #FD001A; }
a { background-color: rgb(253,0,26); }
div.DivClassName
{
background-color: #FD001A;
}
.BgClassName
{
background-color: #FD001A;
}
</style>
border-color css
<style>
span { border-color: #FD001A; }
span { border-color: rgb(253,0,26); }
td.TdClassName
{
border-color: #FD001A;
}
.TagClassName
{
border-color: #FD001A;
}
</style>