Shades of Torch Red #FF063D
Tints of Torch Red #FF063D
RGB
CMYK
RGB Variations
Color information
#FF063D (or 0xFF063D) is known color: Torch Red. HEX triplet: FF, 06 and 3D. RGB value is (255,6,61). Sum of RGB (Red+Green+Blue) = 255+6+61=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF063D is #00F9C2. Grayscale: #565656. Windows color (decimal): -63939 or 3999487. OLE color: 3999487.
HSL color Cylindrical-coordinate representation of color #FF063D: hue angle of 346.75º 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 #FF063D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 61 | - |
| CMYK | 0 | 0.98 | 0.76 | 0 |
| HSL | 346.75º | 1% | 0.51% | - |
| HSV(B) | 346.75º | 0.98% | 1% | - |
| XYZ | 42.15 | 21.73 | 6.39 | - |
| YUV | 86.72 | 113.49 | 248.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 61 | 0 | 0.98 | 0.76 | 0 | 346.75 | 1 | 0.51 |
| Hex | FF | 6 | 3D | 0 | 62 | 4C | 0 | 15B | 64 | 33 |
| Octal | 377 | 6 | 75 | 0 | 142 | 114 | 0 | 533 | 144 | 63 |
| Binary | 11111111 | 110 | 111101 | 0 | 1100010 | 1001100 | 0 | 101011011 | 1100100 | 110011 |
Color Harmonies of #FF063D
Complementary color
Monochromatic Colors of #FF063D
Black with #FF063D
Text Example
Text Example
White with #FF063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF063D; }
p { color: rgb(255,6,61); }
H1.HeaderClassName
{
color: #FF063D;
}
.AnyTagClassName
{
color: #FF063D;
}
</style>
background-color css
<style>
a { background-color: #FF063D; }
a { background-color: rgb(255,6,61); }
div.DivClassName
{
background-color: #FF063D;
}
.BgClassName
{
background-color: #FF063D;
}
</style>
border-color css
<style>
span { border-color: #FF063D; }
span { border-color: rgb(255,6,61); }
td.TdClassName
{
border-color: #FF063D;
}
.TagClassName
{
border-color: #FF063D;
}
</style>