Shades of Torch Red #FD063A
Tints of Torch Red #FD063A
RGB
CMYK
RGB Variations
Color information
#FD063A (or 0xFD063A) is known color: Torch Red. HEX triplet: FD, 06 and 3A. RGB value is (253,6,58). Sum of RGB (Red+Green+Blue) = 253+6+58=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD063A is #02F9C5. Grayscale: #555555. Windows color (decimal): -195014 or 3802877. OLE color: 3802877.
HSL color Cylindrical-coordinate representation of color #FD063A: hue angle of 347.37º 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 #FD063A is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 58 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.01 |
| HSL | 347.37º | 0.98% | 0.51% | - |
| HSV(B) | 347.37º | 0.98% | 0.99% | - |
| XYZ | 41.34 | 21.32 | 5.94 | - |
| YUV | 85.78 | 112.33 | 247.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 58 | 0 | 0.98 | 0.77 | 0.01 | 347.37 | 0.98 | 0.51 |
| Hex | FD | 6 | 3A | 0 | 62 | 4D | 1 | 15B | 62 | 33 |
| Octal | 375 | 6 | 72 | 0 | 142 | 115 | 1 | 533 | 142 | 63 |
| Binary | 11111101 | 110 | 111010 | 0 | 1100010 | 1001101 | 1 | 101011011 | 1100010 | 110011 |
Color Harmonies of #FD063A
Complementary color
Monochromatic Colors of #FD063A
Black with #FD063A
Text Example
Text Example
White with #FD063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD063A; }
p { color: rgb(253,6,58); }
H1.HeaderClassName
{
color: #FD063A;
}
.AnyTagClassName
{
color: #FD063A;
}
</style>
background-color css
<style>
a { background-color: #FD063A; }
a { background-color: rgb(253,6,58); }
div.DivClassName
{
background-color: #FD063A;
}
.BgClassName
{
background-color: #FD063A;
}
</style>
border-color css
<style>
span { border-color: #FD063A; }
span { border-color: rgb(253,6,58); }
td.TdClassName
{
border-color: #FD063A;
}
.TagClassName
{
border-color: #FD063A;
}
</style>