Shades of Torch Red #FD060C
Tints of Torch Red #FD060C
RGB
CMYK
RGB Variations
Color information
#FD060C (or 0xFD060C) is known color: Torch Red. HEX triplet: FD, 06 and 0C. RGB value is (253,6,12). Sum of RGB (Red+Green+Blue) = 253+6+12=271 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.36% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 253 - color contains mainly: red. Hex color #FD060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD060C is #02F9F3. Grayscale: #505050. Windows color (decimal): -195060 or 788221. OLE color: 788221.
HSL color Cylindrical-coordinate representation of color #FD060C: hue angle of 358.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD060C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.01 |
| HSL | 358.54º | 0.98% | 0.51% | - |
| HSV(B) | 358.54º | 0.98% | 0.99% | - |
| XYZ | 40.64 | 21.04 | 2.27 | - |
| YUV | 80.54 | 89.33 | 251.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 12 | 0 | 0.98 | 0.95 | 0.01 | 358.54 | 0.98 | 0.51 |
| Hex | FD | 6 | C | 0 | 62 | 5F | 1 | 167 | 62 | 33 |
| Octal | 375 | 6 | 14 | 0 | 142 | 137 | 1 | 547 | 142 | 63 |
| Binary | 11111101 | 110 | 1100 | 0 | 1100010 | 1011111 | 1 | 101100111 | 1100010 | 110011 |
Color Harmonies of #FD060C
Complementary color
Monochromatic Colors of #FD060C
Black with #FD060C
Text Example
Text Example
White with #FD060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD060C; }
p { color: rgb(253,6,12); }
H1.HeaderClassName
{
color: #FD060C;
}
.AnyTagClassName
{
color: #FD060C;
}
</style>
background-color css
<style>
a { background-color: #FD060C; }
a { background-color: rgb(253,6,12); }
div.DivClassName
{
background-color: #FD060C;
}
.BgClassName
{
background-color: #FD060C;
}
</style>
border-color css
<style>
span { border-color: #FD060C; }
span { border-color: rgb(253,6,12); }
td.TdClassName
{
border-color: #FD060C;
}
.TagClassName
{
border-color: #FD060C;
}
</style>