Shades of Torch Red #FF063F
Tints of Torch Red #FF063F
RGB
CMYK
RGB Variations
Color information
#FF063F (or 0xFF063F) is known color: Torch Red. HEX triplet: FF, 06 and 3F. RGB value is (255,6,63). Sum of RGB (Red+Green+Blue) = 255+6+63=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF063F is #00F9C0. Grayscale: #565656. Windows color (decimal): -63937 or 4130559. OLE color: 4130559.
HSL color Cylindrical-coordinate representation of color #FF063F: hue angle of 346.27º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF063F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 63 | - |
| CMYK | 0 | 0.98 | 0.75 | 0 |
| HSL | 346.27º | 1% | 0.51% | - |
| HSV(B) | 346.27º | 0.98% | 1% | - |
| XYZ | 42.2 | 21.75 | 6.68 | - |
| YUV | 86.95 | 114.49 | 247.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 63 | 0 | 0.98 | 0.75 | 0 | 346.27 | 1 | 0.51 |
| Hex | FF | 6 | 3F | 0 | 62 | 4B | 0 | 15A | 64 | 33 |
| Octal | 377 | 6 | 77 | 0 | 142 | 113 | 0 | 532 | 144 | 63 |
| Binary | 11111111 | 110 | 111111 | 0 | 1100010 | 1001011 | 0 | 101011010 | 1100100 | 110011 |
Color Harmonies of #FF063F
Complementary color
Monochromatic Colors of #FF063F
Black with #FF063F
Text Example
Text Example
White with #FF063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF063F; }
p { color: rgb(255,6,63); }
H1.HeaderClassName
{
color: #FF063F;
}
.AnyTagClassName
{
color: #FF063F;
}
</style>
background-color css
<style>
a { background-color: #FF063F; }
a { background-color: rgb(255,6,63); }
div.DivClassName
{
background-color: #FF063F;
}
.BgClassName
{
background-color: #FF063F;
}
</style>
border-color css
<style>
span { border-color: #FF063F; }
span { border-color: rgb(255,6,63); }
td.TdClassName
{
border-color: #FF063F;
}
.TagClassName
{
border-color: #FF063F;
}
</style>