Shades of Torch Red #FD063D
Tints of Torch Red #FD063D
RGB
CMYK
RGB Variations
Color information
#FD063D (or 0xFD063D) is known color: Torch Red. HEX triplet: FD, 06 and 3D. RGB value is (253,6,61). Sum of RGB (Red+Green+Blue) = 253+6+61=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD063D is #02F9C2. Grayscale: #565656. Windows color (decimal): -195011 or 3999485. OLE color: 3999485.
HSL color Cylindrical-coordinate representation of color #FD063D: hue angle of 346.64º 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 #FD063D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 61 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.01 |
| HSL | 346.64º | 0.98% | 0.51% | - |
| HSV(B) | 346.64º | 0.98% | 0.99% | - |
| XYZ | 41.42 | 21.35 | 6.35 | - |
| YUV | 86.12 | 113.83 | 247.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 61 | 0 | 0.98 | 0.76 | 0.01 | 346.64 | 0.98 | 0.51 |
| Hex | FD | 6 | 3D | 0 | 62 | 4C | 1 | 15B | 62 | 33 |
| Octal | 375 | 6 | 75 | 0 | 142 | 114 | 1 | 533 | 142 | 63 |
| Binary | 11111101 | 110 | 111101 | 0 | 1100010 | 1001100 | 1 | 101011011 | 1100010 | 110011 |
Color Harmonies of #FD063D
Complementary color
Monochromatic Colors of #FD063D
Black with #FD063D
Text Example
Text Example
White with #FD063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD063D; }
p { color: rgb(253,6,61); }
H1.HeaderClassName
{
color: #FD063D;
}
.AnyTagClassName
{
color: #FD063D;
}
</style>
background-color css
<style>
a { background-color: #FD063D; }
a { background-color: rgb(253,6,61); }
div.DivClassName
{
background-color: #FD063D;
}
.BgClassName
{
background-color: #FD063D;
}
</style>
border-color css
<style>
span { border-color: #FD063D; }
span { border-color: rgb(253,6,61); }
td.TdClassName
{
border-color: #FD063D;
}
.TagClassName
{
border-color: #FD063D;
}
</style>