Shades of Torch Red #FD001F
Tints of Torch Red #FD001F
RGB
CMYK
RGB Variations
Color information
#FD001F (or 0xFD001F) is known color: Torch Red. HEX triplet: FD, 00 and 1F. RGB value is (253,0,31). Sum of RGB (Red+Green+Blue) = 253+0+31=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD001F is #02FFE0. Grayscale: #4F4F4F. Windows color (decimal): -196577 or 2031869. OLE color: 2031869.
HSL color Cylindrical-coordinate representation of color #FD001F: hue angle of 352.65º 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 #FD001F is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.88 | 0.01 |
| HSL | 352.65º | 1% | 0.5% | - |
| HSV(B) | 352.65º | 1% | 0.99% | - |
| XYZ | 40.76 | 20.98 | 3.2 | - |
| YUV | 79.18 | 100.82 | 251.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 31 | 0 | 1 | 0.88 | 0.01 | 352.65 | 1 | 0.5 |
| Hex | FD | 0 | 1F | 0 | 64 | 58 | 1 | 161 | 64 | 32 |
| Octal | 375 | 0 | 37 | 0 | 144 | 130 | 1 | 541 | 144 | 62 |
| Binary | 11111101 | 0 | 11111 | 0 | 1100100 | 1011000 | 1 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FD001F
Complementary color
Monochromatic Colors of #FD001F
Black with #FD001F
Text Example
Text Example
White with #FD001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD001F; }
p { color: rgb(253,0,31); }
H1.HeaderClassName
{
color: #FD001F;
}
.AnyTagClassName
{
color: #FD001F;
}
</style>
background-color css
<style>
a { background-color: #FD001F; }
a { background-color: rgb(253,0,31); }
div.DivClassName
{
background-color: #FD001F;
}
.BgClassName
{
background-color: #FD001F;
}
</style>
border-color css
<style>
span { border-color: #FD001F; }
span { border-color: rgb(253,0,31); }
td.TdClassName
{
border-color: #FD001F;
}
.TagClassName
{
border-color: #FD001F;
}
</style>