Shades of Torch Red #F6023D
Tints of Torch Red #F6023D
RGB
CMYK
RGB Variations
Color information
#F6023D (or 0xF6023D) is known color: Torch Red. HEX triplet: F6, 02 and 3D. RGB value is (246,2,61). Sum of RGB (Red+Green+Blue) = 246+2+61=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F6023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6023D is #09FDC2. Grayscale: #515151. Windows color (decimal): -654787 or 3998454. OLE color: 3998454.
HSL color Cylindrical-coordinate representation of color #F6023D: hue angle of 345.49º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6023D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.04 |
| HSL | 345.49º | 0.98% | 0.49% | - |
| HSV(B) | 345.49º | 0.99% | 0.96% | - |
| XYZ | 38.87 | 19.97 | 6.22 | - |
| YUV | 81.68 | 116.34 | 245.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 61 | 0 | 0.99 | 0.75 | 0.04 | 345.49 | 0.98 | 0.49 |
| Hex | F6 | 2 | 3D | 0 | 63 | 4B | 4 | 159 | 62 | 31 |
| Octal | 366 | 2 | 75 | 0 | 143 | 113 | 4 | 531 | 142 | 61 |
| Binary | 11110110 | 10 | 111101 | 0 | 1100011 | 1001011 | 100 | 101011001 | 1100010 | 110001 |
Color Harmonies of #F6023D
Complementary color
Monochromatic Colors of #F6023D
Black with #F6023D
Text Example
Text Example
White with #F6023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6023D; }
p { color: rgb(246,2,61); }
H1.HeaderClassName
{
color: #F6023D;
}
.AnyTagClassName
{
color: #F6023D;
}
</style>
background-color css
<style>
a { background-color: #F6023D; }
a { background-color: rgb(246,2,61); }
div.DivClassName
{
background-color: #F6023D;
}
.BgClassName
{
background-color: #F6023D;
}
</style>
border-color css
<style>
span { border-color: #F6023D; }
span { border-color: rgb(246,2,61); }
td.TdClassName
{
border-color: #F6023D;
}
.TagClassName
{
border-color: #F6023D;
}
</style>