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