Shades of Torch Red #FD011C
Tints of Torch Red #FD011C
RGB
CMYK
RGB Variations
Color information
#FD011C (or 0xFD011C) is known color: Torch Red. HEX triplet: FD, 01 and 1C. RGB value is (253,1,28). Sum of RGB (Red+Green+Blue) = 253+1+28=282 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.72% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 253 - color contains mainly: red. Hex color #FD011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD011C is #02FEE3. Grayscale: #4F4F4F. Windows color (decimal): -196324 or 1835517. OLE color: 1835517.
HSL color Cylindrical-coordinate representation of color #FD011C: hue angle of 353.57º 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 #FD011C is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.01 |
| HSL | 353.57º | 0.99% | 0.5% | - |
| HSV(B) | 353.57º | 1% | 0.99% | - |
| XYZ | 40.73 | 20.99 | 3 | - |
| YUV | 79.43 | 98.99 | 251.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 28 | 0 | 1.00 | 0.89 | 0.01 | 353.57 | 0.99 | 0.5 |
| Hex | FD | 1 | 1C | 0 | 64 | 59 | 1 | 162 | 63 | 32 |
| Octal | 375 | 1 | 34 | 0 | 144 | 131 | 1 | 542 | 143 | 62 |
| Binary | 11111101 | 1 | 11100 | 0 | 1100100 | 1011001 | 1 | 101100010 | 1100011 | 110010 |
Color Harmonies of #FD011C
Complementary color
Monochromatic Colors of #FD011C
Black with #FD011C
Text Example
Text Example
White with #FD011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD011C; }
p { color: rgb(253,1,28); }
H1.HeaderClassName
{
color: #FD011C;
}
.AnyTagClassName
{
color: #FD011C;
}
</style>
background-color css
<style>
a { background-color: #FD011C; }
a { background-color: rgb(253,1,28); }
div.DivClassName
{
background-color: #FD011C;
}
.BgClassName
{
background-color: #FD011C;
}
</style>
border-color css
<style>
span { border-color: #FD011C; }
span { border-color: rgb(253,1,28); }
td.TdClassName
{
border-color: #FD011C;
}
.TagClassName
{
border-color: #FD011C;
}
</style>