Shades of Torch Red #FD064C
Tints of Torch Red #FD064C
RGB
CMYK
RGB Variations
Color information
#FD064C (or 0xFD064C) is known color: Torch Red. HEX triplet: FD, 06 and 4C. RGB value is (253,6,76). Sum of RGB (Red+Green+Blue) = 253+6+76=335 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.52% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 253 - color contains mainly: red. Hex color #FD064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD064C is #02F9B3. Grayscale: #575757. Windows color (decimal): -194996 or 4982525. OLE color: 4982525.
HSL color Cylindrical-coordinate representation of color #FD064C: hue angle of 343º 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 #FD064C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 76 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.01 |
| HSL | 343º | 0.98% | 0.51% | - |
| HSV(B) | 343º | 0.98% | 0.99% | - |
| XYZ | 41.88 | 21.53 | 8.79 | - |
| YUV | 87.83 | 121.33 | 245.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 76 | 0 | 0.98 | 0.70 | 0.01 | 343 | 0.98 | 0.51 |
| Hex | FD | 6 | 4C | 0 | 62 | 46 | 1 | 157 | 62 | 33 |
| Octal | 375 | 6 | 114 | 0 | 142 | 106 | 1 | 527 | 142 | 63 |
| Binary | 11111101 | 110 | 1001100 | 0 | 1100010 | 1000110 | 1 | 101010111 | 1100010 | 110011 |
Color Harmonies of #FD064C
Complementary color
Monochromatic Colors of #FD064C
Black with #FD064C
Text Example
Text Example
White with #FD064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD064C; }
p { color: rgb(253,6,76); }
H1.HeaderClassName
{
color: #FD064C;
}
.AnyTagClassName
{
color: #FD064C;
}
</style>
background-color css
<style>
a { background-color: #FD064C; }
a { background-color: rgb(253,6,76); }
div.DivClassName
{
background-color: #FD064C;
}
.BgClassName
{
background-color: #FD064C;
}
</style>
border-color css
<style>
span { border-color: #FD064C; }
span { border-color: rgb(253,6,76); }
td.TdClassName
{
border-color: #FD064C;
}
.TagClassName
{
border-color: #FD064C;
}
</style>