Shades of Torch Red #FD001C
Tints of Torch Red #FD001C
RGB
CMYK
RGB Variations
Color information
#FD001C (or 0xFD001C) is known color: Torch Red. HEX triplet: FD, 00 and 1C. RGB value is (253,0,28). Sum of RGB (Red+Green+Blue) = 253+0+28=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD001C is #02FFE3. Grayscale: #4E4E4E. Windows color (decimal): -196580 or 1835261. OLE color: 1835261.
HSL color Cylindrical-coordinate representation of color #FD001C: hue angle of 353.36º 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 #FD001C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.89 | 0.01 |
| HSL | 353.36º | 1% | 0.5% | - |
| HSV(B) | 353.36º | 1% | 0.99% | - |
| XYZ | 40.72 | 20.97 | 3 | - |
| YUV | 78.84 | 99.32 | 252.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 28 | 0 | 1 | 0.89 | 0.01 | 353.36 | 1 | 0.5 |
| Hex | FD | 0 | 1C | 0 | 64 | 59 | 1 | 161 | 64 | 32 |
| Octal | 375 | 0 | 34 | 0 | 144 | 131 | 1 | 541 | 144 | 62 |
| Binary | 11111101 | 0 | 11100 | 0 | 1100100 | 1011001 | 1 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FD001C
Complementary color
Monochromatic Colors of #FD001C
Black with #FD001C
Text Example
Text Example
White with #FD001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD001C; }
p { color: rgb(253,0,28); }
H1.HeaderClassName
{
color: #FD001C;
}
.AnyTagClassName
{
color: #FD001C;
}
</style>
background-color css
<style>
a { background-color: #FD001C; }
a { background-color: rgb(253,0,28); }
div.DivClassName
{
background-color: #FD001C;
}
.BgClassName
{
background-color: #FD001C;
}
</style>
border-color css
<style>
span { border-color: #FD001C; }
span { border-color: rgb(253,0,28); }
td.TdClassName
{
border-color: #FD001C;
}
.TagClassName
{
border-color: #FD001C;
}
</style>