Shades of Torch Red #FD063E
Tints of Torch Red #FD063E
RGB
CMYK
RGB Variations
Color information
#FD063E (or 0xFD063E) is known color: Torch Red. HEX triplet: FD, 06 and 3E. RGB value is (253,6,62). Sum of RGB (Red+Green+Blue) = 253+6+62=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD063E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD063E is #02F9C1. Grayscale: #565656. Windows color (decimal): -195010 or 4065021. OLE color: 4065021.
HSL color Cylindrical-coordinate representation of color #FD063E: hue angle of 346.4º 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 #FD063E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 62 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.01 |
| HSL | 346.4º | 0.98% | 0.51% | - |
| HSV(B) | 346.4º | 0.98% | 0.99% | - |
| XYZ | 41.44 | 21.36 | 6.5 | - |
| YUV | 86.24 | 114.33 | 246.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 62 | 0 | 0.98 | 0.75 | 0.01 | 346.4 | 0.98 | 0.51 |
| Hex | FD | 6 | 3E | 0 | 62 | 4B | 1 | 15A | 62 | 33 |
| Octal | 375 | 6 | 76 | 0 | 142 | 113 | 1 | 532 | 142 | 63 |
| Binary | 11111101 | 110 | 111110 | 0 | 1100010 | 1001011 | 1 | 101011010 | 1100010 | 110011 |
Color Harmonies of #FD063E
Complementary color
Monochromatic Colors of #FD063E
Black with #FD063E
Text Example
Text Example
White with #FD063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD063E; }
p { color: rgb(253,6,62); }
H1.HeaderClassName
{
color: #FD063E;
}
.AnyTagClassName
{
color: #FD063E;
}
</style>
background-color css
<style>
a { background-color: #FD063E; }
a { background-color: rgb(253,6,62); }
div.DivClassName
{
background-color: #FD063E;
}
.BgClassName
{
background-color: #FD063E;
}
</style>
border-color css
<style>
span { border-color: #FD063E; }
span { border-color: rgb(253,6,62); }
td.TdClassName
{
border-color: #FD063E;
}
.TagClassName
{
border-color: #FD063E;
}
</style>