Shades of Torch Red #FD0F1C
Tints of Torch Red #FD0F1C
RGB
CMYK
RGB Variations
Color information
#FD0F1C (or 0xFD0F1C) is known color: Torch Red. HEX triplet: FD, 0F and 1C. RGB value is (253,15,28). Sum of RGB (Red+Green+Blue) = 253+15+28=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F1C is #02F0E3. Grayscale: #575757. Windows color (decimal): -192740 or 1839101. OLE color: 1839101.
HSL color Cylindrical-coordinate representation of color #FD0F1C: hue angle of 356.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0F1C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 28 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.01 |
| HSL | 356.72º | 0.98% | 0.53% | - |
| HSV(B) | 356.72º | 0.94% | 0.99% | - |
| XYZ | 40.89 | 21.31 | 3.06 | - |
| YUV | 87.64 | 94.35 | 245.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 28 | 0 | 0.94 | 0.89 | 0.01 | 356.72 | 0.98 | 0.53 |
| Hex | FD | F | 1C | 0 | 5E | 59 | 1 | 165 | 62 | 35 |
| Octal | 375 | 17 | 34 | 0 | 136 | 131 | 1 | 545 | 142 | 65 |
| Binary | 11111101 | 1111 | 11100 | 0 | 1011110 | 1011001 | 1 | 101100101 | 1100010 | 110101 |
Color Harmonies of #FD0F1C
Complementary color
Monochromatic Colors of #FD0F1C
Black with #FD0F1C
Text Example
Text Example
White with #FD0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0F1C; }
p { color: rgb(253,15,28); }
H1.HeaderClassName
{
color: #FD0F1C;
}
.AnyTagClassName
{
color: #FD0F1C;
}
</style>
background-color css
<style>
a { background-color: #FD0F1C; }
a { background-color: rgb(253,15,28); }
div.DivClassName
{
background-color: #FD0F1C;
}
.BgClassName
{
background-color: #FD0F1C;
}
</style>
border-color css
<style>
span { border-color: #FD0F1C; }
span { border-color: rgb(253,15,28); }
td.TdClassName
{
border-color: #FD0F1C;
}
.TagClassName
{
border-color: #FD0F1C;
}
</style>